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

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

version 2.0.4

File size: 11.3 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.commentList a                                                  { color: #ccc;}
318.commentList a:hover                                            { color: #eee;}
319
320/* Tags ---------------------------------------------------------------------------------------- */
321
322fieldset legend                         { color: #666;}
323#fullTagCloud a:hover   { background: #606060;}
324
325/* Calendar ------------------------------------------------------------------------------------ */
326
327.calMonth td                    { background-color: #363636;}
328
329
330/* Inputs & Forms ------------------------------------------------------------------------------ */
331
332input, select, textarea {
333        background-color: #666;
334        border: 1px solid #999;
335        color: #F0F0F0;
336}
337
338input[type="submit"], input[type="reset"] {
339        background-color: #3f3f3f;
340        border: 1px solid #606060;
341        color: #999;
342}
343input[type="submit"]:hover, input[type="reset"]:hover {
344        background-color: #666;
345        border: 1px solid #999;
346        color: #F0F0F0;
347}
348
349fieldset                        { border: 1px #606060 dotted;}
350.mandatorystar  { color: #e04040;}
351
352#quicksearch input {
353        color:#BBB;
354        background:#505050;
355}
356
357#quickconnect input#username,
358#quickconnect input#password {
359        color:#AAA;
360}
361
362/* Footer -------------------------------------------------------------------------------------- */
363
364.footer_login a                         { color:#666;}
365.footer_login a:hover   { color:#ccc;}
366
367/* Infos & Errors ------------------------------------------------------------------------------ */
368
369.errors {
370        border: 2px solid #A04040;
371        color: #A04040;
372}
373
374.infos {
375        border: 2px solid #40A040;
376        color: #40A040;
377}
378
379.errors a       { color: #FF0000;}
380.infos a        { color: #00FF00;}
381
382/* RV Maps & Earth Plugin ---------------------------------------------------------------------- */
383
384#mapPicture {
385        color:#202020;
386}
387
388/* User Tags Plugin ---------------------------------------------------------------------------- */
389
390#Tags ul.token-input-list-facebook {
391        background-color: #555;
392        border-color: #666;
393}
394
395#Tags li.token-input-token-facebook {
396        background-color: #666;
397        border-color: #999;
398        color: #EEE;
399}
400
401#Tags li.token-input-input-token-facebook input {
402        background-color: #666;
403        color: #EEE;
404}
405
406/* PWG Stuffs Plugin --------------------------------------------------------------------------- */
407
408.subcontent .stuffs_block .left_block,
409.subcontent .stuffs_block .right_block,
410.subcontent .stuffs_block .middle_block {
411        background-color:#303030;
412        color:#999;
413        -moz-border-radius:10px;
414        -webkit-border-radius:10px;
415        -khtml-border-radius:10px;
416        border-radius:10px;
417}
418
419#thePicturePage .stuffs_block { display: none;}
420
421/* No Thumb Frame CSS -------------------------------------------------------------------------- */
422
423.ntf .stuffs_block .personal_block ul.thumbnailCategories li,
424.ntf .thumbnailCategories li ,
425.ntf .subcontent  .stuffs_block .personal_block ul.thumbnailCategories li {
426        background: none;
427}
428
429.ntf .stuffs_block .personal_block ul.thumbnailCategories li:hover,
430.ntf .thumbnailCategories li:hover,
431.ntf .subcontent  .stuffs_block .personal_block ul.thumbnailCategories li:hover {
432        background: none;
433        color: #c0c0c0;
434}
435
436.ntf .thumbnailCategory .illustration img                       { border: 1px solid #777;}
437.ntf .thumbnailCategory .illustration img:hover         { border: 1px solid #c0c0c0;}
438
439.ntf .wrap1 .wrap2 .thumbnail {
440        border:solid 1px #444;
441}
442.ntf .wrap1 .wrap2 .thumbnail:hover {
443        border:solid 1px #777;
444}
445
446.ntf .thumbnails li,
447.ntf #thumbnails li ,
448.ntf .stuffs_block li {
449        background: none;
450}
451
452.ntf .thumbnails li:hover,
453.ntf #thumbnails li:hover,
454.ntf .stuffs_block li:hover {
455        background: none;
456}
457
458/* Misc ---------------------------------------------------------------------------------------- */
459
460#thePicturePage .Online { display: none;}
Note: See TracBrowser for help on using the repository browser.