Team:UT Dallas/page.css
From 2011.igem.org
Line 30: | Line 30: | ||
font: 16px normal Arial,Helvetica,sans-serif; | font: 16px normal Arial,Helvetica,sans-serif; | ||
height: auto !important; | height: auto !important; | ||
- | margin: -1px auto | + | margin: -1px auto -3px; |
min-height: 495px; | min-height: 495px; | ||
padding-left: 11px; | padding-left: 11px; | ||
Line 104: | Line 104: | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
#left ul{ | #left ul{ | ||
list-style:none; | list-style:none; | ||
Line 122: | Line 116: | ||
padding-top:4px; | padding-top:4px; | ||
padding-bottom:0px; | padding-bottom:0px; | ||
- | padding: | + | padding:0px; |
} | } | ||
#left ul.llmenu li{ | #left ul.llmenu li{ | ||
Line 170: | Line 164: | ||
display:inline; | display:inline; | ||
} | } | ||
- | # | + | #container2 { |
- | { | + | clear:left; |
+ | float:left; | ||
+ | width:936px; | ||
+ | overflow:hidden; | ||
+ | background:#ECECEC; | ||
+ | } | ||
+ | #container1 { | ||
background: none repeat scroll 0 0 #ECECEC; | background: none repeat scroll 0 0 #ECECEC; | ||
+ | border-right: 11px solid #FFFFFF; | ||
float: left; | float: left; | ||
+ | position: relative; | ||
+ | right: 751px; | ||
+ | width: 936px; | ||
+ | } | ||
+ | #left { | ||
+ | background: none repeat scroll 0 0 #ECECEC; | ||
+ | float:left; | ||
+ | width:185px; | ||
+ | position:relative; | ||
+ | left:751px; | ||
+ | overflow:hidden; | ||
+ | } | ||
+ | #right { | ||
+ | background: none repeat scroll 0 0 #ECECEC; | ||
+ | float: left; | ||
+ | left: 762px; | ||
margin-left: 10px; | margin-left: 10px; | ||
+ | margin-top: 10px; | ||
min-height: 495px; | min-height: 495px; | ||
- | width: | + | overflow: hidden; |
+ | position: relative; | ||
+ | width: 720px; | ||
} | } |
Revision as of 07:06, 25 September 2011
body { margin: 0; padding: 0; font: 10px normal Arial, Helvetica, sans-serif; background: url('https://static.igem.org/mediawiki/2011/d/d9/Body_background.gif'); background-repeat:repeat-x; background-position:top center; background-attachment:fixed;
} .container { min-height:650px;
height:auto !important; height:650px;
width: 960px; margin: 15px auto 28px; position: relative; background:url('https://static.igem.org/mediawiki/2011/e/eb/Body_bg.png') no-repeat; overflow: auto; }
- header {
padding-top: 120px; }
.contents {
background: none repeat scroll 0 0 #Ffffff; border-left: 1px solid #000000; border-right: 1px solid #000000; font: 16px normal Arial,Helvetica,sans-serif; height: auto !important; margin: -1px auto -3px; min-height: 495px; padding-left: 11px; padding-right: 11px; padding-top: 10px; position: relative; text-align: justify; width: 936px;
overflow: auto; }
- crumbs
{
color: #FFFFFF; font-size: 85%; line-height: 1.5; padding-left: 12px;
} .rounded { position:absolute; bottom:0; left:0; width: 960px; margin: 0 auto; position: relative; background: url('https://static.igem.org/mediawiki/2011/c/c5/Rounded.gif') no-repeat; height:11px; z-index:-1; }
- footer{
color: #003300; font-size: 9px; margin-top:10px; font-family: Verdana, Geneva, Arial, sans-serif; text-align: center; width: 100%; height: 18px
}
- header img {
margin: 20px 0 10px; }
- ordered_list{
font: 16px normal Arial, Helvetica, sans-serif; margin-top:30px; }
- ordered_list li {
margin-left:5px; margin-top:15px; font-weight:bold; margin-left:-20px; } .authors{ color:#0000FF; font-size:15px; font-weight:normal; margin-top:4px; }
- title{
text-align: center; width: 100%; height: 51px; background: url(title.png) no-repeat center; letter-spacing:2px; }
- title span{
color: #003300; font-size: 20px;
position: relative; top: 25% }
- left ul{
list-style:none; overflow:hidden; padding-left:0px; margin-left:10px; }
- left ul li{
margin-bottom:5px; position:relative; padding-top:4px; padding-bottom:0px; padding:0px; }
- left ul.llmenu li{
padding-left:10px;
}
- left ul li.backLava
{
background-color:#ffffff; border-left:solid; border-color:#96d446; border-width:5px;
height:23px; }
- left ul.llmenugreen li{
border-color:#96d446;
}
- left ul.llmenublue li{
border-color:#386abc;
}
- left ul.llmenured li{
border-color:#fb5c2b;
}
- left ul.llmenuyellow li{
border-color:#fad72a;
}
- left a{
color:#555; font-size:15px; font-weight:bold; text-decoration:none; outline:none; display:block; width:182px; }
- left a:hover {
color:#181818;
}
- left a.hello{
display:inline;
}
- container2 {
clear:left; float:left; width:936px; overflow:hidden; background:#ECECEC; }
- container1 {
background: none repeat scroll 0 0 #ECECEC; border-right: 11px solid #FFFFFF; float: left; position: relative; right: 751px; width: 936px;
}
- left {
background: none repeat scroll 0 0 #ECECEC; float:left; width:185px; position:relative; left:751px; overflow:hidden; }
- right {
background: none repeat scroll 0 0 #ECECEC; float: left; left: 762px; margin-left: 10px; margin-top: 10px; min-height: 495px; overflow: hidden; position: relative; width: 720px;
}