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

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

Minor changes to w0p0 (not only on Rub request)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 7.0 KB
Line 
1/* $Id: theme.css 1813 2007-02-13 23:31: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 { background-color: #eef; }
125#content ul.thumbnailCategories li div.thumbnailCategory .description h3 {
126  background-color: #69c;
127}
128#content ul.thumbnailCategories li div.thumbnailCategory,
129#content UL.thumbnails SPAN.wrap2 { background-color: #eef; }
130#content ul.thumbnailCategories li div.thumbnailCategory:hover,
131#theImage IMG, .navThumb IMG,
132#content UL.thumbnails SPAN.wrap2:hover { background-color: #fff; }
133.pleaseNote {
134  background: #69c;
135}
136input#qsearchInput { background-color: #cde; }
137.virtual_cat { background: #fff !important; }
138
139/******************************************************************************/
140/* Borders, Margins, Padding Only */
141BODY { margin: 0px;  padding: 0px; }
142#menubar {
143  margin : 0px 0px 0px 8px;
144  border: 0px;
145  text-decoration: none;
146  border: 1px solid #369;
147}
148A { border: 0px; text-decoration: none; }
149A:hover { text-decoration: none; border: 0px; }
150#content, DIV.content {
151  border: 1px solid #369;
152  padding: 0px;
153}
154#menubar DT, #content H2 {
155  background-image: url(images/button-bg.png);
156  border: 0px;
157  margin-bottom: 20px;
158}
159#content ul.thumbnailCategories li div.thumbnailCategory .description h3 {
160  background-image: url(images/button-bg.png);
161  border-width: 1px;
162  border-style: outset;
163  border-color: #369;
164}
165#content ul.thumbnailCategories li div.thumbnailCategory .description h3:active
166{
167        background: #69c;
168        border: 1px inset #369;
169}
170#content .errors { border-color: #f92; }
171#imageHeaderBar H2 { border: 0px; }
172#thePicturePage #imageToolBar { padding: 0px 25px 5px 25px; }
173#thePicturePage #theImage {
174  margin: 0px;
175  padding: 3px 0px 15px 0px;
176}
177#thePicturePage #comments H2 {
178  border-top: 2px solid #69c;
179  border-bottom: 1px solid #369;
180}
181#comments DIV.comment BLOCKQUOTE {
182  border: 1px solid #fff;
183}
184H2, #imageToolBar {
185  border-bottom: 1px solid #fff;
186}
187.navThumb IMG { border: 1px solid #369; padding: 1px }
188#theImage IMG { border: 3px solid #369; margin: 2px auto; padding: 1px }
189#content UL.thumbnail IMG {
190  border: 1px solid #666;
191}
192.illustration A {
193  border: 0px;
194}
195FIELDSET, INPUT, SELECT, TEXTAREA,
196#content DIV.comment  A.illustration IMG, #infos,
197#content DIV.thumbnailCategory {
198  border: 1px solid #69c;
199  background-color: #dfe8ff;
200  margin: 3px;
201}
202#content DIV.thumbnailCategory:hover {
203  border: 1px solid #f92;
204}
205#content UL.thumbnails SPAN.wrap2 {
206  border: 1px solid #69c;       /* thumbnails border color and style */
207  -moz-border-radius: 4px;      /* round corners with Geko */
208  border-radius: 4px 4px;       /* round corners with CSS3 compliant browsers */
209}
210#content UL.thumbnails SPAN.wrap2:hover {
211  border-color: #f92;           /* thumbnails border color when mouse cursor is over it */
212}
213A.navThumb, A.navThumb:hover,
214#imageToolBar A, #imageToolBar A:hover {
215  border-bottom: none;
216}
217#the_page {
218  border: 0px;
219  padding: 5px 0px 30px 0px;
220  margin: 0px;
221}
222.pleaseNote {
223  padding: 1ex;
224}
225SPAN.calItem, SPAN.calItemEmpty { border: 1px solid gray; }
226TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid gray;}
227#theAdminPage #content table td { padding: 2px 8px; }
228/******************************************************************************/
229/* Display, Visibility, buttons and others */
230label { cursor:pointer }
231.zero { display: none }
232.one { }
233.2nmore { }
234#the_page {
235  text-align:center;
236  display:block;
237}
238#content H2::after { content: leader(dotted) }
239input[type="text"], input[type="password"], input.button,
240input.submit, input.reset, input.file,
241select, textarea {
242  color: #369;
243  border: 1px solid #369;
244  background-color: #eeeeff;
245}
246input.submit[type="reset"]:focus,
247input.submit:focus {
248  background-color: #369;
249}
250input.submit[type="reset"],
251input.submit {
252  background-image: url(images/button-bg.png);
253  height:22px;
254  font-weight: bold;
255        color: #fff;
256  border-width: 1px;
257  border-style: outset;
258  border-color: #369;
259  padding-left: 2em;
260  padding-right: 2em;
261}
262input.submit[type="reset"]:active,
263input.submit:active {
264        background: #69c;
265  height:22px;
266        border: 1px inset #369;
267}
268#addComment fieldset input.submit[type="submit"]  {
269  height: 38px;
270  padding-left: 4em;
271  padding-right: 4em;
272}
Note: See TracBrowser for help on using the repository browser.