summaryrefslogtreecommitdiffstats
path: root/stylesheet.css
blob: 0fe527e2e7b7732d343aeaedc410b768817d4209 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
body {
   background-color:       #000000;
   color:                  rgb(26,151,15);
   font-family:            Arial, Helvetica, sans-serif;
   font-style:             normal;
   border:                 solid 1px #ffffff;
   border-color:           rgb(15,15,15);
   padding:                10px;
}

table, tr, td {
   border-collapse:        collapse;
   padding:                0px;
   empty-cells:            show;
   vertical-align:         top;
}

td.options {
   width:                  250px;
   padding:                2px;
   padding-top:            8px;
   border-top:             solid 1px #000000;
   border-right:           solid 1px #000000;
}

td.available_tags,td.selected_tags,td.searchfor {
   border-bottom:          solid 1px #000000;
   padding-top:            10px;
   padding-bottom:         10px;
   padding-right:          10px;
   line-height:            21px;
}

td.logo {
   font-weight:            bolder;
   height:                 40px;
   border-bottom:          solid 1px #000000;
}

td.content {
   border-top:             solid 1px #000000;
}

td.menu {
   padding-top:            5px;
   padding-bottom:         5px;
}

td.index_header {
   background-color:       #eeeeee;
   padding:                10px;
   vertical-align:         middle;
   white-space:            nowrap;
}

img {
   border:                none;
}

img.thumb {
}

a {
   font-size:              14px;
   color:                  #008200;
   text-decoration:        none;
}

a:hover {
   color:                  #00aa44;
}

a.tag {
   color:                  #000000;
   text-decoration:        underline;
   font-style:             italic;
}

a.tag:hover {
   color:                  #00aa44;
}

a.smalltag {
   font-size:              12px;
   color:                  #000000;
   text-decoration:        underline;
   font-style:             italic;
}

a.smalltag:hover {
   color:                  #00aa44;
}

a.thumblink {
   font-size:              12px;
}

a.thumblink:hover {
   color:                  #4761ab;
}

#matrix,#single {
   padding:                10px;
}

td.thumb {
   padding:                5px;
   text-align:             center;
}

#inner {
   padding:                10px;
   -moz-border-radius:     3px;
   border-radius:          3px;
   border:                 dashed 1px #888888;
   background-color:       #eeeeee;
}

#photo_details {
   width:                  150px;
   font-size:              12px;
   padding:                10px;
   -moz-border-radius:     1em;
   border-radius:          1em;
   border:                 dashed 1px #888888;
}

#frame {
   padding:                10px;
   background-color:       #ffffff;
}

#available_tags {
   clip:                   auto;
   overflow:               auto;
}