Team:Michigan Software/css
From 2014.igem.org
Line 33: | Line 33: | ||
.center-row { display: table; } | .center-row { display: table; } | ||
.center-row .center { display: table-cell; vertical-align: middle; } | .center-row .center { display: table-cell; vertical-align: middle; } | ||
+ | |||
+ | |||
+ | footer { background:#1A1A80; min-height: 141px; color: white; margin-top: 20px; } | ||
+ | footer img { padding-top: 30px; } | ||
+ | footer a { text-decoration: none; color: white; } | ||
+ | footer a:hover { color: #cbcbcb; text-decoration: none; } | ||
+ | footer .row { height: 100%; } | ||
+ | |||
+ | |||
+ | #templatemo_copyright { font-size: .9em; } |
Revision as of 23:01, 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; }
.templatemo_ceo img { margin-bottom: 10px; } .templatemo_ceo p { text-align: center; } s .container { margin: 0 auto; }
/*http://css-tricks.com/vertically-center-multi-lined-text/*/ .center-row { display: table; } .center-row .center { display: table-cell; vertical-align: middle; }
footer { background:#1A1A80; min-height: 141px; color: white; margin-top: 20px; }
footer img { padding-top: 30px; }
footer a { text-decoration: none; color: white; }
footer a:hover { color: #cbcbcb; text-decoration: none; }
footer .row { height: 100%; }
- templatemo_copyright { font-size: .9em; }