source: trunk/template/yoga/theme/wipi/theme.css @ 1724

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

Feature "Admin Advices !" (Standard plugin) : May give you always now an advice on the administration page.
Quick solved list:
1 - Wording on EXIF/IPTC Advices
2 - Default language is English
3 - Some Transparency issues under IE
4 - Some Border issues
5 - PWG Menu moved from Advices Box to Intro.
6 - phpwebgallery.net URLs are available thru a new admin function pwg_URL()
7 - PWG Menu URL open in a new target (XHTML strict compliant (JS)).

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