Team:British Columbia/ubcigem2013.css
From 2013.igem.org
(Difference between revisions)
Line 7: | Line 7: | ||
#content { | #content { | ||
border: none;} | border: none;} | ||
- | |||
/* Removes "teams" from the menubar */ | /* Removes "teams" from the menubar */ | ||
#menubar > ul > li:last-child { | #menubar > ul > li:last-child { | ||
Line 18: | Line 17: | ||
p {font-family: sans-serif;} | p {font-family: sans-serif;} | ||
.menu {border-collapse: collapse; | .menu {border-collapse: collapse; | ||
+ | width: 100%; | ||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto;} | margin-right: auto;} | ||
.menuopt {border: 1px solid black; | .menuopt {border: 1px solid black; | ||
padding: 5px;} | padding: 5px;} |
Revision as of 18:00, 22 July 2013
/* Get rid of the default iGEM style... thanks DTU Denmark 2011! */
- contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
display:none;}
- top-section {
border: none; height: 0px;}
- content {
border: none;}
/* Removes "teams" from the menubar */
- menubar > ul > li:last-child {
display: none;}
/* Resizes the menubar to fit the links (default is 400px) */
- menubar {
width: auto;}
p {font-family: sans-serif;}
.menu {border-collapse: collapse;
width: 100%; margin-left: auto; margin-right: auto;}
.menuopt {border: 1px solid black;
padding: 5px;}