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

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

version 2.1.0

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