Team:RHIT/main.css
From 2012.igem.org
(Created page with "#top-section {display:none;} h1.firstHeading {display:none;} #content {border-width: 0!important; padding: 0!important; background: none!important;} html, body {margin: 0!importa...") |
|||
Line 1: | Line 1: | ||
#top-section {display:none;} | #top-section {display:none;} | ||
h1.firstHeading {display:none;} | h1.firstHeading {display:none;} | ||
- | |||
- | |||
body { | body { | ||
Line 10: | Line 8: | ||
} | } | ||
- | .content { | + | .rhit-content { |
width:820px; | width:820px; | ||
height:100%; | height:100%; | ||
Line 18: | Line 16: | ||
} | } | ||
- | .header { | + | .rhit-header { |
position:relative; | position:relative; | ||
width:100%; | width:100%; | ||
Line 25: | Line 23: | ||
} | } | ||
- | .header p { | + | .rhit-header p { |
margin:0px; | margin:0px; | ||
position:absolute; | position:absolute; | ||
Line 32: | Line 30: | ||
} | } | ||
- | .header a:hover { | + | .rhit-header a:hover { |
color:#8ac856; | color:#8ac856; | ||
} | } | ||
- | .nav { | + | .rhit-nav { |
display:table; | display:table; | ||
height:50px; | height:50px; | ||
Line 44: | Line 42: | ||
} | } | ||
- | .nav a { | + | .rhit-nav a { |
display:table-cell; | display:table-cell; | ||
height:100%; | height:100%; | ||
Line 61: | Line 59: | ||
} | } | ||
- | .nav a:hover { | + | .rhit-nav a:hover { |
background-color:#8ac856; | background-color:#8ac856; | ||
text-decoration:none; | text-decoration:none; | ||
Line 67: | Line 65: | ||
} | } | ||
- | .contentBoxes { | + | .rhit-contentBoxes { |
width:100%; | width:100%; | ||
height:275px; | height:275px; | ||
Line 73: | Line 71: | ||
} | } | ||
- | .contentBoxes div { | + | .rhit-contentBoxes div { |
float:left; | float:left; | ||
height:100%; | height:100%; | ||
Line 80: | Line 78: | ||
} | } | ||
- | .contentBoxes div h3 { | + | .rhit-contentBoxes div h3 { |
margin:0px; | margin:0px; | ||
} | } | ||
- | .contentBoxes div p { | + | .rhit-contentBoxes div p { |
margin:0px; | margin:0px; | ||
font-size:11pt; | font-size:11pt; | ||
} | } | ||
- | .leftBox { | + | .rhit-leftBox { |
width:32%; | width:32%; | ||
margin-right:1.5%; | margin-right:1.5%; | ||
Line 95: | Line 93: | ||
} | } | ||
- | .middleBox { | + | .rhit-middleBox { |
width:27%; | width:27%; | ||
background-color:#991426; | background-color:#991426; | ||
} | } | ||
- | .rightBox { | + | .rhit-rightBox { |
background-color:#004455; | background-color:#004455; | ||
width:32%; | width:32%; | ||
margin-left:1.5%; | margin-left:1.5%; | ||
} | } |
Revision as of 04:37, 29 July 2012
- top-section {display:none;}
h1.firstHeading {display:none;}
body { margin:0px; background-color:#004455; font-family:'Trebuchet MS'; }
.rhit-content { width:820px; height:100%; margin:0px auto; padding:0px 65px; background-color:white; }
.rhit-header { position:relative; width:100%; margin:0px auto; text-align:right; }
.rhit-header p { margin:0px; position:absolute; top:1%; right:4%; }
.rhit-header a:hover { color:#8ac856; }
.rhit-nav { display:table; height:50px; width:100%; margin:16px auto; table-layout:fixed; }
.rhit-nav a { display:table-cell; height:100%; background-color:#004455; border-left:2px solid white; border-right:2px solid white; color:white; text-align:center; vertical-align:middle; }
a:link, a:active, a:visited, a:hover { color:white; text-decoration:none; font-size:12pt; }
.rhit-nav a:hover { background-color:#8ac856; text-decoration:none; font-size:12pt; }
.rhit-contentBoxes { width:100%; height:275px; margin:12px auto; }
.rhit-contentBoxes div { float:left; height:100%; color:white; padding:1%; }
.rhit-contentBoxes div h3 { margin:0px; }
.rhit-contentBoxes div p { margin:0px; font-size:11pt; }
.rhit-leftBox { width:32%; margin-right:1.5%; background-color:#004455; }
.rhit-middleBox { width:27%; background-color:#991426; }
.rhit-rightBox { background-color:#004455; width:32%; margin-left:1.5%; }