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

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

Minor changes to w0p0
Minor changes to dark mail style

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 6.7 KB
Line 
1/* $Id: theme.css 1811 2007-02-13 18:33:01Z 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}
33#mbIdentification dd p,
34#menubar .selected A { color: #c60; font-weight: bold; }
35#copyright { color: #c60; }
36#content .pageNumberSelected,
37A, INPUT.rateButton, legend { color: #369; }
38A:hover { color: #f92; }
39INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
40  color:#69c;
41}
42.infoTable,
43#theAdminPage #content,
44#content .navigationBar,
45input#qsearchInput { color: #369; }
46#content .infos { color: #036; }
47#content .errors { color: #900; }
48#content .titrePage H2 A { color: #dfe8ff; }
49input.rateButtonSelected,
50#content .titrePage H2 A:hover { color: #f92; }
51#content H2 {
52  letter-spacing: 0.01em;
53  text-indent: 1em;
54  font-weight: normal;
55}
56#content H3 {
57  text-indent: 3em
58}
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: #69c;
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#menubar, H3, #imageHeaderBar,
116.row1  { background-color: #eef; }
117H2, #menubar DT, .throw, TD H3,
118#imageToolBar,
119#imageHeaderBar, #imageHeaderBar H2,
120#theAdminPage H3 { background-color: #369; }
121#content H2 { background-color: #369; }
122#content .infos { background-color: #47a; }
123#content .errors { background-color: #fc5; }
124#thePicturePage #comments H2 {
125  background-color: #eef;
126}
127#content ul.thumbnailCategories li div.thumbnailCategory .description h3 {
128  background-color: #69c;
129}
130#content ul.thumbnailCategories li div.thumbnailCategory,
131#content UL.thumbnails SPAN.wrap2 { background-color: #eef; }
132#content ul.thumbnailCategories li div.thumbnailCategory:hover,
133#theImage IMG, .navThumb IMG,
134#content UL.thumbnails SPAN.wrap2:hover { background-color: #fff; }
135.pleaseNote {
136  background: #69c;
137}
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#content H2 {
157  border: 0px;
158  margin-bottom: 20px;
159}
160#content .errors { border-color: #f92; }
161#imageHeaderBar H2 { border: 0px; }
162#thePicturePage #imageToolBar { padding: 0px 25px 5px 25px; }
163#thePicturePage #theImage {
164  margin: 0px;
165  padding: 3px 0px 15px 0px;
166}
167#thePicturePage #comments H2 {
168  border-top: 2px solid #69c;
169  border-bottom: 1px solid #369;
170}
171#comments DIV.comment BLOCKQUOTE {
172  border: 1px solid #fff;
173}
174H2, #imageToolBar {
175  border-bottom: 1px solid #fff;
176}
177.navThumb IMG { border: 1px solid #369; padding: 1px }
178#theImage IMG { border: 3px solid #369; margin: 2px auto; padding: 1px }
179#content UL.thumbnail IMG {
180  border: 1px solid #666;
181}
182.illustration A {
183  border: 0px;
184}
185FIELDSET, INPUT, SELECT, TEXTAREA,
186#content DIV.comment  A.illustration IMG, #infos,
187#content DIV.thumbnailCategory {
188  border: 1px solid #69c;
189  background-color: #dfe8ff;
190  margin: 3px;
191}
192#content DIV.thumbnailCategory:hover {
193  border: 1px solid #f92;
194}
195#content UL.thumbnails SPAN.wrap2 {
196  border: 1px solid #69c;       /* thumbnails border color and style */
197  -moz-border-radius: 4px;      /* round corners with Geko */
198  border-radius: 4px 4px;       /* round corners with CSS3 compliant browsers */
199}
200#content UL.thumbnails SPAN.wrap2:hover {
201  border-color: #f92;           /* thumbnails border color when mouse cursor is over it */
202}
203A.navThumb, A.navThumb:hover,
204#imageToolBar A, #imageToolBar A:hover {
205  border-bottom: none;
206}
207#the_page {
208  border: 0px;
209  padding: 5px 0px 30px 0px;
210  margin: 0px;
211}
212.pleaseNote {
213  padding: 1ex;
214}
215SPAN.calItem, SPAN.calItemEmpty { border: 1px solid gray; }
216TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid gray;}
217#theAdminPage #content table td { padding: 2px 8px; }
218/******************************************************************************/
219/* Display, Visibility, buttons and others */
220label { cursor:pointer }
221.zero { display: none }
222.one { }
223.2nmore { }
224#the_page {
225  text-align:center;
226  display:block;
227}
228#content H2::after { content: leader(dotted) }
229input[type="text"], input[type="password"], input.button,
230input.submit, input.reset, input.file,
231select, textarea {
232  color: #369;
233  border: 1px solid #369;
234  background-color: #eeeeff;
235}
236input.submit[type="reset"]:focus,
237input.submit:focus {
238  background-color: #369;
239}
240input.submit[type="reset"],
241input.submit {
242  background-image: url(images/button-bg.png);
243  height:28px;
244  border: 0px;
245  font-weight: bold;
246        color: #fff;
247  border-bottom-width: 1px;
248  border-right-width: 1px;
249  border-style: outset;
250  border-color: #369;
251        padding: auto 2em auto 2em;
252}
253input.submit[type="reset"]:active,
254input.submit:active {
255        background: #69c;
256        border: 3px double #369;
257        border-left-color: #9ab;
258        border-top-color: #9ab;
259}
260#addComment input.submit  {
261  padding: auto 14em auto 14em;
262}
Note: See TracBrowser for help on using the repository browser.