Team:Freiburg/css/styles.css

From 2014.igem.org

(Difference between revisions)
Line 226: Line 226:
float: left;
float: left;
width: 25%;
width: 25%;
 +
        height: 80%
margin-left: 23%;
margin-left: 23%;
margin-right: 1%;
margin-right: 1%;
Line 235: Line 236:
float: left;
float: left;
width: 25%;
width: 25%;
 +
        height: 80%
margin-right: 23%;
margin-right: 23%;
margin-left: 1%;
margin-left: 1%;
Line 248: Line 250:
#top, #bottom, #left, #right {
#top, #bottom, #left, #right {
-
background: #a5ebff;
+
background: #teal;
position: fixed;
position: fixed;
}
}
#left, #right {
#left, #right {
top: 0; bottom: 0;
top: 0; bottom: 0;
-
width: 15px;
+
width: 50px;
}
}
#left { left: 0; }
#left { left: 0; }
Line 260: Line 262:
#top, #bottom {
#top, #bottom {
left: 0; right: 0;
left: 0; right: 0;
-
height: 15px;
+
height: 50px;
}
}
#top { top: 0; }
#top { top: 0; }

Revision as of 00:27, 29 August 2014