source: extensions/stripped/theme-original.css @ 12547

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

version 2.0.0

File size: 9.3 KB
Line 
1/* General rules ------------------------------------------------------------------------------- */
2
3body {
4        background-color: #101010;
5        color: #666;
6}
7
8#thePicturePage .left_block,
9#thePicturePage .right_block,
10#thePicturePage .middle_block,
11#content {
12        background-color: #202020;
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#imageTitle {
119/*      padding: 6px;
120        -moz-border-radius:10px;
121        -webkit-border-radius:10px;
122        border-radius:10px;
123        background: #303030;*/
124        font-weight:bold;
125        color:#888;
126}
127
128#theImageAndTitle {
129        position: static;
130        margin: 10px auto 15px;
131}
132
133#theImage {     margin-bottom: 11px;}
134
135.img_frame #theMainImage {
136        border: 1px #999 solid;
137        padding:2px;
138}
139
140/* Image Nav Arrows ---------------------------------------------------------------------------- */
141
142.img_prev       { left: 0;}
143.img_next       { right: 0;}
144.cat_up                 { top: 0;}
145
146/* Navigation Arrows --------------------------------------------------------------------------- */
147
148#theImageBox    { position: relative;}
149#imgprev                { background: transparent url(icon/arrows.png) 0 0 no-repeat;}
150#imgnext                { background: transparent url(icon/arrows.png) -20px 0 no-repeat;}
151#imgprev:hover  { background: transparent url(icon/arrows.png) 0 -150px no-repeat;}
152#imgnext:hover  { background: transparent url(icon/arrows.png) -20px -150px no-repeat;}
153
154/* HD Picture Box ------------------------------------------------------------------------------ */
155
156#theImgHighBg {
157        background-color:#333;
158        opacity:0.96;
159        filter:alpha(opacity:96);
160        -moz-opacity:0.96;
161        -khtml-opacity: 0.96;
162}
163
164#theImgHighCloseButton, #theImgHighZoomButton  { right: -15px;}
165
166#theImgHighCloseButton          { background:transparent url(icon/close_high.png) no-repeat scroll 0px 0px;}
167#theImgHighZoomButton.fit       { background:transparent url(icon/zoom_fit_high.png) no-repeat scroll 0px 0px;}
168#theImgHighZoomButton.full      { background:transparent url(icon/zoom_1-1_high.png) no-repeat scroll 0px 0px;}
169
170/* Navbuttons ---------------------------------------------------------------------------------- */
171
172#imageToolBar .navButton {
173        background-image: url(icon/picture_24.png);
174}
175
176/* Tabs ---------------------------------------------------------------------------------------- */
177
178#tabTitleBar    { border-top: 1px solid #555;}
179#tabTitles              { line-height: 25px;}
180
181.tabTitle {
182        margin: 0;
183        background: #202020;
184        color: #777;
185}
186
187.tabTitle:hover { color:#999;}
188
189.tabSelected {
190        color: #999;
191        background: #404040;
192}
193
194.tabBlockContent {
195        background:#404040;
196        color:#aaa;
197        padding:10px 50px;
198}
199
200.tabBlock a { color:#eee;}
201
202/* Light Slideshow ----------------------------------------------------------------------------- */
203
204#light_slideshow                        { color: #444;}
205#light_slideshow a                      { color: #666;}
206#light_slideshow a:hover        { color: #999;}
207
208#light_slideshow .navButton {
209        opacity:0.5;
210        -moz-opacity:0.5;
211        -khtml-opacity: 0.5;
212}
213
214#light_slideshow #content {
215        background-color: #101010;
216        border: 1px #101010 solid;
217        border-width: 1px 0;
218}
219
220#light_slideshow #theImageAndTitle      { margin-bottom: 3px;}
221#light_slideshow #theMainImage          { border-color: #bbb;}
222#light_slideshow #imageTitle                    { color: #666;}
223
224/* Comments ------------------------------------------------------------------------------------ */
225
226#comments > ul > li                                             { background: #404040;}
227.subcontent .stuffs_block #comments li          { background: #505050;}
228#comments .description                                  { color: #999;}
229#comments .description .author,
230#comments .description .date                            { color: #c0c0c0;}
231#commentList li                                                 { border-top: 1px dotted #606060;}
232
233/* Tags ---------------------------------------------------------------------------------------- */
234
235fieldset legend                         { color: #666;}
236#fullTagCloud a:hover   { background: #606060;}
237
238/* Calendar ------------------------------------------------------------------------------------ */
239
240.calMonth td                    { background-color: #363636;}
241
242
243/* Inputs & Forms ------------------------------------------------------------------------------ */
244
245input, select, textarea {
246        background-color: #666;
247        border: 1px solid #999;
248        color: #F0F0F0;
249}
250
251input[type="submit"], input[type="reset"] {
252        background-color: #3f3f3f;
253        border: 1px solid #606060;
254        color: #999;
255}
256input[type="submit"]:hover, input[type="reset"]:hover {
257        background-color: #666;
258        border: 1px solid #999;
259        color: #F0F0F0;
260}
261
262fieldset                        { border: 1px #606060 dotted;}
263.mandatorystar  { color: #e04040;}
264
265#quicksearch input {
266        color:#BBB;
267        background:#505050;
268}
269
270#quickconnect input#username,
271#quickconnect input#password {
272        color:#AAA;
273}
274
275/* Footer -------------------------------------------------------------------------------------- */
276
277.footer_login a                         { color:#666;}
278.footer_login a:hover   { color:#ccc;}
279
280/* Infos & Errors ------------------------------------------------------------------------------ */
281
282.errors {
283        border: 2px solid #A04040;
284        color: #A04040;
285}
286
287.infos {
288        border: 2px solid #40A040;
289        color: #40A040;
290}
291
292.errors a       { color: #FF0000;}
293.infos a        { color: #00FF00;}
294
295/* RV Maps & Earth Plugin ---------------------------------------------------------------------- */
296
297#mapPicture {
298        color:#202020;
299}
300
301/* User Tags Plugin ---------------------------------------------------------------------------- */
302
303#Tags ul.token-input-list-facebook {
304        background-color: #555;
305        border-color: #666;
306}
307
308#Tags li.token-input-token-facebook {
309        background-color: #666;
310        border-color: #999;
311        color: #EEE;
312}
313
314#Tags li.token-input-input-token-facebook input {
315        background-color: #666;
316        color: #EEE;
317}
318
319/* PWG Stuffs Plugin --------------------------------------------------------------------------- */
320
321.subcontent .stuffs_block .left_block,
322.subcontent .stuffs_block .right_block,
323.subcontent .stuffs_block .middle_block {
324        background-color:#303030;
325        color:#999;
326        -moz-border-radius:10px;
327        -webkit-border-radius:10px;
328        -khtml-border-radius:10px;
329        border-radius:10px;
330}
331
332/* No Thumb France CSS ------------------------------------------------------------------------- */
333
334.ntf .stuffs_block .personal_block ul.thumbnailCategories li,
335.ntf .thumbnailCategories li ,
336.ntf .subcontent  .stuffs_block .personal_block ul.thumbnailCategories li {
337        background: none;
338}
339
340.ntf .stuffs_block .personal_block ul.thumbnailCategories li:hover,
341.ntf .thumbnailCategories li:hover,
342.ntf .subcontent  .stuffs_block .personal_block ul.thumbnailCategories li:hover {
343        background: none;
344        color: #c0c0c0;
345}
346
347.ntf .thumbnailCategory .illustration img                       { border: 1px solid #777;}
348.ntf .thumbnailCategory .illustration img:hover         { border: 1px solid #c0c0c0;}
349
350.ntf .wrap1 .wrap2 .thumbnail {
351        border:solid 1px #444;
352}
353.ntf .wrap1 .wrap2 .thumbnail:hover {
354        border:solid 1px #777;
355}
356
357.ntf .thumbnails li,
358.ntf #thumbnails li ,
359.ntf .stuffs_block li {
360        background: none;
361}
362
363.ntf .thumbnails li:hover,
364.ntf #thumbnails li:hover,
365.ntf .stuffs_block li:hover {
366        background: none;
367}
Note: See TracBrowser for help on using the repository browser.