source: extensions/stripped_responsive/theme-white.css @ 31988

Last change on this file since 31988 was 30369, checked in by JanisV, 9 years ago

Update style for Fotorama caption

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