Template:Team:Amsterdam/stylesheet

From 2012.igem.org

(Difference between revisions)
 
(14 intermediate revisions not shown)
Line 3: Line 3:
/* Change Default elements */
/* Change Default elements */
-
 
-
* {
 
-
    font: x-small sans-serif;
 
-
    font-family: sans-serif;
 
-
    font-size: x-small;
 
-
    font-style: normal;
 
-
    font-variant: normal;
 
-
    font-weight: normal;
 
-
    line-height: normal;
 
-
    font-size: 100%;
 
-
}
 
html, body, #globalWrapper{
html, body, #globalWrapper{
Line 22: Line 11:
a{
a{
-
         color: grey;
+
         color: #000DFF;
}
}
a:visited{
a:visited{
-
         color: grey;
+
         color: #000DFF;
}
}
Line 125: Line 114:
textarea{
textarea{
     height: 200px;
     height: 200px;
 +
}
 +
 +
div.tright{
 +
        border-style: none;
 +
        padding: 10px;
 +
}
 +
 +
div.tleft{
 +
        border-style: none;
 +
        padding: 10px;
 +
}
 +
 +
#toc{
 +
        float: right;
 +
        width: 400px; 
}
}
/* Text styles */
/* Text styles */
Line 205: Line 209:
border-width:2px 1px;
border-width:2px 1px;
border-radius: 30px;
border-radius: 30px;
-
color: #333333;
+
color: #5A5A5A;
box-shadow: 0 0 3px 1px #000000;
box-shadow: 0 0 3px 1px #000000;
}
}
Line 314: Line 318:
#navmenu ul a{
#navmenu ul a{
 +
text-align:left;
display: block;
display: block;
text-decoration: none;
text-decoration: none;
Line 343: Line 348:
#navmenu ul ul a{
#navmenu ul ul a{
-
font-size: 18px;
+
font-size: 17px;
font-weight: normal;
font-weight: normal;
}
}

Latest revision as of 03:29, 27 September 2012