Team:RHIT/main.css

From 2012.igem.org

(Difference between revisions)
Trumbade (Talk | contribs)
(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...")
Newer edit →

Revision as of 04:28, 29 July 2012

  1. top-section {display:none;}

h1.firstHeading {display:none;}

  1. content {border-width: 0!important; padding: 0!important; background: none!important;}

html, body {margin: 0!important; padding:0!important;}

body { margin:0px; background-color:#004455; font-family:'Trebuchet MS'; }

.content { width:820px; height:100%; margin:0px auto; padding:0px 65px; background-color:white; }

.header { position:relative; width:100%; margin:0px auto; text-align:right; }

.header p { margin:0px; position:absolute; top:1%; right:4%; }

.header a:hover { color:#8ac856; }

.nav { display:table; height:50px; width:100%; margin:16px auto; table-layout:fixed; }

.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; }

.nav a:hover { background-color:#8ac856; text-decoration:none; font-size:12pt; }

.contentBoxes { width:100%; height:275px; margin:12px auto; }

.contentBoxes div { float:left; height:100%; color:white; padding:1%; }

.contentBoxes div h3 { margin:0px; }

.contentBoxes div p { margin:0px; font-size:11pt; }

.leftBox { width:32%; margin-right:1.5%; background-color:#004455; }

.middleBox { width:27%; background-color:#991426; }

.rightBox { background-color:#004455; width:32%; margin-left:1.5%; }