source: trunk/template/yoga/theme/p0w0/theme.css @ 1869

Last change on this file since 1869 was 1869, checked in by vdigital, 17 years ago

Bug: Minor HTML change to keep HTML 4.01 Strict level (category_cats.inc.php)

New: Label over quick search (and different display solutions in themes: center, left, italic, hidden, pre-filling hidden).

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 7.4 KB
Line 
1/* $Id: theme.css 1869 2007-03-04 19:00:43Z vdigital $ */
2
3/**
4 * Color scheme (Remember #6699cc = #69c)
5 * #000000 #336699 #4477aa #6699cc (Black -> Blues)
6 * #cc6600 #ff9933 (Oranges)
7 * #cccccc
8 * #ccddee #dfe8ff #eeeeff #ffffff (Light colors -> White)
9 * */ 
10/**
11 * Logic
12 * - Texts
13 * - Backgrounds
14 * - Borders, Margins, Padding
15 * - Visibility / Display
16 */
17
18/******************************************************************************/
19/* Texts Only */
20BODY, H1, H3, DT, H2, .throw { color: #369; }
21H2, #menubar DT, .throw, TD H3, #theAdminPage H3, .calForeDate {
22  color: #fff;
23}
24#menubar DT, #menubar DT A {
25  color: #fff;
26  font-weight: bold;
27}
28#content .titrePage .categoryActions li { color: #cde;}
29#menubar DT A:hover {
30  color: #f92;
31  font-weight: bold;
32}
33h1 { font-weight: bold; letter-spacing: 0.2em; }
34#mbIdentification dd p,
35#menubar .selected A { color: #c60; font-weight: bold; }
36#copyright { color: #c60; }
37#content .pageNumberSelected,
38A, INPUT.rateButton, legend { color: #369; }
39A:hover { color: #f92; }
40INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
41  color:#69c;
42}
43.infoTable,
44#theAdminPage #content,
45#content .navigationBar,
46input#qsearchInput { color: #369; }
47#content .infos { color: #036; }
48#content .errors { color: #900; }
49#content .titrePage H2 A { color: #dfe8ff; }
50input.rateButtonSelected,
51#content .titrePage H2 A:hover { color: #f92; }
52#content H2 {
53  letter-spacing: 0.01em;
54  text-indent: 1em;
55  font-weight: normal;
56}
57#content ul.thumbnailCategories li div.thumbnailCategory .description h3,
58#content h3 { text-align: center; }
59.browsePath, .imageNumber,
60#imageHeaderBar H2,
61.browsePath A {
62  color: #eef;
63  font-weight: bold;
64}
65.browsePath A:hover { color: #fff; }
66#content H2:before, .browsePath:before, .imageNumber:before,
67#imageHeaderBar H2:before {
68 content: "__ ";
69 font-weight: normal;
70 color: #fff;
71 font-family: sans-serif;
72 letter-spacing: 0em;
73}
74#content H2:after, .browsePath:after, .imageNumber:after,
75#imageHeaderBar H2:after {
76 content: " __ ";
77 color: #fff;
78 font-family: sans-serif;
79 font-weight: normal;
80 letter-spacing: 0em;
81}
82#thePicturePage #comments H2 {
83  color: #69c;
84}
85#content ul.thumbnailCategories li div.thumbnailCategory .description p {
86  color: #c60;
87}
88#content ul.thumbnailCategories li div.thumbnailCategory .description p + p {
89  color: #369;
90}
91#theAdminPage h3 a,
92#content div.thumbnailCategory .description h3 a {
93  color: #fff;
94}
95#content div.thumbnailCategory .description h3 a:hover {
96  color: #f92;
97}
98.pleaseNote {
99  color: #ff9;
100  font-weight: bold;
101}
102TD.calDayCellEmpty,
103SPAN.calItemEmpty { color: silver; }
104.calBackDate { color: #000; }
105
106
107/******************************************************************************/
108/* Backgrounds Only */
109BODY { background: #cde; }
110.header_notes,
111#thePicturePage #the_page,
112#thePicturePage #theImage,
113#theAdminPage #the_page,
114#content, DIV.content { background-color: #dfe8ff; }
115#the_page { background-color: #dfe8ff; }
116#menubar, H3, #imageHeaderBar,
117.row1  { background-color: #eef; }
118H2, #menubar DT, .throw, TD H3,
119#imageToolBar,
120#imageHeaderBar, #imageHeaderBar H2,
121#theAdminPage H3 { background-color: #369; }
122#content H2 { background-color: #369; }
123#content .infos { background-color: #47a; ;}
124#content .errors { background-color: #fc5; ;}
125#thePicturePage #comments H2 { background-color: #eef; ;}
126#content ul.thumbnailCategories li div.thumbnailCategory .description h3 {
127  background-color: #69c; 
128}
129#content ul.thumbnailCategories li div.thumbnailCategory,
130#content UL.thumbnails SPAN.wrap2 { background-color: #eef; }
131#content ul.thumbnailCategories li div.thumbnailCategory:hover,
132#theImage IMG, .navThumb IMG,
133#content UL.thumbnails SPAN.wrap2:hover { background-color: #fff; }
134#content UL.thumbnails SPAN.wrap2:active img {
135  outline: 3px ridge #f92;
136}
137.pleaseNote { background: #69c; }
138input#qsearchInput { background-color: #cde; }
139.virtual_cat { background: #fff !important; }
140
141/******************************************************************************/
142/* Borders, Margins, Padding Only */
143BODY { margin: 0px;  padding: 0px; }
144#menubar {
145  margin : 0px 0px 0px 8px;
146  border: 0px;
147  text-decoration: none;
148  border: 1px solid #369;
149}
150A { border: 0px; text-decoration: none; }
151A:hover { text-decoration: none; border: 0px; }
152#content, DIV.content {
153  border: 1px solid #369;
154  padding: 0px;
155}
156#menubar DT, #content H2 {
157  background-image: url(images/button-bg.png);
158  border: 0px;
159  margin-bottom: 3px;
160}
161#content ul.thumbnailCategories li div.thumbnailCategory .description h3 {
162  background-image: url(images/button-bg.png);
163  border-width: 1px;
164  border-style: outset;
165  border-color: #369;
166}
167#content ul.thumbnailCategories li div.thumbnailCategory .description h3:active
168{
169        background: #69c;
170        border: 1px inset #369;
171}
172#content .errors { border-color: #f92; }
173#imageHeaderBar H2 { border: 0px; }
174#thePicturePage #imageToolBar { padding: 0px 25px 5px 25px; }
175#thePicturePage #theImage {
176  margin: 0px;
177  padding: 3px 0px 15px 0px;
178}
179#thePicturePage #comments H2 {
180  border-top: 2px solid #69c;
181  border-bottom: 1px solid #369;
182}
183#comments DIV.comment BLOCKQUOTE {
184  border: 1px solid #fff;
185}
186H2, #imageToolBar {
187  border-bottom: 1px solid #fff;
188}
189.navThumb IMG { border: 1px solid #c60; padding: 1px; opacity: 0.8; }
190.navThumb:hover IMG { border: 1px solid #f92; padding: 1px; opacity: 1; }
191#theImage IMG {
192  border: 3px solid #369;
193  margin: 2px auto;
194  padding: 1px;
195  box-shadow: 0.2em 0.2em #ccc;
196}
197#content UL.thumbnail IMG {
198  border: 1px solid #666;
199}
200.illustration A {
201  border: 0px;
202}
203FIELDSET, INPUT, SELECT, TEXTAREA,
204#content DIV.comment  A.illustration IMG, #infos,
205#content DIV.thumbnailCategory {
206  border: 1px solid #69c;
207  background-color: #dfe8ff;
208  margin: 3px;
209}
210#content DIV.thumbnailCategory:hover {
211  border: 1px solid #f92;
212}
213#content UL.thumbnails SPAN.wrap2 {
214  border: 1px solid #69c;       /* thumbnails border color and style */
215  border-radius: 4px 4px;       /* round corners with CSS3 compliant browsers */
216}
217#content UL.thumbnails SPAN.wrap2:hover {
218  border-color: #f92;           /* thumbnails border color when mouse cursor is over it */
219}
220A.navThumb, A.navThumb:hover,
221#imageToolBar A, #imageToolBar A:hover {
222  border-bottom: none;
223}
224#the_page {
225  border: 0px;
226  padding: 5px 0px 30px 0px;
227  margin: 0px;
228}
229.pleaseNote {
230  padding: 1ex;
231}
232SPAN.calItem, SPAN.calItemEmpty { border: 1px solid gray; }
233TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid gray;}
234#theAdminPage #content table td { padding: 2px 8px; }
235/******************************************************************************/
236/* Display, Visibility, buttons and others */
237label { cursor:pointer }
238.zero { display: none }
239
240#the_page {
241  text-align:center;
242  display:block;
243}
244
245input[type="text"], input[type="password"], input.button,
246input.submit, input.reset, input.file,
247select, textarea {
248  color: #369;
249  border: 1px solid #369;
250  background-color: #eeeeff;
251}
252input.submit[type="reset"]:focus,
253input.submit:focus {
254  background-color: #369;
255}
256input.submit[type="reset"],
257input.submit {
258  background-image: url(images/button-bg.png);
259  height:22px;
260  font-weight: bold;
261        color: #fff;
262  border-width: 1px;
263  border-style: outset;
264  border-color: #369;
265  padding-left: 2em;
266  padding-right: 2em;
267}
268input.submit[type="reset"]:active,
269input.submit:active {
270        background: #69c;
271  height:22px;
272        border: 1px inset #369;
273}
274#addComment fieldset input.submit[type="submit"]  {
275  height: 38px;
276  padding-left: 4em;
277  padding-right: 4em;
278}
279#menubar .menuInfoCat, #menubar .menuInfoCatByChild {
280  font-size: 80%;
281  font-style: normal;
282}
283.qsearch { font-size: 80%; font-style: italic; }
284* { outline: none; }
Note: See TracBrowser for help on using the repository browser.