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

Last change on this file since 1693 was 1693, checked in by vdigital, 17 years ago
File size: 5.0 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 {
81  background-color: #eee;
82  border: 1px solid #69c;
83  padding: 5px;
84}
85H2, #menubar DT, .throw, TD H3, #theAdminPage H3 {
86  background-image: url(images/tableh1_bg.png);
87}
88#content H2 {
89  background: none;
90  border: 0px;
91  letter-spacing: -0.05em; 
92  text-indent: 1em;
93  text-transform:       uppercase;
94  font-weight: normal;
95  margin-bottom: 20px;
96}
97#content H3 {
98  text-indent: 3em
99}
100.browsePath A {
101  color: #999;
102}
103#content H2:before, .browsePath:before, .imageNumber:before,
104#imageHeaderBar H2:before {
105 content: "____\\_ "; 
106 color: #f92; 
107 font-family: Times, Zapf-Chancery, Cottonwood, Helvetica;
108 letter-spacing: 0em; 
109}
110#content H2:after, .browsePath:after, .imageNumber:after,
111#imageHeaderBar H2:after {
112 content: " _/____"; 
113 color: #69c;
114 font-family: Times, Zapf-Chancery, Cottonwood, Helvetica;
115 letter-spacing: 0em; 
116}
117#imageHeaderBar H2 {
118  background-image: none;
119  background-color: transparent;
120  border: none;
121}
122#thePicturePage #the_page {
123  background-color: #fff;
124}
125#thePicturePage #imageHeaderBar {
126  background-image: url(images/tableh2_bg.png); 
127  background-repeat: repeat-x;
128}
129#thePicturePage #imageToolBar {
130  background-color: #fff;
131  border-bottom: 2px solid #f92;
132}
133#thePicturePage #theImage {
134  background-color: #fff;
135  margin: 0px;
136  padding: 3px 0px 15px 0px;
137}
138
139#thePicturePage #comments H2 {
140  background-image: none;
141  background-color: #ddd;
142  border-top: 2px solid #f92;
143  border-bottom: 2px solid #f92;
144  color: #f92; 
145  font-weight: lighter;
146}
147
148/* borders */
149#comments DIV.comment BLOCKQUOTE {
150  border: 1px solid #fff;
151}
152#imageHeaderBar {
153  border-top: 1px solid #fff;
154}
155H2, #imageToolBar {
156  border-bottom: 1px solid #fff;
157}
158
159#theImage IMG {
160  border-color: #111;
161}
162
163#content UL.thumbnail IMG {
164  border: 1px solid #666;
165}
166.illustration A {
167  border: 0px;
168}
169FIELDSET, INPUT, SELECT, TEXTAREA,
170#content DIV.comment  A.illustration IMG, #infos,
171#content DIV.thumbnailCategory {
172  border: 1px solid gray;
173}
174#content DIV.thumbnailCategory {
175  border: 1px solid #69c;
176  margin: 8px 4px;
177}
178#content DIV.thumbnailCategory:hover {
179  border: 1px solid #f92;
180  background-color: #fff;
181}
182#comments DIV.comment BLOCKQUOTE {
183  border-left: 2px solid #969696;
184}
185
186#content UL.thumbnails SPAN.wrap2 {
187  border: 1px solid #69c;       /* thumbnails border color and style */
188  -moz-border-radius: 4px;      /* round corners with Geko */
189  border-radius: 4px 4px;       /* round corners with CSS3 compliant browsers */
190}
191#content UL.thumbnails SPAN.wrap2:hover {
192  border-color: #f92;           /* thumbnails border color when mouse cursor is over it */
193  background-color: #fff;
194}
195#menubar .buttonmenu {
196  margin: 0 2px;
197  width: auto;
198  padding: 0;
199  text-indent: 0;
200  list-style: none;
201  text-align: center;
202  float: left;
203}
204/* links */
205A, INPUT.rateButton, legend {
206  color: #69c;
207}
208
209A:hover {
210  color: #f92;
211}
212
213#imageToolBar A, #imageToolBar A:hover {
214  border-bottom: none;
215}
216A.navThumb, A.navThumb:hover {
217  border-bottom: none;
218}
219/* others */
220.pleaseNote {
221  background: #9c9c9c;
222  color: #ffff99;
223  padding: 1ex;
224  font-weight: bold;
225}
226#the_page {
227  border: 1px dotted #69c;
228  padding-top: 5px;
229  padding-bottom:30px;
230  text-align:center;
231  display:block;
232  margin: 2px;
233}
234#copyright {
235  color: #69c;
236}
237/*calendar elements*/
238SPAN.calItemEmpty { color: silver; }
239
240SPAN.calItem, SPAN.calItemEmpty
241{
242  border: 1px solid gray;
243}
244label {
245        cursor:pointer
246}
247/* nice looking month calendar*/
248TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid gray;}
249
250TD.calDayCellEmpty { color: silver; }
251
252.calBackDate { color: #000; }
253.calForeDate { color: #fff; }
Note: See TracBrowser for help on using the repository browser.