Team:USP-Brazil/css styles
From 2013.igem.org
(Difference between revisions)
Line 9: | Line 9: | ||
font-weight: bold; | font-weight: bold; | ||
padding: 0; | padding: 0; | ||
- | margin: | + | margin: 40px 0; |
} | } | ||
h2 { | h2 { |
Revision as of 16:59, 21 July 2013
body { font-family: 'Myriad', 'PT Sans', 'Bitstream Vera Sans', sans-serif !important; background: #f0f0f0; font-size: 12px; } h1 { border: 0; text-align:center; font-size: 30px; font-weight: bold; padding: 0; margin: 40px 0; } h2 { border: 0; font-size: 24px; font-weight: bold; } h3 { border: 0; font-size: 20px; } p { font-family: 'Minion Pro', Georgia, Times, serif; font-size: 17px; }
- menu {
text-align:center; margin: 30px 0; background: black; color: #f0f0f0; position: relative; top:0; width: 100%; padding: 2px; -moz-box-shadow: -2px 3px 5px #888; -webkit-box-shadow: -2px 3px 5px #888; box-shadow: -2px 3px 5px #888; }
- menu span {color: #bbb;}
- menu a {color: #ddd; padding: 3px;}
- menu a:hover {color: #fff;}
- container {
width: 800px; margin: auto; }