aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/p0w0/theme.css
blob: 5edf2059ba55e09806256fc60f5a88477aa2b556 (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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
/* $Id: theme.css 1677 2006-12-21 21:38:20Z rub $ */

/**
 * Color scheme (Remember #6699cc = #69c)
 * #000000 #336699 #4477aa #6699cc (Black -> Blues)
 * #cc6600 #ff9933 (Oranges)
 * #cccccc
 * #ccddee #dfe8ff #eeeeff #ffffff (Light colors -> White)
 * */  
/**
 * Logic
 * - Texts
 * - Backgrounds
 * - Borders, Margins, Padding
 * - Visibility / Display
 */

/******************************************************************************/
/* Texts Only */
BODY, H1, H3, DT, H2, .throw, 
#copyright,
#menubar .selected  A { color: #69c; }
H2, #menubar DT, .throw, TD H3, #theAdminPage H3, .calForeDate {
  color: #fff;
}
#menubar DT, #menubar DT A {
  color: #fff;
  font-weight: bold;
}
#content .titrePage .categoryActions li { color: #cde;}
#menubar DT A:hover {
  color: #f92;
  font-weight: bold;
}
#menubar .selected  A:hover,
#content .pageNumberSelected,
A, INPUT.rateButton, legend { color: #369; }
A:hover { color: #f92; }
INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
  color:#69c;
}
.infoTable,
#theAdminPage #content,
#content .navigationBar,
input#qsearchInput { color: #369; }
#content .infos { color: #036; }
#content .errors { color: #900; }
#content .titrePage H2 A { color: #dfe8ff; }
input.rateButtonSelected,
#content .titrePage H2 A:hover { color: #f92; }
#content H2 {
  letter-spacing: 0.01em;
  text-indent: 1em;
  font-weight: normal;
}
#content H3 {
  text-indent: 3em
}
.browsePath, .imageNumber,
#imageHeaderBar H2,
.browsePath A {
  color: #eef;
  font-weight: bold;
}
.browsePath A:hover { color: #fff; }
#content H2:before, .browsePath:before, .imageNumber:before,
#imageHeaderBar H2:before {
 content: "____ ";
 font-weight: normal;
 color: #fff;
 font-family: sans-serif;
 letter-spacing: 0em;
}
#content H2:after, .browsePath:after, .imageNumber:after,
#imageHeaderBar H2:after {
 content: " ____";
 color: #fff;
 font-family: sans-serif;
 font-weight: normal;
 letter-spacing: 0em;
}
#thePicturePage #comments H2 {
  color: #69c;
}
#content ul.thumbnailCategories li div.thumbnailCategory .description p + p {
  color: #369;
}
#theAdminPage h3 a,
#content div.thumbnailCategory .description h3 a {
  color: #fff;
}
#content div.thumbnailCategory .description h3 a:hover {
  color: #f92;
}
.pleaseNote {
  color: #ff9;
  font-weight: bold;
}
TD.calDayCellEmpty,
SPAN.calItemEmpty { color: silver; }
.calBackDate { color: #000; }
input[type="reset"],
input[type="submit"] {
  color: #fff;
  font-weight: bold;
}

/******************************************************************************/
/* Backgrounds Only */
BODY { background: #cde; }
.header_notes,
#thePicturePage #the_page,
#thePicturePage #theImage,
#theAdminPage #the_page,
#content, DIV.content { background-color: #dfe8ff; }
#menubar, H3, #imageHeaderBar,
.row1  { background-color: #eef; }
H2, #menubar DT, .throw, TD H3,
#imageToolBar,
#imageHeaderBar, #imageHeaderBar H2,
#theAdminPage H3 { background-color: #369; }
#content H2 { background-color: #369; }
#content .infos { background-color: #47a; }
#content .errors { background-color: #fc5; }
#thePicturePage #comments H2 {
  background-color: #eef;
}
#content ul.thumbnailCategories li div.thumbnailCategory .description h3 {
  background-color: #69c;
}
#content ul.thumbnailCategories li div.thumbnailCategory,
#content UL.thumbnails SPAN.wrap2 { background-color: #eef; }
#content ul.thumbnailCategories li div.thumbnailCategory:hover,
#theImage IMG, .navThumb IMG,
#content UL.thumbnails SPAN.wrap2:hover { background-color: #fff; }
.pleaseNote {
  background: #69c;
}
input#qsearchInput { background-color: #cde; }
.virtual_cat { background: #fff !important; }
input[type="reset"],
input[type="submit"] {
  background-color: #369;
}
/******************************************************************************/
/* Borders, Margins, Padding Only */
BODY { margin: 0px;  padding: 0px; }
#menubar {
  margin : 0px 0px 0px 8px;
  border: 0px;
  text-decoration: none;
  border: 1px solid #369;
}
A { border: 0px; text-decoration: none; }
A:hover { text-decoration: none; border: 0px; }
#content, DIV.content {
  border: 1px solid #369;
  padding: 0px;
}
#content H2 {
  border: 0px;
  margin-bottom: 20px;
}
#content .errors { border-color: #f92; }
#imageHeaderBar H2 { border: 0px; }
#thePicturePage #imageToolBar { padding: 0px 25px 5px 25px; }
#thePicturePage #theImage {
  margin: 0px;
  padding: 3px 0px 15px 0px;
}
#thePicturePage #comments H2 {
  border-top: 2px solid #69c;
  border-bottom: 1px solid #369;
}
#comments DIV.comment BLOCKQUOTE {
  border: 1px solid #fff;
}
H2, #imageToolBar {
  border-bottom: 1px solid #fff;
}
.navThumb IMG { border: 1px solid #369; padding: 1px }
#theImage IMG { border: 3px solid #369; margin: 2px auto; padding: 1px }
#content UL.thumbnail IMG {
  border: 1px solid #666;
}
.illustration A {
  border: 0px;
}
FIELDSET, INPUT, SELECT, TEXTAREA,
#content DIV.comment  A.illustration IMG, #infos,
#content DIV.thumbnailCategory {
  border: 1px solid #69c;
  background-color: #dfe8ff;
  margin: 3px;
}
#content DIV.thumbnailCategory:hover {
  border: 1px solid #f92;
}
#content UL.thumbnails SPAN.wrap2 {
  border: 1px solid #69c;	/* thumbnails border color and style */
  -moz-border-radius: 4px;	/* round corners with Geko */
  border-radius: 4px 4px;	/* round corners with CSS3 compliant browsers */
}
#content UL.thumbnails SPAN.wrap2:hover {
  border-color: #f92;		/* thumbnails border color when mouse cursor is over it */
}
A.navThumb, A.navThumb:hover,
#imageToolBar A, #imageToolBar A:hover {
  border-bottom: none;
}
#the_page {
  border: 0px;
  padding: 5px 0px 30px 0px;
  margin: 0px;
}
.pleaseNote {
  padding: 1ex;
}
SPAN.calItem, SPAN.calItemEmpty { border: 1px solid gray; }
TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid gray;}
input[type="reset"],
input[type="submit"] {
  border: 1px solid #eef;
  padding: 5px 5px;
}
#addComment input[name="submit"] { padding: 5px 30px; }
#theAdminPage #content table td { padding: 2px 8px; }
input[type="text"], input[type="password"], input.button,
input.submit, input.reset, input.file,
select, textarea {
  color: #369;
  border: 1px solid #369;
  background-color: #eeeeff;
}

input:focus, select:focus, textarea:focus /*, INPUT.focus, FORM .focus*/ {
  background-color: #fff;	
}

/******************************************************************************/
/* Display, Visibility and others */
label { cursor:pointer }
.zero { display: none }
.one { }
.2nmore { }
#the_page {
  text-align:center;
  display:block;
}
#content H2::after { content: leader(dotted) }