Team:Imperial/Resources/CSS:wiki
From 2014.igem.org
(Difference between revisions)
(14 intermediate revisions not shown) | |||
Line 8: | Line 8: | ||
#search-controls, | #search-controls, | ||
#footer-box, | #footer-box, | ||
+ | #catlinks, | ||
.firstHeading { | .firstHeading { | ||
display: none; | display: none; | ||
Line 13: | Line 14: | ||
#globalWrapper { | #globalWrapper { | ||
- | background-color: # | + | background-color: #fff; |
width:960px; | width:960px; | ||
height:auto; | height:auto; | ||
margin:0 auto; | margin:0 auto; | ||
padding:0; | padding:0; | ||
+ | font-size:14px; | ||
} | } | ||
#bodyContent{ | #bodyContent{ | ||
- | background-color:# | + | background-color:#fff; |
border:none; | border:none; | ||
border-color:none; | border-color:none; | ||
Line 31: | Line 33: | ||
body { | body { | ||
- | background: # | + | background: #fff; |
} | } | ||
Line 42: | Line 44: | ||
width:100%; | width:100%; | ||
height:auto; | height:auto; | ||
- | background:# | + | background:#fff; |
} | } | ||
Line 50: | Line 52: | ||
height:20px; | height:20px; | ||
margin-top: 0; | margin-top: 0; | ||
- | margin-bottom: - | + | margin-bottom: -30px; |
width:960px; | width:960px; | ||
-webkit-transition: all 300ms ease; | -webkit-transition: all 300ms ease; | ||
Line 81: | Line 83: | ||
#menubar li a:link, | #menubar li a:link, | ||
#menubar li a:visited { | #menubar li a:visited { | ||
- | color: # | + | color: #fff; |
background-color: transparent; | background-color: transparent; | ||
} | } | ||
Line 104: | Line 106: | ||
#menubar.right-menu { | #menubar.right-menu { | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } |
Latest revision as of 20:08, 16 October 2014
/* ---------------- WikiMedia Elements / Page Structure---------------- */
- content { border: none; }
/* HIDE Search Controls Page title, footerbox */
- p-logo,
- search-controls,
- footer-box,
- catlinks,
.firstHeading {
display: none;
}
- globalWrapper {
background-color: #fff; width:960px; height:auto; margin:0 auto; padding:0;
font-size:14px; }
- bodyContent{
background-color:#fff; border:none; border-color:none; padding:0; height:auto; width:960px; margin:0 auto;
}
body {
background: #fff;
}
- content{
border:none; padding:0; margin:0; z-index:1; width:100%; height:auto; background:#fff;
}
- top-section { /*styling for default menu bar*/
background-color: #ffcb6f; border: none; height:20px; margin-top: 0; margin-bottom: -30px;
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: #fff; 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 {
}