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

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

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