source: extensions/stripped_responsive/theme-original.css @ 29453

Last change on this file since 29453 was 29453, checked in by JanisV, 10 years ago

Removed unused elements

  • Property svn:executable set to *
File size: 9.9 KB
Line 
1/* General rules ------------------------------------------------------------------------------- */
2
3html , body     { background-color: #101010;}
4body            { color: #666;}
5
6#thePicturePage .left_block,
7#thePicturePage .right_block,
8#thePicturePage .middle_block,
9#content {
10        background-color: #202020;
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/* Category thumbnails ------------------------------------------------------------------------- */
30
31.atr .thumbnailCategory .description {
32    background-color: rgba(0, 0, 0, 0.07);
33    -webkit-transition:background-color 300ms;
34    -moz-transition:background-color 300ms;
35    transition:background-color 300ms;
36}
37.atr .thumbnailCategory:hover .description {
38    background-color: rgba(0, 0, 0, 0.7);
39}
40
41.thumbnailCategories li                                 { color:#999;}
42
43.thumbnailCategories li:hover           { color:#666;}
44
45.thumbnailCategory .illustration img                    { border: 1px solid #555;}
46.thumbnailCategory:hover .illustration img      { border: 1px solid #101010;}
47
48.atd .thumbnailCategory .description h3                                                                 { border-color:#555;}
49.naf .thumbnailCategories .thumbnailCategory:hover .description h3      { border-color:#555;}
50.atd .thumbnailCategory:hover .description h3                                           { border-color:#999;}   
51
52.stuffs_block .personal_block ul.thumbnailCategories li,
53.stuffs_block .personal_block ul.thumbnailCategories li:hover,
54.subcontent  .stuffs_block .personal_block ul.thumbnailCategories li,
55.subcontent  .stuffs_block .personal_block ul.thumbnailCategories li:hover {
56        border-radius:10px;
57        -moz-border-radius:10px;
58        -webkit-border-radius:10px;
59}
60
61.stuffs_block .personal_block ul.thumbnailCategories li                                         { background: #303030 none 0 0 no-repeat;}
62.stuffs_block .personal_block ul.thumbnailCategories li:hover                           { background: #c0c0c0 none 0 0 no-repeat;}
63.subcontent  .stuffs_block .personal_block ul.thumbnailCategories li            { background: #404040 none 0 0 no-repeat;}
64.subcontent  .stuffs_block .personal_block ul.thumbnailCategories li:hover      { background: #c0c0c0 none 0 0 no-repeat;}
65
66/* Images Thumbnails --------------------------------------------------------------------------- */
67
68.thumbnails li, #thumbnails li                                  { background: transparent url(images/back_40.png) 0 0 no-repeat;}
69.thumbnails li:hover, #thumbnails li:hover      { background: transparent url(images/back_40.png) 0 -170px no-repeat;}
70.stuffs_block li                                                        { background: transparent url(images/back_50.png) 0 -0 no-repeat;}
71.stuffs_block li:hover                                  { background: transparent url(images/back_50.png) 0 -170px no-repeat;}
72.wrap1 .thumbLegend                                             { color:#888;}
73.wrap1 .wrap2 .thumbnail ,
74.wrap1 .wrap2 .thumbnail:hover                  { border:solid 1px #404040;}
75
76/* Navigation Bar ------------------------------------------------------------------------------ */
77
78#thumb_navigation                                       { color:#666;}
79#thumb_navigation #tn_prev                      { background: transparent url(icon/arrows.png) 0 0 no-repeat;}
80#thumb_navigation #tn_next                      { background: transparent url(icon/arrows.png) -20px 0 no-repeat;}
81#thumb_navigation a#tn_prev:hover       { background: transparent url(icon/arrows.png) 0 -150px no-repeat;}
82#thumb_navigation a#tn_next:hover       { background: transparent url(icon/arrows.png) -20px -150px no-repeat;}
83
84/* Picture Page -------------------------------------------------------------------------------- */
85
86#imageTitle {
87        font-weight:bold;
88        color:#888;
89}
90
91#theImageAndTitle {
92        position: static;
93        margin: 10px auto 15px;
94}
95
96#theImage { margin-bottom: 11px;}
97
98.img_frame #theMainImage {
99        border: 1px #999 solid;
100        padding:2px;
101}
102
103.js .hideTabsZone { display:none;}
104
105/* Image Nav Arrows ---------------------------------------------------------------------------- */
106
107.img_prev       { left: 0;}
108.img_next       { right: 0;}
109.cat_up                 { top: 0;}
110
111/* Navigation Arrows --------------------------------------------------------------------------- */
112
113#theImageBox    { position: relative;}
114#imgprev                { background: transparent url(icon/arrows.png) 0 0 no-repeat; left:0;}
115#imgnext                { background: transparent url(icon/arrows.png) -20px 0 no-repeat; right:0;}
116#imgprev:hover  { background: transparent url(icon/arrows.png) 0 -150px no-repeat;}
117#imgnext:hover  { background: transparent url(icon/arrows.png) -20px -150px no-repeat;}
118
119/* HD Picture Box ------------------------------------------------------------------------------ */
120
121#theImgHighBg {
122        background-color:#333;
123        opacity:0.96;
124        filter:alpha(opacity:96);
125        -moz-opacity:0.96;
126        -khtml-opacity: 0.96;
127}
128
129#theImgHighCloseButton, #theImgHighZoomButton  { right: -15px;}
130
131#theImgHighCloseButton          { background:transparent url(icon/close_high.png) no-repeat scroll 0px 0px;}
132#theImgHighZoomButton.fit       { background:transparent url(icon/zoom_fit_high.png) no-repeat scroll 0px 0px;}
133#theImgHighZoomButton.full      { background:transparent url(icon/zoom_1-1_high.png) no-repeat scroll 0px 0px;}
134
135/* Navbuttons ---------------------------------------------------------------------------------- */
136
137#imageToolBar .navButton {
138        background-image: url(icon/picture_24.png);
139}
140
141/* Tabs ---------------------------------------------------------------------------------------- */
142
143#tabTitleBar    { border-top: 1px solid #555;}
144#tabTitles              { line-height: 25px;}
145
146.tabTitle {
147        margin: 0;
148        background: #202020;
149        color: #777;
150}
151
152.tabTitle:hover { color:#999;}
153
154.tabSelected {
155        color: #999;
156        background: #404040;
157}
158
159.tabBlockContent {
160        background:#404040;
161        color:#aaa;
162        padding:10px 50px;
163}
164
165.tabBlock a { color:#eee;}
166
167/* Light Slideshow ----------------------------------------------------------------------------- */
168
169#light_slideshow                        { color: #444;}
170#light_slideshow a                      { color: #666;}
171#light_slideshow a:hover        { color: #999;}
172
173#light_slideshow .navButton {
174        opacity:0.5;
175        -moz-opacity:0.5;
176        -khtml-opacity: 0.5;
177}
178
179#light_slideshow #content {
180        background-color: #101010;
181        border: 1px #101010 solid;
182        border-width: 1px 0;
183}
184
185#light_slideshow #theImageAndTitle      { margin-bottom: 3px;}
186#light_slideshow #theMainImage          { border-color: #bbb;}
187#light_slideshow #imageTitle                    { color: #666;}
188
189/* Comments ------------------------------------------------------------------------------------ */
190
191#comments > ul > li                                             { background: #404040;}
192.subcontent .stuffs_block #comments li          { background: #505050;}
193#comments .description                                  { color: #999;}
194#comments .description .author,
195#comments .description .date                            { color: #c0c0c0;}
196#commentList li                                                 { border-top: 1px dotted #606060;}
197.commentList a                                                  { color: #ccc;}
198.commentList a:hover                                            { color: #eee;}
199
200/* Tags ---------------------------------------------------------------------------------------- */
201
202fieldset legend                         { color: #666;}
203#fullTagCloud a:hover   { background: #606060;}
204
205/* Calendar ------------------------------------------------------------------------------------ */
206
207.calMonth td                    { background-color: #363636;}
208
209
210/* Inputs & Forms ------------------------------------------------------------------------------ */
211
212input, select, textarea {
213        background-color: #666;
214        border: 1px solid #999;
215        color: #F0F0F0;
216}
217
218input[type="submit"], input[type="reset"] {
219        background-color: #3f3f3f;
220        border: 1px solid #606060;
221        color: #999;
222}
223input[type="submit"]:hover, input[type="reset"]:hover {
224        background-color: #666;
225        border: 1px solid #999;
226        color: #F0F0F0;
227}
228
229fieldset                        { border: 1px #606060 dotted;}
230.mandatorystar  { color: #e04040;}
231
232#quicksearch input {
233        color:#BBB;
234        background:#505050;
235}
236
237#quickconnect input#username,
238#quickconnect input#password {
239        color:#AAA;
240}
241
242/* Footer -------------------------------------------------------------------------------------- */
243
244.footer_login a                         { color:#666;}
245.footer_login a:hover   { color:#ccc;}
246
247/* Infos & Errors ------------------------------------------------------------------------------ */
248
249.errors {
250        border: 2px solid #A04040;
251        color: #A04040;
252}
253
254.infos {
255        border: 2px solid #40A040;
256        color: #40A040;
257}
258
259.errors a       { color: #FF0000;}
260.infos a        { color: #00FF00;}
261
262/* RV Maps & Earth Plugin ---------------------------------------------------------------------- */
263
264#mapPicture {
265        color:#202020;
266}
267
268/* User Tags Plugin ---------------------------------------------------------------------------- */
269
270#Tags ul.token-input-list-facebook {
271        background-color: #555;
272        border-color: #666;
273}
274
275#Tags li.token-input-token-facebook {
276        background-color: #666;
277        border-color: #999;
278        color: #EEE;
279}
280
281#Tags li.token-input-input-token-facebook input {
282        background-color: #666;
283        color: #EEE;
284}
285
286/* PWG Stuffs Plugin --------------------------------------------------------------------------- */
287
288.subcontent .stuffs_block .left_block,
289.subcontent .stuffs_block .right_block,
290.subcontent .stuffs_block .middle_block {
291        background-color:#303030;
292        color:#999;
293        -moz-border-radius:10px;
294        -webkit-border-radius:10px;
295        -khtml-border-radius:10px;
296        border-radius:10px;
297}
298
299/* No Thumb France CSS ------------------------------------------------------------------------- */
300
301.naf .stuffs_block .personal_block ul.thumbnailCategories li,
302.naf .thumbnailCategories li ,
303.naf .subcontent  .stuffs_block .personal_block ul.thumbnailCategories li {
304        background: none;
305}
306
307.naf .stuffs_block .personal_block ul.thumbnailCategories li:hover,
308.naf .thumbnailCategories li:hover,
309.naf .subcontent  .stuffs_block .personal_block ul.thumbnailCategories li:hover {
310        background: none;
311        color: #c0c0c0;
312}
313
314.naf .thumbnailCategory .illustration img                       { border: 1px solid #777;}
315.naf .thumbnailCategory:hover .illustration img         { border: 1px solid #c0c0c0;}
316
317.ntf .wrap1 .wrap2 .thumbnail {
318        border:solid 1px #444;
319}
320.ntf .wrap1 .wrap2 .thumbnail:hover {
321        border:solid 1px #777;
322}
323
324.ntf .thumbnails li,
325.ntf #thumbnails li ,
326.ntf .stuffs_block li {
327        background: none;
328}
329
330.ntf .thumbnails li:hover,
331.ntf #thumbnails li:hover,
332.ntf .stuffs_block li:hover {
333        background: none;
334}
Note: See TracBrowser for help on using the repository browser.