Team:CU-Boulder/Wiki

From 2014.igem.org

(Difference between revisions)
Line 18: Line 18:
}
}
 +
/*
/*
#top-section{/* the igem flag + top menu)*/
#top-section{/* the igem flag + top menu)*/
Line 29: Line 30:
     z-index:3;
     z-index:3;
}
}
 +
*/
 +
 +
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
 +
background-color: #383838;
 +
border: 0 none;
 +
height: 14px;
 +
z-index: 100;
 +
top: 0;
 +
position: fixed;
 +
width: 975px;
 +
        left: 487px;
 +
margin-left: -487px;
 +
}
 +
 +
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
 +
background-color: #383838;
 +
height: 14px;
 +
display: block;
 +
z-index: 10;
 +
position: fixed;
 +
width: 100%;
 +
top: 0;
 +
}
 +
 +
#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;
 +
text-decoration: none;
 +
background-color: transparent;
 +
}
 +
#p-logo{
#p-logo{
     display:none;
     display:none;
}
}
 +
 +
/*
#menubar {/* la barre de menu du haut */
#menubar {/* la barre de menu du haut */
     margin:0;
     margin:0;
Line 61: Line 94:
.right-menu a{/* les lien du login */
.right-menu a{/* les lien du login */
}
}
 +
*/
 +
#search-controls{/* la barre de recherche*/
#search-controls{/* la barre de recherche*/
     display:none;
     display:none;
}
}
-
*/
+
 
#content{/* le body de la page*/
#content{/* le body de la page*/
     border:none;
     border:none;

Revision as of 00:34, 30 September 2014