Team:UT Dallas/page.css
From 2011.igem.org
Line 2: | Line 2: | ||
margin: 0; padding: 0; | margin: 0; padding: 0; | ||
font: 10px normal Arial, Helvetica, sans-serif; | font: 10px normal Arial, Helvetica, sans-serif; | ||
- | background: url(' | + | background: url('Body_background.gif'); |
background-repeat:repeat-x; | background-repeat:repeat-x; | ||
background-position:top center; | background-position:top center; | ||
Line 15: | Line 15: | ||
margin: 15px auto 28px; | margin: 15px auto 28px; | ||
position: relative; | position: relative; | ||
- | background:url(' | + | background:url('Body_bg.png') no-repeat; |
+ | overflow: auto; | ||
} | } | ||
#header { | #header { | ||
Line 24: | Line 25: | ||
.contents { | .contents { | ||
- | background: none repeat scroll 0 0 # | + | background: none repeat scroll 0 0 #Ffffff; |
border-left: 1px solid #000000; | border-left: 1px solid #000000; | ||
border-right: 1px solid #000000; | border-right: 1px solid #000000; | ||
Line 37: | Line 38: | ||
text-align: justify; | text-align: justify; | ||
width: 936px; | width: 936px; | ||
+ | overflow: auto; | ||
} | } | ||
#crumbs | #crumbs | ||
Line 52: | Line 54: | ||
margin: 0 auto; | margin: 0 auto; | ||
position: relative; | position: relative; | ||
- | background: url( | + | background: url(Rounded.gif) no-repeat; |
height:11px; | height:11px; | ||
z-index:-1; | z-index:-1; | ||
} | } | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
#footer{ | #footer{ | ||
color: #003300; | color: #003300; | ||
Line 110: | Line 103: | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | + | #left | |
{ | { | ||
- | + | background: none repeat scroll 0 0 #ECECEC; | |
- | + | float: left; | |
- | + | min-height: 495px; | |
- | + | width: 185px; | |
- | + | ||
} | } | ||
- | + | #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:none; | ||
+ | } | ||
+ | #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; | |
} | } | ||
- | ul | + | #left ul.llmenugreen li{ |
- | + | border-color:#96d446; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | ul | + | |
- | + | #left ul.llmenublue li{ | |
- | + | border-color:#386abc; | |
- | + | ||
} | } | ||
- | ul | + | |
- | + | #left ul.llmenured li{ | |
- | + | border-color:#fb5c2b; | |
- | + | ||
- | + | ||
} | } | ||
- | ul | + | |
- | + | #left ul.llmenuyellow li{ | |
- | + | border-color:#fad72a; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | |||
- | |||
- | |||
- | #left | + | #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; | ||
} | } | ||
#right | #right | ||
{ | { | ||
- | + | background: none repeat scroll 0 0 #ECECEC; | |
+ | float: left; | ||
+ | margin-left: 10px; | ||
+ | min-height: 495px; | ||
+ | width: 740px; | ||
} | } |
Revision as of 01:12, 24 September 2011
body { margin: 0; padding: 0; font: 10px normal Arial, Helvetica, sans-serif; background: url('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('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 0; 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(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
{
background: none repeat scroll 0 0 #ECECEC; float: left; min-height: 495px; width: 185px;
}
- 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:none; }
- 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;
}
- right
{
background: none repeat scroll 0 0 #ECECEC; float: left; margin-left: 10px; min-height: 495px; width: 740px;
}