Team:UCSF UCB/CSS

From 2014.igem.org

(Difference between revisions)
Line 114: Line 114:
     text-align: center;
     text-align: center;
     text-decoration: none;
     text-decoration: none;
-
    font-weight: bold;
 
     color: white;
     color: white;
     background: #888;
     background: #888;
 +
}
}
Line 169: Line 169:
}
}
 +
h1, h2, h3, h4, h5, h6 {
 +
    font-family: 'Flamenco', san-serif;
 +
 +
}
 +
 +
.header-container {
 +
    position: fixed;
 +
    top:0;
 +
    right: 0;
 +
    width: 100%
 +
}
/* ==========================================================================
/* ==========================================================================
Line 209: Line 220:
body {
body {
     background-color: #fff;
     background-color: #fff;
 +
    font-family: 'Exo 2', 'Helvetica Neue' sans-serif;
 +
    font-weight: 200;
}
}
Line 308: Line 321:
     nav a{
     nav a{
         float: left;
         float: left;
-
         width: 9%;
+
         width: 8%;
-
         margin: 0 0.5%;
+
         margin: 0 5% 0 0;
-
         padding: 5px 2%;
+
         padding: 5px 1%;
         margin-bottom: 0;
         margin-bottom: 0;
     }
     }

Revision as of 18:12, 12 June 2014