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

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

Admin Advices now is p0w0 compliant (other themes as well coming).
Admin Advices random thumbnail is partly check (Name, Description, Author, creation date and metadata) well updated or not.
Tags relation will be checked asap for the thumbnail.
More : Thumbnail is directly linked to Modify picture Admin function to make it accurate.

File size: 5.1 KB
Line 
1/* $Id: theme.css 1677 2006-12-21 21:38:20Z rub $ */
2
3/* text color */
4BODY, H1, H3, DT,
5INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
6  color:#69c;
7}
8#menubar { 
9  margin : 0px;
10  background-color: transparent;
11  border: 0px;
12}
13#content UL.thumbnailCategories LI {
14  width: 49.7%;         /* 49.8% for 2 per line, 33.3% for 3 per line*/
15}
16H2, .throw {
17  color: #69c;
18}
19#menubar DT, #menubar DT A {
20  color: #69c; 
21  font-weight: lighter;
22}
23#menubar DT A:hover {
24  color: #f92; 
25  font-weight: lighter;
26}
27#menubar .selected  A {
28  color: #69c; 
29}
30#menubar .selected  A:hover {
31  color: #f92; 
32}
33#menubar DT:before {
34 content: "__\\_ "; 
35 color: #f92; 
36}
37#menubar DT:after {
38 content: " _/__"; 
39 color: #69c;
40}
41#theAdminPage #menubar DT:before,
42#theAdminPage #menubar DT:after {
43 content: ''; 
44}
45#content .navigationBar {
46  color: #666;
47}
48#content .pageNumberSelected {
49  color: #f92;
50}
51#content .infos {
52  background-color: #69c;
53  color: #036;
54}
55#content .errors {
56  background-color: #fc5;
57  border-color: #f92;
58  color: #900;
59}
60/* backgrounds */
61BODY {
62  background: #ddd;
63  margin: 0px;
64  padding: 0px;
65}
66
67H3, #the_page, #imageHeaderBar, #imageToolBar A:hover, .row1  {
68  background-color: #fff;
69}
70
71#imageToolBar, .header_notes {
72  background-color: #fff;
73}
74A {
75  border-color: #69c;
76}
77A:hover {
78  border-color: #f92;
79}
80#content, DIV.content { 
81      /* All div similar to #content can be classified as content */
82  background-color: #eee; 
83  border: 1px solid #69c;
84  padding: 5px;
85}
86H2, #menubar DT, .throw, TD H3, #theAdminPage H3 {
87  background-image: url(images/tableh1_bg.png);
88}
89#content H2 {
90  background: none;
91  border: 0px;
92  letter-spacing: -0.05em; 
93  text-indent: 1em;
94  text-transform:       uppercase;
95  font-weight: normal;
96  margin-bottom: 20px;
97}
98#content H3 {
99  text-indent: 3em
100}
101.browsePath A {
102  color: #999;
103}
104#content H2:before, .browsePath:before, .imageNumber:before,
105#imageHeaderBar H2:before {
106 content: "____\\_ "; 
107 color: #f92; 
108 font-family: Times, Zapf-Chancery, Cottonwood, Helvetica;
109 letter-spacing: 0em; 
110}
111#content H2:after, .browsePath:after, .imageNumber:after,
112#imageHeaderBar H2:after {
113 content: " _/____"; 
114 color: #69c;
115 font-family: Times, Zapf-Chancery, Cottonwood, Helvetica;
116 letter-spacing: 0em; 
117}
118#imageHeaderBar H2 {
119  background-image: none;
120  background-color: transparent;
121  border: none;
122}
123#thePicturePage #the_page {
124  background-color: #fff;
125}
126#thePicturePage #imageHeaderBar {
127  background-image: url(images/tableh2_bg.png); 
128  background-repeat: repeat-x;
129}
130#thePicturePage #imageToolBar {
131  background-color: #fff;
132  border-bottom: 2px solid #f92;
133}
134#thePicturePage #theImage {
135  background-color: #fff;
136  margin: 0px;
137  padding: 3px 0px 15px 0px;
138}
139
140#thePicturePage #comments H2 {
141  background-image: none;
142  background-color: #ddd;
143  border-top: 2px solid #f92;
144  border-bottom: 2px solid #f92;
145  color: #f92; 
146  font-weight: lighter;
147}
148
149/* borders */
150#comments DIV.comment BLOCKQUOTE {
151  border: 1px solid #fff;
152}
153#imageHeaderBar {
154  border-top: 1px solid #fff;
155}
156H2, #imageToolBar {
157  border-bottom: 1px solid #fff;
158}
159
160#theImage IMG {
161  border-color: #111;
162}
163
164#content UL.thumbnail IMG {
165  border: 1px solid #666;
166}
167.illustration A {
168  border: 0px;
169}
170FIELDSET, INPUT, SELECT, TEXTAREA,
171#content DIV.comment  A.illustration IMG, #infos,
172#content DIV.thumbnailCategory {
173  border: 1px solid gray;
174}
175#content DIV.thumbnailCategory {
176  border: 1px solid #69c;
177  margin: 8px 4px;
178}
179#content DIV.thumbnailCategory:hover {
180  border: 1px solid #f92;
181  background-color: #fff;
182}
183#comments DIV.comment BLOCKQUOTE {
184  border-left: 2px solid #969696;
185}
186
187#content UL.thumbnails SPAN.wrap2 {
188  border: 1px solid #69c;       /* thumbnails border color and style */
189  -moz-border-radius: 4px;      /* round corners with Geko */
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  background-color: #fff;
195}
196#menubar .buttonmenu {
197  margin: 0 2px;
198  width: auto;
199  padding: 0;
200  text-indent: 0;
201  list-style: none;
202  text-align: center;
203  float: left;
204}
205/* links */
206A, INPUT.rateButton, legend {
207  color: #69c;
208}
209
210A:hover {
211  color: #f92;
212}
213
214#imageToolBar A, #imageToolBar A:hover {
215  border-bottom: none;
216}
217A.navThumb, A.navThumb:hover {
218  border-bottom: none;
219}
220/* others */
221.pleaseNote {
222  background: #9c9c9c;
223  color: #ffff99;
224  padding: 1ex;
225  font-weight: bold;
226}
227#the_page {
228  border: 1px dotted #69c;
229  padding-top: 5px;
230  padding-bottom:30px;
231  text-align:center;
232  display:block;
233  margin: 2px;
234}
235#copyright {
236  color: #69c;
237}
238/*calendar elements*/
239SPAN.calItemEmpty { color: silver; }
240
241SPAN.calItem, SPAN.calItemEmpty
242{
243  border: 1px solid gray;
244}
245label {
246        cursor:pointer
247}
248/* nice looking month calendar*/
249TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid gray;}
250
251TD.calDayCellEmpty { color: silver; }
252
253.calBackDate { color: #000; }
254.calForeDate { color: #fff; }
Note: See TracBrowser for help on using the repository browser.