Team:USP-Brazil/css styles

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
body {
body {
-
font-family: 'Myriad', 'PT Sans', 'Bitstream Vera Sans', sans-serif;
+
font-family: 'Myriad', 'PT Sans', 'Bitstream Vera Sans', sans-serif !important;
background: #f0f0f0;
background: #f0f0f0;
font-size: 12px;
font-size: 12px;
}
}
h1 {
h1 {
-
font-family: 'Myriad', 'PT Sans', 'Bitstream Vera Sans', sans-serif;
 
border: 0; text-align:center;
border: 0; text-align:center;
-
font-size: 25px;
+
font-size: 30px;
font-weight: bold;
font-weight: bold;
}
}
h2 {
h2 {
-
font-family: 'Myriad', 'PT Sans', 'Bitstream Vera Sans', sans-serif;
+
border: 0;
 +
font-size: 24px;
 +
font-weight: bold;
 +
}
 +
h3 {
border: 0;
border: 0;
font-size: 20px;
font-size: 20px;

Revision as of 16:57, 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; } 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; }