Team:UCSF UCB/CSS

From 2014.igem.org

(Difference between revisions)
Line 164: Line 164:
   ========================================================================== */
   ========================================================================== */
-
 
+
.main-container {
 +
    background-image: url("../img/bg.png");
 +
    background-repeat: repeat;
 +
}
Line 180: Line 183:
     top: 0;
     top: 0;
     position: fixed;
     position: fixed;
-
     width: 975px;  
+
     width: 1026px;  
-
     left: 50%;  
+
     left: 50%;
     margin-left: -487px;
     margin-left: -487px;
}
}
Line 196: Line 199:
#menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover, #menubar:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/
#menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover, #menubar:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/
-
     color: #727272;  
+
     color: #727272;
-
     text-decoration: none;  
+
     text-decoration: none;
     background-color: transparent;
     background-color: transparent;
}
}
-
body {  
+
body {
     background-color: #fff;
     background-color: #fff;
}
}
#globalWrapper, #content { /*-- changes default wiki settings --*/
#globalWrapper, #content { /*-- changes default wiki settings --*/
-
     width: 100%;  
+
     width: 100%;
     height: 100%;
     height: 100%;
     border: 0px;
     border: 0px;
Line 220: Line 223:
ul{
ul{
-
     line-height: 1em;  
+
     line-height: 1em;
}
}
html, body, .wrapper { /*-- changes default wiki settings --*/
html, body, .wrapper { /*-- changes default wiki settings --*/
-
     width: 100%;  
+
     width: 100%;
-
     height: 100%;  
+
     height: 100%;
-
     background-color: transparent;
+
     background-color: transparent;
}
}
#contentcontainer { /*-- creates container for all content on page --*/
#contentcontainer { /*-- creates container for all content on page --*/
-
     font-family: Arial, Helvetica, sans-serif;  
+
     font-family: Arial, Helvetica, sans-serif;
-
     font-weight: normal;  
+
     font-weight: normal;
-
     font-size: 14px;  
+
     font-size: 14px;
     color: #414141;
     color: #414141;
-
     width: 960px;  
+
     width: 960px;
-
     margin-left: auto;  
+
     margin-left: auto;
-
     margin-right: auto;  
+
     margin-right: auto;
-
     background-color: #transparent;  
+
     background-color: #transparent;
-
     margin-top: 0px;  
+
     margin-top: 0px;
}
}
Line 463: Line 466:
     }
     }
}
}
 +
</style>
</style>
</head>
</head>
</html>
</html>

Revision as of 21:51, 11 June 2014