Team:Imperial/Templates:custom css
From 2014.igem.org
(Difference between revisions)
Line 5: | Line 5: | ||
/* HIDE | /* HIDE | ||
Search Controls | Search Controls | ||
- | Page title */ | + | Page title, footerbox */ |
#p-logo, | #p-logo, | ||
#search-controls, | #search-controls, | ||
+ | #footer-box, | ||
.firstHeading { | .firstHeading { | ||
display: none; | display: none; | ||
} | } | ||
- | |||
- | |||
- | |||
- | /* | + | #top-section { /*styling for default menu bar*/ |
- | + | background-color: rgba(54, 169, 225, 0.1); | |
- | background-color: rgba( | + | |
border: none; | border: none; | ||
height:20px; | height:20px; | ||
Line 30: | Line 27: | ||
} | } | ||
- | #top-section:hover { | + | #top-section:hover { /*changes menu bar colour on hove*/ |
- | background: # | + | background: #36A9E1; |
} | } | ||
- | /* Edit | + | |
- | + | #menubar { /* Edit menubar link styles */ | |
top: 0 !important; | top: 0 !important; | ||
font-size: 0.7em; | font-size: 0.7em; | ||
Line 45: | Line 42: | ||
} | } | ||
- | + | ||
- | #top-section:hover #menubar li a { | + | #top-section:hover #menubar li a { /* Highlight with background colour on hover */ |
color: #FFF; | color: #FFF; | ||
} | } | ||
Line 58: | Line 55: | ||
#menubar li a:hover, | #menubar li a:hover, | ||
#menubar li a:focus { | #menubar li a:focus { | ||
- | color: # | + | color: #A3C4E9; |
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Line 76: | Line 73: | ||
} | } | ||
- | |||
Line 83: | Line 79: | ||
border:none; | border:none; | ||
background: #ffffff; | background: #ffffff; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } |
Revision as of 09:02, 22 July 2014
/* ---------------- WikiMedia Elements / Page Structure---------------- */
- content { border: none; }
/* HIDE Search Controls Page title, footerbox */
- p-logo,
- search-controls,
- footer-box,
.firstHeading {
display: none;
}
- top-section { /*styling for default menu bar*/
background-color: rgba(54, 169, 225, 0.1); border: none; height:20px; margin-top: 0; margin-bottom: 20px; -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: #36A9E1;
}
- menubar { /* Edit menubar link styles */
top: 0 !important; font-size: 0.7em;
}
- 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: #A3C4E9; text-decoration: none;
}
/* Edit */
- menubar.left-menu{
}
- menubar.left-menu:hover {
background-color: transparent;
}
/* User */
- menubar.right-menu {
}
/* ? */
- catlinks {
border:none; background: #ffffff;
}