Team:Michigan Software/css
From 2014.igem.org
(Difference between revisions)
Line 24: | Line 24: | ||
section .row { margin-left: 0; margin-right: 0; overflow: hidden; } | section .row { margin-left: 0; margin-right: 0; overflow: hidden; } | ||
section h1 { text-transform: uppercase; color: white; margin-top: 0px; margin-bottom: 0px; line-height: 280px; text-align: center; } | section h1 { text-transform: uppercase; color: white; margin-top: 0px; margin-bottom: 0px; line-height: 280px; text-align: center; } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- |
Revision as of 23:02, 17 October 2014
- contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
display:none;}
- top-section {
border: none; height: 0px;}
- content {
border: none;}
body { font-family: 'Comfortaa', Arial, sans-serif; overflow-x: hidden; margin: 0;} /*carasmo's comment to hide horizontal scroll bar https://github.com/twbs/bootstrap/issues/10711*/
h1, h2, p { font-family: 'Comfortaa', Arial, sans-serif; }
h1 { font-weight: 700; }
h2 { font-size: 1.5em; }
ul { margin: 0; }
ction .outer_container { margin-bottom: 50px; background-color: #eeeeee; }
section .row { margin-left: 0; margin-right: 0; overflow: hidden; }
section h1 { text-transform: uppercase; color: white; margin-top: 0px; margin-bottom: 0px; line-height: 280px; text-align: center; }