Team:USP-Brazil/css styles

From 2013.igem.org

Revision as of 16:58, 21 July 2013 by Drvieira (Talk | contribs)

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: 30px 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; }

  1. 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; }

  1. menu span {color: #bbb;}
  2. menu a {color: #ddd; padding: 3px;}
  3. menu a:hover {color: #fff;}
  1. container {

width: 800px; margin: auto; }