Team:UCSF UCB/CSS

From 2014.igem.org

(Difference between revisions)
Line 172: Line 172:
   ========================================================================== */
   ========================================================================== */
-
body {
+
.landing-container {
     background-image: url("../img/bg.jpg");
     background-image: url("../img/bg.jpg");
     background-repeat: repeat;
     background-repeat: repeat;
Line 197: Line 197:
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
-
     background-color: #333;
+
     background-color: white;
     border: 0 none;
     border: 0 none;
     height: 14px;
     height: 14px;
Line 206: Line 206:
     left: 50%;
     left: 50%;
     margin-left: -513px;
     margin-left: -513px;
-
     color: #ccc;
+
     color: #333;
}
}
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
-
    background-color: #ccc;
 
     height: 14px;
     height: 14px;
     display: none;
     display: none;
Line 224: Line 223:
#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: #ccc;
+
     background-color: white;
     text-decoration: none;
     text-decoration: none;
     background-color: transparent;
     background-color: transparent;

Revision as of 17:59, 13 June 2014