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

Last change on this file since 2513 was 2481, checked in by rvelices, 16 years ago
  • further reduce css rules and remove unused ones
  • added a smarty prefilter so that html output is nicely indented now ...
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 6.5 KB
Line 
1/* $Id: theme.css 2481 2008-08-22 00:45:03Z rvelices $ */
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 { color: #369; }
21H2, #menubar DT, TD H3 {
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,
44input#qsearchInput { color: #369; }
45.content .infos { color: #036; }
46.content .errors { color: #900; }
47.content .titrePage H2 A { color: #dfe8ff; }
48input.rateButtonSelected,
49.content .titrePage H2 A:hover { color: #f92; }
50.content H2 {
51  letter-spacing: 0.01em;
52  text-indent: 1em;
53  font-weight: normal;
54}
55.content ul.thumbnailCategories li div.thumbnailCategory .description h3,
56.content h3 { text-align: center; }
57.browsePath, .imageNumber,
58#imageHeaderBar H2,
59.browsePath A {
60  color: #eef;
61  font-weight: bold;
62}
63.browsePath A:hover { color: #fff; }
64.content H2:before, .browsePath:before, .imageNumber:before,
65#imageHeaderBar H2:before,
66.content H2:after, .browsePath:after, .imageNumber:after,
67#imageHeaderBar H2:after {
68 content: "   ";
69 color: #fff;
70 font-family: sans-serif;
71 font-weight: normal;
72 letter-spacing: 0em;
73}
74#thePicturePage #comments H3 {
75  color: #69c;
76}
77.content ul.thumbnailCategories li div.thumbnailCategory .description p {
78  color: #c60;
79}
80.content ul.thumbnailCategories li div.thumbnailCategory .description p + p {
81  color: #369;
82}
83.content div.thumbnailCategory .description h3 a {
84  color: #fff;
85}
86.content div.thumbnailCategory .description h3 a:hover {
87  color: #f92;
88}
89
90
91/******************************************************************************/
92/* Backgrounds Only */
93BODY { background: #cde; }
94.header_notes,
95#thePicturePage #the_page,
96#thePicturePage #theImage,
97.content { background-color: #dfe8ff; }
98#the_page { background-color: #dfe8ff; }
99#menubar, H3, #imageHeaderBar { background-color: #eef; }
100H2, #menubar DT, TD H3,
101#imageToolBar,
102#imageHeaderBar, #imageHeaderBar H2,
103.content H2 { background-color: #369; }
104.content .infos { background-color: #47a; ;}
105.content .errors { background-color: #fc5; ;}
106#thePicturePage #comments H3 { background-color: #eef; ;}
107.content ul.thumbnailCategories li div.thumbnailCategory .description h3 {
108  background-color: #69c; 
109}
110.content ul.thumbnailCategories li div.thumbnailCategory,
111.content UL.thumbnails SPAN.wrap2 { background-color: #eef; }
112.content ul.thumbnailCategories li div.thumbnailCategory:hover,
113#theImage IMG, .navThumb IMG,
114.content UL.thumbnails SPAN.wrap2:hover { background-color: #fff; }
115.content UL.thumbnails SPAN.wrap2:active img {
116  outline: 3px ridge #f92;
117}
118input#qsearchInput { background-color: #cde; }
119.virtual_cat { background: #fff !important; }
120/******************************************************************************/
121/* Borders, Margins, Padding Only */
122BODY { margin: 0px;  padding: 0px; }
123#menubar {
124  margin : 0px 0px 0px 8px;
125  border: 0px;
126  text-decoration: none;
127  border: 1px solid #369;
128}
129A { border: 0px; text-decoration: none; }
130A:hover { text-decoration: none; border: 0px; }
131.content {
132  border: 1px solid #369;
133  padding: 0px;
134}
135#menubar DT, .content H2 {
136  background-image: url(images/button-bg.png);
137  border: 0px;
138  margin-bottom: 3px;
139}
140.content ul.thumbnailCategories li div.thumbnailCategory .description h3 {
141  background-image: url(images/button-bg.png);
142  border-width: 1px;
143  border-style: outset;
144  border-color: #369;
145}
146.content ul.thumbnailCategories li div.thumbnailCategory .description h3:active
147{
148        background: #69c;
149        border: 1px inset #369;
150}
151.content .errors { border-color: #f92; }
152#imageHeaderBar H2 { border: 0px; }
153#thePicturePage #imageToolBar { padding: 0px 25px 5px 25px; }
154#thePicturePage #theImage {
155  margin: 0px;
156  padding: 3px 0px 15px 0px;
157}
158#thePicturePage #comments H3 {
159  border-top: 2px solid #69c;
160  border-bottom: 1px solid #369;
161}
162H2, #imageToolBar {
163  border-bottom: 1px solid #fff;
164}
165.navThumb IMG { border: 1px solid #c60; padding: 1px; opacity: 0.8; }
166.navThumb:hover IMG { border: 1px solid #f92; padding: 1px; opacity: 1; }
167#theImage IMG {
168  border: 3px solid #369;
169  margin: 2px auto;
170  padding: 1px;
171  box-shadow: 0.2em 0.2em #ccc;
172}
173.content UL.thumbnail IMG {
174  border: 1px solid #666;
175}
176.illustration A {
177  border: 0px;
178}
179FIELDSET, INPUT, SELECT, TEXTAREA,
180.content DIV.thumbnailCategory {
181  border: 1px solid #69c;
182  background-color: #dfe8ff;
183  margin: 3px;
184}
185.content DIV.thumbnailCategory:hover {
186  border: 1px solid #f92;
187}
188.content UL.thumbnails SPAN.wrap2 {
189  border: 1px solid #69c;       /* thumbnails border color and style */
190  border-radius: 4px 4px;       /* round corners with CSS3 compliant browsers */
191}
192.content UL.thumbnails SPAN.wrap2:hover {
193  border-color: #f92;           /* thumbnails border color when mouse cursor is over it */
194}
195A.navThumb, A.navThumb:hover,
196#imageToolBar A, #imageToolBar A:hover {
197  border-bottom: none;
198}
199#the_page {
200  border: 0px;
201  padding: 5px 0px 30px 0px;
202  margin: 0px;
203}
204
205/******************************************************************************/
206/* Display, Visibility, buttons and others */
207label { cursor:pointer }
208.zero { display: none }
209
210input[type="text"], input[type="password"], input.button,
211input.submit, input.reset, input.file,
212select, textarea {
213  color: #369;
214  border: 1px solid #369;
215  background-color: #eeeeff;
216}
217input.submit[type="reset"]:focus,
218input.submit:focus {
219  background-color: #369;
220}
221input.submit[type="reset"],
222input.submit {
223  background-image: url(images/button-bg.png);
224  height:22px;
225  font-weight: bold;
226        color: #fff;
227  border-width: 1px;
228  border-style: outset;
229  border-color: #369;
230  padding-left: 2em;
231  padding-right: 2em;
232}
233input.submit[type="reset"]:active,
234input.submit:active {
235        background: #69c;
236  height:22px;
237        border: 1px inset #369;
238}
239#addComment fieldset input.submit[type="submit"]  {
240  height: 38px;
241  padding-left: 4em;
242  padding-right: 4em;
243}
244#menubar .menuInfoCat, #menubar .menuInfoCatByChild {
245  font-size: 80%;
246  font-style: normal;
247}
248* { outline: none; }
249
Note: See TracBrowser for help on using the repository browser.