source: extensions/Float/theme.css @ 19144

Last change on this file since 19144 was 18804, checked in by Miklfe, 12 years ago
File size: 3.9 KB
Line 
1BODY{background:#FFA200;color:#FFF}
2A, INPUT.rateButton{color:#6F6F6F}
3H2 {background:none;padding:8px 0 0 10px}
4
5/*======================================================Header======================================================*/
6#header_bgDef{background-image:none;background-color:transparent}
7#header-content{margin-right:auto}
8#theHeader{left:20px;text-align:left;padding-top: 20px}
9#theHeader h1{text-align:left;color:#6F6F6F;font-size:2.5em}
10#headertransi{background:none}
11#headertransiH{background-image:none}
12#headertransiB{background-image:none}
13#bg_th_left{background-image:none}
14#logo{background:none}
15
16/*======================================================Content======================================================*/
17.content .titrePage{background:none repeat scroll 0% 0% #6F6F6F;border-radius:5px 5px 5px 5px;margin-bottom:20px;border: 1px solid #3F3F3F}
18.content .titrePage a{color: #FFF}
19.content .titrePage a:hover{color:#C2C2C2}
20.categoryActions{top:5px}
21#page_content{background:none;max-width:none;min-width:900px}
22#page_content1{background:none}
23#page_content2{background:none}
24.switchBox {color:#FFA200}
25.thumbContent{width:98%;border-radius:5px 5px 5px 5px;background:#6F6F6F;border:1px solid #3F3F3F;padding:1%;margin-top:10px}
26
27/*======================================================Thumbnail/categorie page======================================================*/
28.thumbnail .description, .thumbnailCategory DIV.description{height:100%}
29.thumbnail:hover .description, .thumbnailCategory:hover DIV.description{background:url("images/pattern.png");-moz-transition:bottom 1s ease 0s, width 1s ease 0s, opacity 2s ease 0s}
30.thumbnailCategories LI{width:auto;display:inline-block;float:none}
31.illustration{margin:0}
32.thumbs{margin: 10px 0}
33.text{background:none repeat scroll 0px 0px rgba(0, 0, 0, 0.9)}
34.text img{height:24px;width:24px!important}
35.description H2{text-align:center;font-size:250%;color: #FFF;margin:20px 0;padding:5px}
36.description P{font-size:120%;padding:5px}
37#bg_th_right{background-image:none}
38#imageHeaderBar{background:#6F6F6F;border-radius:5px 5px 5px 5px;margin-bottom: 20px;border:1px solid #3F3F3F;margin-top:50px;font-size:120%;padding:10px 0 0;height:26px}
39#imageHeaderBar a{color:#fff}
40#imageHeaderBar a:hover{color:#c2c2c2}
41.even, .odd, .thumbs{list-style: none outside none}
42
43/*======================================================Menu======================================================*/
44#menu{height:40px;padding: 5px 0 0}
45#menu a{color:#FFF}
46#menu a:hover{color:#C2C2C2}
47ul#topnav span dt:hover{background-image:none}
48#nav_wrapper{min-width:1000px;background:#6F6F6F;height:40px;border-bottom: 1px solid #3F3F3F}
49span#menu_start{background:none}
50span#menu_start a{background:url("images/menu/home_w.png") no-repeat scroll left top transparent;height:32px}
51span#menu_start a:hover{background-position:left -32px}
52ul#topnav {background:none}
53ul#topnav .liSub{background:none}
54.sub p{color: #2C2C2C}
55ul#topnav li .sub, ul#topnav li #loger{top:35px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0px 0px 10px #5A5A5A;background:#6F6F6F}
56ul#topnav .sub ul li a, ul#topnav #loger ul li a{color: #FFF}
57li.liSub:hover span.dd_wrapper, li.liSub:hover span.cl_wrapper, .activate{background:none}
58#quicksearch input[type="text"]{background: none repeat scroll 0% 0% #3F3F3F}
59#quicksearch input[type="submit"]{background: url("images/menu/search.png") repeat}
60
61/*======================================================Panel======================================================*/
62.panel .switchBox{top:60px}
63.panel .switchBox a{color: #FFA200}
64
65/*======================================================Vanilla======================================================*/
66#container,#containerThumb{padding:5px;margin-bottom:20px;clear:both;margin-left:auto;margin-right:auto}
67.box li{list-style: none outside none}
68.box img{display:block;margin-left:auto;margin-right:auto}
69.col img{width:100%}
Note: See TracBrowser for help on using the repository browser.