source: extensions/stripped/theme-black.css @ 12547

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

version 2.0.0

File size: 11.1 KB
Line 
1/* General rules ------------------------------------------------------------------------------- */
2
3body {
4        background-color: #000;
5        color: #666;
6}
7
8#thePicturePage .left_block,
9#thePicturePage .right_block,
10#thePicturePage .middle_block,
11#content {
12        background-color: #101010;
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#thePicturePage #content {
119        background:none;
120        border:none;   
121}
122
123#thePicturePage .titrePage {
124        border-bottom : solid 1px #555;
125        margin-top: 2px;
126}
127
128#thePicturePage  #footer_left {display:none;}
129
130#thePicturePage #footer {
131        margin-bottom:0;
132        position:fixed;
133        bottom:0;
134        border: none;
135        width:99%;
136        max-width:1120px;
137        height:0;
138        overflow:visible;
139        padding: 2px 0;
140}
141
142#thePicturePage #copyright {
143        margin: -12px 4px 0 0;
144        overflow: hidden;
145        direction: rtl;
146        line-height: 12px;
147        white-space: nowrap;
148}
149
150#imageTitleContainer { margin-top: 5px;}
151
152#imageTitle {
153        font-weight:bold;
154        color:#666;
155}
156
157#theImageAndTitle {
158        position: fixed;
159        margin: 0;
160        width: 100%;
161        top: 30px;
162        left: 0;
163}
164
165#theImage {     margin-bottom: 0;}
166
167.img_frame #theMainImage {
168        border-width: 6px;
169        border-color: #FFF;
170        -moz-border-radius:5px;
171        -webkit-border-radius:5px;
172        border-radius:5px;
173        border-style:solid;
174        padding:0;
175}
176
177/* Image Nav Arrows ---------------------------------------------------------------------------- */
178
179.img_prev       { left: 4px;}
180.img_next       { right: 4px;}
181.cat_up                 { top: 4px;}
182
183/* Navigation Arrows --------------------------------------------------------------------------- */
184
185#theImageBox    { position: static;}
186#imgprev                { background: transparent url(icon/arrows.png) 0 0 no-repeat;}
187#imgnext                { background: transparent url(icon/arrows.png) -20px 0 no-repeat;}
188#imgprev:hover  { background: transparent url(icon/arrows.png) 0 -150px no-repeat;}
189#imgnext:hover  { background: transparent url(icon/arrows.png) -20px -150px no-repeat;}
190
191/* HD Picture Box ------------------------------------------------------------------------------ */
192
193#theImgHighContainer {
194        padding:8px!important;
195        border-radius:6px;
196        -moz-border-radius:6px;
197        -webkit-border-radius:6px;
198}
199
200#theImgHighBg {
201        background-color:#333;
202        opacity:0.96;
203        filter:alpha(opacity:96);
204        -moz-opacity:0.96;
205        -khtml-opacity: 0.96;
206}
207
208#theImgHighCloseButton, #theImgHighZoomButton  { right: -17px;}
209
210#theImgHighCloseButton          { background:transparent url(icon/close_high_round.png) no-repeat scroll 0px 0px;}
211#theImgHighZoomButton.fit       { background:transparent url(icon/zoom_fit_high_round.png) no-repeat scroll 0px 0px;}
212#theImgHighZoomButton.full      { background:transparent url(icon/zoom_1-1_high_round.png) no-repeat scroll 0px 0px;}
213
214/* Navbuttons ---------------------------------------------------------------------------------- */
215
216#imageToolBar .navButton {
217        background-image: url(icon/picture_24.png);
218}
219
220/* Tabs ---------------------------------------------------------------------------------------- */
221
222#tabZone {
223        position:fixed;
224        bottom:0px;
225        width:99%;
226        max-width:1120px;
227}
228
229#tabTitleBar    {
230        border: none;
231        z-index:5;
232}
233
234#tabTitles  {
235        line-height: 22px;
236        display: inline-block;
237        padding:0 1px 0 0;
238}
239
240.tabTitle {
241        border: solid 0 #404040;
242        border-width: 1px 1px 0 1px;
243        margin-right:-1px;
244        background:#101010;
245        height:24px;
246        border-radius: 6px 6px 0 0 ;
247        -moz-border-radius-topleft:6px;
248        -moz-border-radius-topright:6px;
249        -webkit-border-top-left-radius:6px;
250        -webkit-border-top-righft-radius:6px;
251}
252
253.tabTitle:hover { color:#999;}
254
255.tabSelected {
256        color: #999;
257        background: #404040;
258}
259
260.tabBlock {
261        padding-bottom:12px;
262        background: #404040;
263        border-radius: 0 8px 0 0 ;
264        -moz-border-radius-topright:8px;
265        -webkit-border-top-righft-radius:8px;
266}
267
268.tabBlockContent {
269        overflow:auto;
270        max-height:350px;
271        padding: 10px 50px 0;
272        background: #404040;
273        color:#aaa;
274}       
275
276.tabBlock a { color:#eee;}
277
278/* Light Slideshow ----------------------------------------------------------------------------- */
279
280#light_slideshow .titrePage {
281        border-color: #000;
282}
283
284#light_slideshow                        { color: #444;}
285#light_slideshow a                      { color: #666;}
286#light_slideshow a:hover        { color: #999;}
287
288#light_slideshow .navButton {
289        opacity:0.5;
290        -moz-opacity:0.5;
291        -khtml-opacity: 0.5;
292}
293
294#light_slideshow #content {
295        background-color: #101010;
296        border: 1px #101010 solid;
297        border-width: 1px 0;
298}
299
300#light_slideshow #theImageAndTitle      { margin: 0 auto;}
301#light_slideshow #theMainImage          { border-color: #fff;}
302
303#light_slideshow #imageTitle{
304        color: #666;
305        background: none;
306}
307
308
309/* Comments ------------------------------------------------------------------------------------ */
310
311#comments > ul > li                                             { background: #404040;}
312.subcontent .stuffs_block #comments li          { background: #505050;}
313#comments .description                                  { color: #999;}
314#comments .description .author,
315#comments .description .date                            { color: #c0c0c0;}
316#commentList li                                                 { border-top: 1px dotted #606060;}
317
318/* Tags ---------------------------------------------------------------------------------------- */
319
320fieldset legend                         { color: #666;}
321#fullTagCloud a:hover   { background: #606060;}
322
323/* Calendar ------------------------------------------------------------------------------------ */
324
325.calMonth td                    { background-color: #363636;}
326
327
328/* Inputs & Forms ------------------------------------------------------------------------------ */
329
330input, select, textarea {
331        background-color: #666;
332        border: 1px solid #999;
333        color: #F0F0F0;
334}
335
336input[type="submit"], input[type="reset"] {
337        background-color: #3f3f3f;
338        border: 1px solid #606060;
339        color: #999;
340}
341input[type="submit"]:hover, input[type="reset"]:hover {
342        background-color: #666;
343        border: 1px solid #999;
344        color: #F0F0F0;
345}
346
347fieldset                        { border: 1px #606060 dotted;}
348.mandatorystar  { color: #e04040;}
349
350#quicksearch input {
351        color:#BBB;
352        background:#505050;
353}
354
355#quickconnect input#username,
356#quickconnect input#password {
357        color:#AAA;
358}
359
360/* Footer -------------------------------------------------------------------------------------- */
361
362.footer_login a                         { color:#666;}
363.footer_login a:hover   { color:#ccc;}
364
365/* Infos & Errors ------------------------------------------------------------------------------ */
366
367.errors {
368        border: 2px solid #A04040;
369        color: #A04040;
370}
371
372.infos {
373        border: 2px solid #40A040;
374        color: #40A040;
375}
376
377.errors a       { color: #FF0000;}
378.infos a        { color: #00FF00;}
379
380/* RV Maps & Earth Plugin ---------------------------------------------------------------------- */
381
382#mapPicture {
383        color:#202020;
384}
385
386/* User Tags Plugin ---------------------------------------------------------------------------- */
387
388#Tags ul.token-input-list-facebook {
389        background-color: #555;
390        border-color: #666;
391}
392
393#Tags li.token-input-token-facebook {
394        background-color: #666;
395        border-color: #999;
396        color: #EEE;
397}
398
399#Tags li.token-input-input-token-facebook input {
400        background-color: #666;
401        color: #EEE;
402}
403
404/* PWG Stuffs Plugin --------------------------------------------------------------------------- */
405
406.subcontent .stuffs_block .left_block,
407.subcontent .stuffs_block .right_block,
408.subcontent .stuffs_block .middle_block {
409        background-color:#303030;
410        color:#999;
411        -moz-border-radius:10px;
412        -webkit-border-radius:10px;
413        -khtml-border-radius:10px;
414        border-radius:10px;
415}
416
417#thePicturePage .stuffs_block { display: none;}
418
419/* No Thumb France CSS ------------------------------------------------------------------------- */
420
421.ntf .stuffs_block .personal_block ul.thumbnailCategories li,
422.ntf .thumbnailCategories li ,
423.ntf .subcontent  .stuffs_block .personal_block ul.thumbnailCategories li {
424        background: none;
425}
426
427.ntf .stuffs_block .personal_block ul.thumbnailCategories li:hover,
428.ntf .thumbnailCategories li:hover,
429.ntf .subcontent  .stuffs_block .personal_block ul.thumbnailCategories li:hover {
430        background: none;
431        color: #c0c0c0;
432}
433
434.ntf .thumbnailCategory .illustration img                       { border: 1px solid #777;}
435.ntf .thumbnailCategory .illustration img:hover         { border: 1px solid #c0c0c0;}
436
437.ntf .wrap1 .wrap2 .thumbnail {
438        border:solid 1px #444;
439}
440.ntf .wrap1 .wrap2 .thumbnail:hover {
441        border:solid 1px #777;
442}
443
444.ntf .thumbnails li,
445.ntf #thumbnails li ,
446.ntf .stuffs_block li {
447        background: none;
448}
449
450.ntf .thumbnails li:hover,
451.ntf #thumbnails li:hover,
452.ntf .stuffs_block li:hover {
453        background: none;
454}
Note: See TracBrowser for help on using the repository browser.