Team:UCSF UCB/CSS
From 2014.igem.org
(Difference between revisions)
Line 9: | Line 9: | ||
Blue: #0CDBE8 | Blue: #0CDBE8 | ||
*/ | */ | ||
+ | /* ========================================================================== | ||
+ | Remove default iGEM styling | ||
+ | ========================================================================== */ | ||
+ | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading, .visualClear { | ||
+ | display: none; } | ||
+ | |||
+ | #top-section { | ||
+ | /*-- styling for default menu bar (edit, page, history, etc.) --*/ | ||
+ | background-color: white; | ||
+ | border: 0 none; | ||
+ | height: 14px; | ||
+ | z-index: 100; | ||
+ | top: 0; | ||
+ | position: fixed; | ||
+ | width: 1026px; | ||
+ | left: 50%; | ||
+ | margin-left: -513px; | ||
+ | color: #333; } | ||
+ | |||
+ | #top-section-bar { | ||
+ | /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/ | ||
+ | height: 14px; | ||
+ | display: none; | ||
+ | z-index: 10; | ||
+ | position: fixed; | ||
+ | width: 100%; | ||
+ | top: 0; } | ||
+ | |||
+ | #top-section ul { | ||
+ | padding: 0; } | ||
+ | |||
+ | #menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover, #menubar:hover { | ||
+ | /*-- styling for default menu bar links (edit, page, history, etc.) --*/ | ||
+ | background-color: white; | ||
+ | text-decoration: none; | ||
+ | color: #333; } | ||
+ | |||
+ | body { | ||
+ | background-color: #fff; } | ||
+ | |||
+ | #globalWrapper, #content { | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | border: 0px; | ||
+ | background-color: transparent; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | font-size: 100%; } | ||
+ | |||
+ | #menubar { | ||
+ | top: -2px; } | ||
+ | |||
+ | ul { | ||
+ | line-height: 1em; } | ||
+ | |||
+ | html, body { | ||
+ | /*-- changes default wiki settings --*/ | ||
+ | height: 100%; } | ||
+ | |||
+ | #contentcontainer { | ||
+ | /*-- creates container for all content on page --*/ | ||
+ | font-family: Arial, Helvetica, sans-serif; | ||
+ | font-weight: normal; | ||
+ | font-size: 14px; | ||
+ | color: #414141; | ||
+ | width: 960px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | background-color: transparent; | ||
+ | margin-top: 0px; } | ||
+ | |||
+ | #bodyContent pre { | ||
+ | padding: 0; | ||
+ | border: none; | ||
+ | background: transparent; | ||
+ | line-height: 1em; } | ||
+ | |||
+ | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { | ||
+ | border: none; | ||
+ | margin: 0; } | ||
+ | |||
#bodyContent { | #bodyContent { | ||
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */ | /*! normalize.css v1.1.3 | MIT License | git.io/normalize */ | ||
Line 38: | Line 119: | ||
/* ============ | /* ============ | ||
WIDE: Main | WIDE: Main | ||
- | + | ============ */ } | |
- | + | ||
- | + | ||
- | + | ||
#bodyContent article, #bodyContent aside, #bodyContent details, #bodyContent figcaption, #bodyContent figure, #bodyContent footer, #bodyContent header, #bodyContent hgroup, #bodyContent main, #bodyContent nav, #bodyContent section, #bodyContent summary { | #bodyContent article, #bodyContent aside, #bodyContent details, #bodyContent figcaption, #bodyContent figure, #bodyContent footer, #bodyContent header, #bodyContent hgroup, #bodyContent main, #bodyContent nav, #bodyContent section, #bodyContent summary { | ||
display: block; } | display: block; } | ||
Line 863: | Line 941: | ||
#bodyContent .landing-container, #bodyContent .notebooks-container, #bodyContent .team-container, #bodyContent .hp-container, #bodyContent .models-container, #bodyContent .project-container { | #bodyContent .landing-container, #bodyContent .notebooks-container, #bodyContent .team-container, #bodyContent .hp-container, #bodyContent .models-container, #bodyContent .project-container { | ||
width: 100%; } } | width: 100%; } } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
#bodyContent .menu h1, #bodyContent body .menu h2 { | #bodyContent .menu h1, #bodyContent body .menu h2 { | ||
float: left; | float: left; | ||
Line 1,036: | Line 1,049: | ||
background: white; | background: white; | ||
border: 1px white solid; } | border: 1px white solid; } | ||
+ | |||
</style> | </style> | ||
</head> | </head> | ||
</html> | </html> |
Revision as of 03:47, 25 September 2014