Team:SDU-Denmark/css

From 2010.igem.org

(Difference between revisions)
Line 5: Line 5:
   display: none
   display: none
}
}
 +
 +
 +
h2 {padding: 10px 20px;
 +
                        font-size: 18px;
 +
                        color: #eb8300;
 +
                        font-decoration: none;
 +
                        font-weight: bold;}
 +
h2 a {color: #eb8300;}
 +
h3 {padding: 10px 20px;
 +
                        font-size: 16px;
 +
                        color: #eb8300;
 +
                        font-decoration: none;
 +
                        font-weight: bold;}
 +
h1.firstHeading {
 +
display: none;
 +
}
 +
p {
 +
text-align: justify;
 +
}
 +
a:link {
 +
color: #00a5ea;
 +
text-decoration: none
 +
}
 +
a:visited {
 +
color:#00a5ea;
 +
text-decoration: none
 +
}
 +
a:hover {
 +
                        color: #eb8300;
 +
text-decoration: none
 +
}
 +
a:active {
 +
color:#f29400;
 +
text-decoration: none
 +
}
#wrapper {
#wrapper {

Revision as of 17:28, 20 April 2010