Template:UIUC Illinois CSS

From 2012.igem.org

(Difference between revisions)
Line 5: Line 5:
/* Default Reformatting */
/* Default Reformatting */
 +
 +
ul{
 +
 +
list-style: none;
 +
 +
list-style-type: none;
 +
 +
}
 +
 +
li{
 +
 +
float: left;
 +
 +
}
#globalwrapper {
#globalwrapper {
-
width: 100%;
+
 
-
height: 200%;
+
background: none;
-
float: center;
+
 
-
padding-left: 0%;
+
width:1000px;
-
padding-right: 0%;
+
 
-
background-image: url(https://static.igem.org/mediawiki/2012/e/ee/Background1.png);
+
padding: 0px 0px;
-
background-attachment: fixed;
+
 
 +
margin: 0 auto;
 +
 
 +
height:100%;
 +
 
 +
}
 +
 
 +
.firstHeading {
 +
 
 +
height:0px;
 +
 
 +
visibility:hidden;
}
}
Line 47: Line 72:
}
}
-
.header {
+
#content {
-
visibility:hidden;
+
border-left-width:0px;
 +
 
 +
border-right-width:0px;
 +
 
 +
padding:0px;
 +
 
 +
width:1000px;
 +
 
 +
height:1px;
 +
 
 +
overflow:hidden;
 +
 
 +
display: none;
}
}
-
.firstHeading {
+
#menubar {  
-
height:0px;
+
background: none;
-
visibility:hidden;
+
color: #475D72;
 +
 
 +
font-family: verdana, "Trebuchet MS", verdana, Arial, Helvetica, sans-serif;font-family: verdana, "Trebuchet MS", verdana, Arial, Helvetica, sans-serif;
 +
 
 +
font-style: normal;
 +
 
 +
text-decoration: none;
 +
 
 +
font-size: 13px;
}
}
-
.clear{
+
#menubar ul li a {  
-
clear: both;
+
color: #475D72;
-
height: 1px;
+
font-family: verdana, "Trebuchet MS", verdana, Arial, Helvetica, sans-serif;font-family: verdana, "Trebuchet MS", verdana, Arial, Helvetica, sans-serif;
-
width: 100%;
+
font-style: normal;
-
line-height: 1px;
+
text-decoration: none;
-
font-size: 1px;
+
font-size: 13px;
}
}
-
#content {
 
-
border-left-width:0px;
+
.right-menu li a {
-
border-right-width:0px;
+
color: #475D72;
-
padding:0px;
+
font-family: verdana, "Trebuchet MS", verdana, Arial, Helvetica, sans-serif;font-family: verdana, "Trebuchet MS", verdana, Arial, Helvetica, sans-serif;
-
width:1000px;
+
font-style: normal;
-
height:1px;  
+
text-decoration: none;
-
overflow:hidden;  
+
font-size: 13px;
-
display: none;
+
background: none;
}
}

Revision as of 20:11, 29 April 2012