Template:Team:Edinburgh/CSS
From 2014.igem.org
(Difference between revisions)
Samireland (Talk | contribs) |
Samireland (Talk | contribs) |
||
Line 3: | Line 3: | ||
body { | body { | ||
background: #EEE; | background: #EEE; | ||
- | |||
- | |||
} | } | ||
Line 23: | Line 21: | ||
} | } | ||
- | /* | + | /* GENERAL */ |
+ | |||
+ | #igem { | ||
+ | Font-family: 'Roboto Slab'; | ||
+ | font-size: x-large; | ||
+ | } |
Revision as of 02:33, 17 October 2014
/* GENERAL HOUSEKEEPING */
body { background: #EEE; }
- top-section #p-logo, #top-section #search-controls {
display: none; }
- top-section {
height: auto; padding: 0px; margin: 0px; border: 0px none; width: auto; }
.firstHeading, #catlinks, #footer-box { display: none; }
/* GENERAL */
- igem {
Font-family: 'Roboto Slab'; font-size: x-large; }