Team:Johns Hopkins-Software/Templates/cssindex
From 2012.igem.org
(Difference between revisions)
(Created page with "body { color: ffffff } #navigation { position: absolute; left:0px; top: 0px; height: 30px; width: 100%; background-color:000000 } #header_body { ...") |
|||
Line 84: | Line 84: | ||
#description | #description | ||
{ | { | ||
- | |||
- | |||
position: absolute; | position: absolute; | ||
top: 87%; | top: 87%; |
Revision as of 02:54, 12 September 2012
body {
color: ffffff
}
- navigation
{
position: absolute; left:0px; top: 0px; height: 30px; width: 100%; background-color:000000
}
- header_body
{
filter:alpha(opacity=80); /*-moz-opacity:1.8;*/ opacity: 0.80;
position: absolute; left: 0px; top: 30px; height: 170px; width: 100%; background-color:000000
}
- header
{
position: absolute; width: 900px
}
- header_title
{
position: absolute; width: 70%; left: 15%; top: 0px
}
- navigation_wrapper
{
position:absolute; top: 125px; width: 100%; background-color: 000000
}
- navigation_low
{
width: 75%; position: relative; left:15%; top: 0px
}
- Hopkins
{
position: absolute; width: 30%; top:130px; left: 55%
}
- description
{
position: absolute; top: 87%; left: 0px; width: 100%; background-color: 000000
}