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

Last change on this file since 3282 was 3282, checked in by plg, 15 years ago

change: according to topic:15067, svn:keywords property was removed

  • Property svn:eol-style set to LF
File size: 6.6 KB
Line 
1/* $Id: /piwigo/trunk/template/yoga/theme/p0w0/theme.css 6421 2008-09-24T19:15:01.483154Z 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 { color: #369; }
21H2, #menubar DT, TD H3 {
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}
33h1 { font-weight: bold; letter-spacing: 0.2em; }
34#mbIdentification dd p,
35#menubar .selected A { color: #c60; font-weight: bold; }
36#copyright { color: #c60; }
37.content .pageNumberSelected,
38A, INPUT.rateButton, legend { color: #369; }
39A:hover { color: #f92; }
40INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
41  color:#69c;
42}
43.infoTable,
44input#qsearchInput { color: #369; }
45.content .infos { color: #036; }
46.content .errors { color: #900; }
47.content .titrePage H2 A { color: #dfe8ff; }
48input.rateButtonSelected,
49.content .titrePage H2 A:hover { color: #f92; }
50.content H2 {
51  letter-spacing: 0.01em;
52  text-indent: 1em;
53  font-weight: normal;
54}
55.content ul.thumbnailCategories li div.thumbnailCategory .description h3,
56.content h3 { text-align: center; }
57.browsePath, .imageNumber,
58#imageHeaderBar H2,
59.browsePath A {
60  color: #eef;
61  font-weight: bold;
62}
63.browsePath A:hover { color: #fff; }
64.content H2:before, .browsePath:before, .imageNumber:before,
65#imageHeaderBar H2:before,
66.content H2:after, .browsePath:after, .imageNumber:after,
67#imageHeaderBar H2:after {
68 content: "   ";
69 color: #fff;
70 font-family: sans-serif;
71 font-weight: normal;
72 letter-spacing: 0em;
73}
74#thePicturePage #comments H3 {
75  color: #69c;
76}
77.content ul.thumbnailCategories li div.thumbnailCategory .description p {
78  color: #c60;
79}
80.content ul.thumbnailCategories li div.thumbnailCategory .description p + p {
81  color: #369;
82}
83.content div.thumbnailCategory .description h3 a {
84  color: #fff;
85}
86.content div.thumbnailCategory .description h3 a:hover {
87  color: #f92;
88}
89
90
91/******************************************************************************/
92/* Backgrounds Only */
93BODY { background: #cde; }
94.header_notes,
95#thePicturePage #the_page,
96#thePicturePage #theImage,
97.content { background-color: #dfe8ff; }
98#the_page { background-color: #dfe8ff; }
99#menubar, H3, #imageHeaderBar { background-color: #eef; }
100H2, #menubar DT, TD H3,
101#imageToolBar,
102#imageHeaderBar, #imageHeaderBar H2,
103.content H2 { background-color: #369; }
104.content .infos { background-color: #47a; ;}
105.content .errors { background-color: #fc5; ;}
106#thePicturePage #comments H3 { background-color: #eef; ;}
107.content ul.thumbnailCategories li div.thumbnailCategory .description h3 {
108  background-color: #69c; 
109}
110.content ul.thumbnailCategories li div.thumbnailCategory,
111.content UL.thumbnails SPAN.wrap2 { background-color: #eef; }
112.content ul.thumbnailCategories li div.thumbnailCategory:hover,
113#theImage IMG, .navThumb IMG,
114.content UL.thumbnails SPAN.wrap2:hover { background-color: #fff; }
115.content UL.thumbnails SPAN.wrap2:active img {
116  outline: 3px ridge #f92;
117}
118input#qsearchInput { background-color: #cde; }
119/******************************************************************************/
120/* Borders, Margins, Padding Only */
121BODY { margin: 0px;  padding: 0px; }
122#menubar {
123  margin : 0px 0px 0px 8px;
124  border: 0px;
125  text-decoration: none;
126  border: 1px solid #369;
127}
128A { border: 0px; text-decoration: none; }
129A:hover { text-decoration: none; border: 0px; }
130.content {
131  border: 1px solid #369;
132  padding: 0px;
133}
134#menubar DT, .content H2 {
135  background-image: url(images/button-bg.png);
136  border: 0px;
137  margin-bottom: 3px;
138}
139.content ul.thumbnailCategories li div.thumbnailCategory .description h3 {
140  background-image: url(images/button-bg.png);
141  border-width: 1px;
142  border-style: outset;
143  border-color: #369;
144}
145.content ul.thumbnailCategories li div.thumbnailCategory .description h3:active
146{
147        background: #69c;
148        border: 1px inset #369;
149}
150.content .errors { border-color: #f92; }
151#imageHeaderBar H2 { border: 0px; }
152#thePicturePage #imageToolBar { padding: 0px 25px 5px 25px; }
153#thePicturePage #theImage {
154  margin: 0px;
155  padding: 3px 0px 15px 0px;
156}
157#thePicturePage #comments H3 {
158  border-top: 2px solid #69c;
159  border-bottom: 1px solid #369;
160}
161H2, #imageToolBar {
162  border-bottom: 1px solid #fff;
163}
164.navThumb IMG { border: 1px solid #c60; padding: 1px; opacity: 0.8; }
165.navThumb:hover IMG { border: 1px solid #f92; padding: 1px; opacity: 1; }
166#theImage IMG {
167  border: 3px solid #369;
168  margin: 2px auto;
169  padding: 1px;
170  box-shadow: 0.2em 0.2em #ccc;
171}
172.content UL.thumbnail IMG {
173  border: 1px solid #666;
174}
175.illustration A {
176  border: 0px;
177}
178FIELDSET, INPUT, SELECT, TEXTAREA,
179.content DIV.thumbnailCategory {
180  border: 1px solid #69c;
181  background-color: #dfe8ff;
182  margin: 3px;
183}
184.content DIV.thumbnailCategory:hover {
185  border: 1px solid #f92;
186}
187.content UL.thumbnails SPAN.wrap2 {
188  border: 1px solid #69c;       /* thumbnails border color and style */
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}
194A.navThumb, A.navThumb:hover,
195#imageToolBar A, #imageToolBar A:hover {
196  border-bottom: none;
197}
198#the_page {
199  border: 0px;
200  padding: 5px 0px 30px 0px;
201  margin: 0px;
202}
203
204/******************************************************************************/
205/* Display, Visibility, buttons and others */
206label { cursor:pointer }
207.zero { display: none }
208
209input[type="text"], input[type="password"], input.button,
210input.submit, input.reset, input.file,
211select, textarea {
212  color: #369;
213  border: 1px solid #369;
214  background-color: #eeeeff;
215}
216input.submit[type="reset"]:focus,
217input.submit:focus {
218  background-color: #369;
219}
220input.submit[type="reset"],
221input.submit {
222  background-image: url(images/button-bg.png);
223  height:22px;
224  font-weight: bold;
225        color: #fff;
226  border-width: 1px;
227  border-style: outset;
228  border-color: #369;
229  padding-left: 2em;
230  padding-right: 2em;
231}
232input.submit[type="reset"]:active,
233input.submit:active {
234        background: #69c;
235  height:22px;
236        border: 1px inset #369;
237}
238#addComment fieldset input.submit[type="submit"]  {
239  height: 38px;
240  padding-left: 4em;
241  padding-right: 4em;
242}
243#menubar .menuInfoCat, #menubar .menuInfoCatByChild {
244  font-size: 80%;
245  font-style: normal;
246}
247* { outline: none; }
248
Note: See TracBrowser for help on using the repository browser.