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

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

Initial commit

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