Team:USTC CHINA/main.css
From 2013.igem.org
Line 46: | Line 46: | ||
width:190px; | width:190px; | ||
height:123px; | height:123px; | ||
- | background:url(../ | + | background:url(https://static.igem.org/mediawiki/2013/8/8a/2013ustc-china_Logo-bg.png) no-repeat; |
z-index:2000; | z-index:2000; | ||
position:absolute; | position:absolute; | ||
Line 57: | Line 57: | ||
width:794px; | width:794px; | ||
height:53px; | height:53px; | ||
- | background:url(../ | + | background:url(https://static.igem.org/mediawiki/2013/b/b8/2013ustc-china_Menu-bg.png) no-repeat; |
display:block; | display:block; | ||
} | } | ||
Line 81: | Line 81: | ||
#nav li:hover, #nav li.active{ | #nav li:hover, #nav li.active{ | ||
- | background:url(../ | + | background:url(https://static.igem.org/mediawiki/2013/3/3c/2013ustc-china_Menu-link-bg.png) repeat-x; |
} | } | ||
Line 89: | Line 89: | ||
#nav li ul{ | #nav li ul{ | ||
width:230px; | width:230px; | ||
- | background:url(../ | + | background:url(https://static.igem.org/mediawiki/2013/d/dd/2013ustc-china_Dd-bg.png); |
color:#fff; | color:#fff; | ||
/*border-bottom:6px solid #747D82;*/ | /*border-bottom:6px solid #747D82;*/ | ||
Line 108: | Line 108: | ||
#nav li ul li:hover, #nav li ul li.active{ | #nav li ul li:hover, #nav li ul li.active{ | ||
width:229px; | width:229px; | ||
- | background:url(../ | + | background:url(https://static.igem.org/mediawiki/2013/b/be/2013ustc-china_Dd-bg-hover.png); |
} | } | ||
Line 192: | Line 192: | ||
width:76px; | width:76px; | ||
height:90px; | height:90px; | ||
- | background:url(../ | + | background:url(https://static.igem.org/mediawiki/2013/1/14/2013ustc-china_Home3col-rb.png) no-repeat; |
padding:10px 0 0 6px; | padding:10px 0 0 6px; | ||
position:absolute; | position:absolute; | ||
Line 203: | Line 203: | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
.img-left{ | .img-left{ | ||
float:left;} | float:left;} |
Revision as of 21:07, 21 September 2013
- {
margin: 0; padding: 0;
} html {
background-color: #fff;
} body {
color: #333333; font: 0.75em/1.5em Arial,sans-serif;
}
- globalWrapper {
position: relative; font-size: 100%; width: 100%; margin: 0; padding: 0; padding-bottom: 10px;
} h1, h2, h3, h4, h5, h6 {
color: black; background: none; font-weight: normal; margin: 0; padding-top: .5em; padding-bottom: .17em; border:none;
} a{
color:#43adff; text-decoration:none;
} a:hover{ color:#7bc5ff;
text-decoration:none;
} .bar{ margin-top:10px; height:54px; overflow:visible; } .container {
width: 964px;
}
- tlogo{
width:190px; height:123px; background:url() no-repeat; z-index:2000; position:absolute; left:964px; }
/* common and top level styles */
- nav{
width:794px; height:53px; background:url() no-repeat; display:block; }
- nav li{
display:block; position:relative; float:left; font-size:18px; }
- nav li a{
line-height:51px; color:#303030; font-size:18px; font-family: 'Crimson Text', serif; text-shadow: 0 0 1px #ccc; padding:0 11px; display:block; margin-right:1px; float:left; }
- nav li:hover, #nav li.active{
background:url() repeat-x; }
/* Dropdown */
- nav li ul{
width:230px; background:url(); color:#fff; /*border-bottom:6px solid #747D82;*/ display:none; z-index:1880; position:absolute; top:51px; }
- nav li ul li a{
color:#fff; width:208px; line-height:37px; border-bottom:1px solid #949494; border-bottom:1px solid #6a777e; }
- nav li ul li:hover, #nav li ul li.active{
width:229px; background:url(); }
- nav li ul li:last-child a{
border:none; }
- nav li ul li.active{
text-indent:14px; }
- nav li:hover ul{
display:block; } .clear{ clear:both; } .content{ height:100%; } .conbar1{ width:964px; height:69px; } .conbar2{ width:964px; height:100%; }
- breadcrumb{
float:left; font-size:16px; line-height:60px; text-indent:3px; }
- breadcrumb a{
color:#a4a4a4; }
- breadcrumb a:hover{
color:#303030; } .leftbar{ float:left; width:620px; } .rightbar{ float:right; width:310px; }
- tag{
width: 185px; height: 54px; float:left; margin: 0px 17px 17px 0; overflow:hidden; /*border: 1px #000 solid;*/ position: relative; text-indent:40px; line-height:80px; font-size:36px;
}
- homecontent{
width:964px; position:relative; margin:10px auto; } .home3col{ width:240px; background:#fff; border:1px solid #ececec; padding:40px 20px 16px 20px; margin:0px 60px 10px 0; float:left; position:relative; }
.home3col#home3colLast{ margin-right:-300px; }
.home3col-ribbon{ width:76px; height:90px; background:url() no-repeat; padding:10px 0 0 6px; position:absolute; top:17px; left:-24px; }
.home3col h1{ margin:0 0 40px 50px; }
.img-left{
float:left;}
.img-right{
float:right;
}