Team:Imperial/Resources/CSS:wiki
From 2014.igem.org
/* ---------------- WikiMedia Elements / Page Structure---------------- */
- content { border: none; }
/* HIDE Search Controls Page title, footerbox */
- p-logo,
- search-controls,
- footer-box,
.firstHeading {
display: none;
}
- globalWrapper {
background-color: #f1e8df; width:960px; height:auto; margin:0 auto; padding:0; font-size:16px;
}
- bodyContent{
background-color:#f1e8df; border:none; border-color:none; padding:0; height:auto; width:960px; margin:0 auto;
}
body {
background: #f1e8df;
}
- content{
border:none; padding:0; margin:0; z-index:1; width:100%; height:auto; background:#f1e8df;
}
- top-section { /*styling for default menu bar*/
background-color: #ffcb6f; border: none; height:20px; margin-top: 0; margin-bottom: -20px;
width:960px;
-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;
}
- top-section:hover { /*changes menu bar colour on hove*/
background: #ffcb6f;
}
- menubar { /* Edit menubar link styles */
top: 0 !important; font-size: 10px;
}
- menubar li,
- menubar li a:link {
text-transform: uppercase;
}
- top-section:hover #menubar li a { /* Highlight with background colour on hover */
color: #FFF;
}
- menubar li a:link,
- menubar li a:visited {
color: #DDD; background-color: transparent;
}
- menubar li a:hover,
- menubar li a:focus {
color: #f1e8df; text-decoration: none;
}
/* Edit */
- menubar.left-menu{
}
- menubar.left-menu:hover {
background-color: transparent;
}
/* User */
- menubar.right-menu {
}
/* ? */
- catlinks {
border:none; background: #ffffff;
}
h1,h2,h3,h4 {
margin: 5px 5px 5px 5px; border-bottom:none;
}