Team:Linkoping Sweden/Templates

From 2014.igem.org

(Difference between revisions)
Line 32: Line 32:
#header
#header
{
{
-
border: 2px solid red;
+
border: 2px solid #329000;
height: 80px;
height: 80px;
padding: 10px;
padding: 10px;
Line 39: Line 39:
color: #329000;
color: #329000;
}
}
-
#content
+
#content-wrapper
{
{
margin-top:10px;
margin-top:10px;
Line 45: Line 45:
height: 700px
height: 700px
}
}
-
#content div
+
#content-wrapper div
{
{
padding:9px;
padding:9px;
-
border:1px solid blue;
+
border:1px solid #bbb;
float:left;
float:left;
border: 2px solid #329000;
border: 2px solid #329000;
border-radius: 5px;
border-radius: 5px;
}
}
-
#content h1, h2, h3
+
#content-wrapper h1, h2, h3
{
{
color: #B70094;
color: #B70094;
}
}
-
#content a
+
#content-wrapper a
{
{
color: #4DDE00;
color: #4DDE00;
Line 64: Line 64:
font-size: 13px;
font-size: 13px;
}
}
-
#content a:hover
+
#content-wrapper a:hover
{
{
color: #329000;
color: #329000;
Line 147: Line 147:
text-align:right;
text-align:right;
}
}
 +
</style>
</style>
</html>
</html>

Revision as of 09:14, 30 May 2014