source: extensions/stripped/theme-original.css @ 12659

Last change on this file since 12659 was 12659, checked in by Zaphod, 12 years ago

version 2.0.3

File size: 9.4 KB
Line 
1/* General rules ------------------------------------------------------------------------------- */
2
3body {
4        background-color: #101010;
5        color: #666;
6}
7
8#thePicturePage .left_block,
9#thePicturePage .right_block,
10#thePicturePage .middle_block,
11#content {
12        background-color: #202020;
13        border: solid 1px #555;
14        border-width: 1px 0;
15}
16
17a                       { color: #999;}
18a:hover                 { color: #ccc;}
19
20hr                      { border-color: #999;}
21
22#theHeader      { color: #888; }
23
24/* Content ------------------------------------------------------------------------------------- */
25
26.content_block .additional_info {
27        color:#999;
28        background-color:#404040;
29}
30
31.additional_info p a {color:#ddd;}
32.additional_info p a:hover {color:#fff;}
33
34/* Menubar ------------------------------------------------------------------------------------- */
35
36#menuswitcher           { color: #999;}
37#menuswitcher:hover     { color: #ccc;}
38
39/* Category thumbnails ------------------------------------------------------------------------- */
40
41.stuffs_block .personal_block ul.thumbnailCategories li,
42.thumbnailCategories li {
43        background: transparent url(images/back_30.png) 0 0 no-repeat;
44        color:#999;
45}
46
47.stuffs_block .personal_block ul.thumbnailCategories li:hover,
48.thumbnailCategories li:hover {
49        background: transparent url(images/back_30.png) 0 -170px no-repeat;
50        color:#666;
51}
52
53.subcontent  .stuffs_block .personal_block ul.thumbnailCategories li {
54        background: transparent url(images/back_40.png) 0 0 no-repeat;
55}
56
57.subcontent  .stuffs_block .personal_block ul.thumbnailCategories li:hover {
58        background: transparent url(images/back_40.png) 0 -170px no-repeat;
59        color:#666;
60}
61
62.thumbnailCategory .illustration img                    { border: 1px solid #555;}
63.thumbnailCategory .illustration img:hover      { border: 1px solid #101010;}
64
65/* Images Thumbnails --------------------------------------------------------------------------- */
66
67.thumbnails li,
68#thumbnails li                  {
69        background: transparent url(images/back_40.png) 0 0 no-repeat;
70}
71
72.thumbnails li:hover,
73#thumbnails li:hover {
74        background: transparent url(images/back_40.png) 0 -170px no-repeat;
75}
76
77.stuffs_block li {
78        background: transparent url(images/back_50.png) 0 -0 no-repeat;
79}
80
81.stuffs_block li:hover {
82        background: transparent url(images/back_50.png) 0 -170px no-repeat;
83}
84
85.wrap1 .wrap2 .thumbnail ,
86.wrap1 .wrap2 .thumbnail:hover {
87        border:solid 1px #404040;
88}
89
90.wrap1 .thumbLegend {
91        color:#888;
92}
93
94/* Navigation Bar ------------------------------------------------------------------------------ */
95
96#thumb_navigation {
97        color:#666;
98}
99
100#thumb_navigation #tn_prev {
101        background: transparent url(icon/arrows.png) 0 0 no-repeat;
102}
103
104#thumb_navigation #tn_next {
105        background: transparent url(icon/arrows.png) -20px 0 no-repeat;
106}
107
108#thumb_navigation a#tn_prev:hover {
109        background: transparent url(icon/arrows.png) 0 -150px no-repeat;
110}
111
112#thumb_navigation a#tn_next:hover {
113        background: transparent url(icon/arrows.png) -20px -150px no-repeat;
114}
115
116/* Picture Page -------------------------------------------------------------------------------- */
117
118#imageTitle {
119/*      padding: 6px;
120        -moz-border-radius:10px;
121        -webkit-border-radius:10px;
122        border-radius:10px;
123        background: #303030;*/
124        font-weight:bold;
125        color:#888;
126}
127
128#theImageAndTitle {
129        position: static;
130        margin: 10px auto 15px;
131}
132
133#theImage {     margin-bottom: 11px;}
134
135.img_frame #theMainImage {
136        border: 1px #999 solid;
137        padding:2px;
138}
139
140/* Image Nav Arrows ---------------------------------------------------------------------------- */
141
142.img_prev       { left: 0;}
143.img_next       { right: 0;}
144.cat_up                 { top: 0;}
145
146/* Navigation Arrows --------------------------------------------------------------------------- */
147
148#theImageBox    { position: relative;}
149#imgprev                { background: transparent url(icon/arrows.png) 0 0 no-repeat;}
150#imgnext                { background: transparent url(icon/arrows.png) -20px 0 no-repeat;}
151#imgprev:hover  { background: transparent url(icon/arrows.png) 0 -150px no-repeat;}
152#imgnext:hover  { background: transparent url(icon/arrows.png) -20px -150px no-repeat;}
153
154/* HD Picture Box ------------------------------------------------------------------------------ */
155
156#theImgHighBg {
157        background-color:#333;
158        opacity:0.96;
159        filter:alpha(opacity:96);
160        -moz-opacity:0.96;
161        -khtml-opacity: 0.96;
162}
163
164#theImgHighCloseButton, #theImgHighZoomButton  { right: -15px;}
165
166#theImgHighCloseButton          { background:transparent url(icon/close_high.png) no-repeat scroll 0px 0px;}
167#theImgHighZoomButton.fit       { background:transparent url(icon/zoom_fit_high.png) no-repeat scroll 0px 0px;}
168#theImgHighZoomButton.full      { background:transparent url(icon/zoom_1-1_high.png) no-repeat scroll 0px 0px;}
169
170/* Navbuttons ---------------------------------------------------------------------------------- */
171
172#imageToolBar .navButton {
173        background-image: url(icon/picture_24.png);
174}
175
176/* Tabs ---------------------------------------------------------------------------------------- */
177
178#tabTitleBar    { border-top: 1px solid #555;}
179#tabTitles              { line-height: 25px;}
180
181.tabTitle {
182        margin: 0;
183        background: #202020;
184        color: #777;
185}
186
187.tabTitle:hover { color:#999;}
188
189.tabSelected {
190        color: #999;
191        background: #404040;
192}
193
194.tabBlockContent {
195        background:#404040;
196        color:#aaa;
197        padding:10px 50px;
198}
199
200.tabBlock a { color:#eee;}
201
202/* Light Slideshow ----------------------------------------------------------------------------- */
203
204#light_slideshow                        { color: #444;}
205#light_slideshow a                      { color: #666;}
206#light_slideshow a:hover        { color: #999;}
207
208#light_slideshow .navButton {
209        opacity:0.5;
210        -moz-opacity:0.5;
211        -khtml-opacity: 0.5;
212}
213
214#light_slideshow #content {
215        background-color: #101010;
216        border: 1px #101010 solid;
217        border-width: 1px 0;
218}
219
220#light_slideshow #theImageAndTitle      { margin-bottom: 3px;}
221#light_slideshow #theMainImage          { border-color: #bbb;}
222#light_slideshow #imageTitle                    { color: #666;}
223
224/* Comments ------------------------------------------------------------------------------------ */
225
226#comments > ul > li                                             { background: #404040;}
227.subcontent .stuffs_block #comments li          { background: #505050;}
228#comments .description                                  { color: #999;}
229#comments .description .author,
230#comments .description .date                            { color: #c0c0c0;}
231#commentList li                                                 { border-top: 1px dotted #606060;}
232.commentList a                                                  { color: #ccc;}
233.commentList a:hover                                            { color: #eee;}
234
235/* Tags ---------------------------------------------------------------------------------------- */
236
237fieldset legend                         { color: #666;}
238#fullTagCloud a:hover   { background: #606060;}
239
240/* Calendar ------------------------------------------------------------------------------------ */
241
242.calMonth td                    { background-color: #363636;}
243
244
245/* Inputs & Forms ------------------------------------------------------------------------------ */
246
247input, select, textarea {
248        background-color: #666;
249        border: 1px solid #999;
250        color: #F0F0F0;
251}
252
253input[type="submit"], input[type="reset"] {
254        background-color: #3f3f3f;
255        border: 1px solid #606060;
256        color: #999;
257}
258input[type="submit"]:hover, input[type="reset"]:hover {
259        background-color: #666;
260        border: 1px solid #999;
261        color: #F0F0F0;
262}
263
264fieldset                        { border: 1px #606060 dotted;}
265.mandatorystar  { color: #e04040;}
266
267#quicksearch input {
268        color:#BBB;
269        background:#505050;
270}
271
272#quickconnect input#username,
273#quickconnect input#password {
274        color:#AAA;
275}
276
277/* Footer -------------------------------------------------------------------------------------- */
278
279.footer_login a                         { color:#666;}
280.footer_login a:hover   { color:#ccc;}
281
282/* Infos & Errors ------------------------------------------------------------------------------ */
283
284.errors {
285        border: 2px solid #A04040;
286        color: #A04040;
287}
288
289.infos {
290        border: 2px solid #40A040;
291        color: #40A040;
292}
293
294.errors a       { color: #FF0000;}
295.infos a        { color: #00FF00;}
296
297/* RV Maps & Earth Plugin ---------------------------------------------------------------------- */
298
299#mapPicture {
300        color:#202020;
301}
302
303/* User Tags Plugin ---------------------------------------------------------------------------- */
304
305#Tags ul.token-input-list-facebook {
306        background-color: #555;
307        border-color: #666;
308}
309
310#Tags li.token-input-token-facebook {
311        background-color: #666;
312        border-color: #999;
313        color: #EEE;
314}
315
316#Tags li.token-input-input-token-facebook input {
317        background-color: #666;
318        color: #EEE;
319}
320
321/* PWG Stuffs Plugin --------------------------------------------------------------------------- */
322
323.subcontent .stuffs_block .left_block,
324.subcontent .stuffs_block .right_block,
325.subcontent .stuffs_block .middle_block {
326        background-color:#303030;
327        color:#999;
328        -moz-border-radius:10px;
329        -webkit-border-radius:10px;
330        -khtml-border-radius:10px;
331        border-radius:10px;
332}
333
334/* No Thumb France CSS ------------------------------------------------------------------------- */
335
336.ntf .stuffs_block .personal_block ul.thumbnailCategories li,
337.ntf .thumbnailCategories li ,
338.ntf .subcontent  .stuffs_block .personal_block ul.thumbnailCategories li {
339        background: none;
340}
341
342.ntf .stuffs_block .personal_block ul.thumbnailCategories li:hover,
343.ntf .thumbnailCategories li:hover,
344.ntf .subcontent  .stuffs_block .personal_block ul.thumbnailCategories li:hover {
345        background: none;
346        color: #c0c0c0;
347}
348
349.ntf .thumbnailCategory .illustration img                       { border: 1px solid #777;}
350.ntf .thumbnailCategory .illustration img:hover         { border: 1px solid #c0c0c0;}
351
352.ntf .wrap1 .wrap2 .thumbnail {
353        border:solid 1px #444;
354}
355.ntf .wrap1 .wrap2 .thumbnail:hover {
356        border:solid 1px #777;
357}
358
359.ntf .thumbnails li,
360.ntf #thumbnails li ,
361.ntf .stuffs_block li {
362        background: none;
363}
364
365.ntf .thumbnails li:hover,
366.ntf #thumbnails li:hover,
367.ntf .stuffs_block li:hover {
368        background: none;
369}
Note: See TracBrowser for help on using the repository browser.