Team:Imperial College/Templates:custom css
From 2013.igem.org
Neilthomson (Talk | contribs) |
Neilthomson (Talk | contribs) |
||
Line 1: | Line 1: | ||
- | /* | + | /* PLEASE READ https://2013.igem.org/wiki/index.php?title=Team:Imperial_College/Templates:StyleGuide&action=edit */ |
+ | |||
+ | /* ---------------- WikiMedia Elements / Page Structure---------------- */ | ||
+ | |||
+ | /* HIDE | ||
+ | Big horrible image at top from iGem 2013 | ||
+ | Search Controls | ||
+ | Page title */ | ||
+ | #p-logo, | ||
+ | #search-controls, | ||
+ | .firstHeading { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | /* Remove default top header */ | ||
+ | #top-section { | ||
+ | background-color: #ffffff; | ||
+ | border: none; | ||
+ | height:20px; | ||
+ | } | ||
+ | |||
+ | #top-section:hover { | ||
+ | background: #36A9E1; | ||
+ | } | ||
+ | |||
+ | /* Edit and user menu */ | ||
+ | #menubar { | ||
+ | top: -3px !important; | ||
+ | |||
+ | } | ||
+ | |||
+ | #menubar li a { | ||
+ | text-transform: uppercase; | ||
+ | font-size: 0.61em; | ||
+ | color: #DDD; | ||
+ | } | ||
+ | |||
+ | /* Highlight with background colour on hover */ | ||
+ | #top-section:hover #menubar li a { | ||
+ | color: #FFF; | ||
+ | } | ||
+ | |||
+ | #menubar li a:link, | ||
+ | #menubar li a:visited { | ||
+ | color: #FFF; | ||
+ | background-color: #ffffff; | ||
+ | } | ||
+ | |||
+ | #menubar li a:hover, | ||
+ | #menubar li a:focus { | ||
+ | color: #DDD; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | /* Edit */ | ||
+ | #menubar.right-menu { | ||
+ | |||
+ | } | ||
+ | /* User */ | ||
+ | #menubar.left-menu{ | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | /* ? */ | ||
#catlinks { | #catlinks { | ||
- | border:none; | + | border:none; |
- | background: #ffffff; | + | background: #ffffff; |
} | } | ||
- | #footer-box{ | + | |
- | border:none; | + | /* Wikimedia related links at base of page */ |
+ | #footer-box { | ||
+ | border:none; | ||
} | } | ||
- | # | + | |
- | + | #footer-box #f-poweredbyico { | |
- | + | ||
- | + | ||
} | } | ||
- | # | + | |
- | + | #footer-box #f-copyrightico { | |
+ | |||
} | } | ||
- | # | + | |
- | + | #footer-box #f-list { | |
+ | |||
} | } | ||
- | + | ||
- | + | ||
+ | #footer-box #f-list li { | ||
+ | |||
} | } | ||
- | # | + | #footer-box #f-list li a:link, |
- | + | #footer-box #f-list li a:visited { | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | ||
- | + | #footer-box #f-list li a:hover, | |
+ | #footer-box #f-list li a:focus { | ||
+ | |||
} | } | ||
- | + | ||
- | + | ||
- | background | + | /* ---------------- Main Content ---------------- */ |
+ | |||
+ | /* Full Page container */ | ||
+ | #content { | ||
+ | position: relative; | ||
+ | width: 975px; | ||
+ | margin: 0 auto; | ||
+ | padding:0; | ||
+ | background: #ffffff; | ||
+ | border: none; | ||
+ | z-index: 2; | ||
} | } | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
#contentSub { | #contentSub { | ||
margin: 0 0 0 0; | margin: 0 0 0 0; |
Revision as of 21:54, 9 September 2013
/* PLEASE READ https://2013.igem.org/wiki/index.php?title=Team:Imperial_College/Templates:StyleGuide&action=edit */
/* ---------------- WikiMedia Elements / Page Structure---------------- */
/* HIDE Big horrible image at top from iGem 2013 Search Controls Page title */
- p-logo,
- search-controls,
.firstHeading {
display: none;
}
/* Remove default top header */
- top-section {
background-color: #ffffff; border: none; height:20px;
}
- top-section:hover {
background: #36A9E1;
}
/* Edit and user menu */
- menubar {
top: -3px !important;
}
- menubar li a {
text-transform: uppercase; font-size: 0.61em; color: #DDD;
}
/* Highlight with background colour on hover */
- top-section:hover #menubar li a {
color: #FFF;
}
- menubar li a:link,
- menubar li a:visited {
color: #FFF; background-color: #ffffff;
}
- menubar li a:hover,
- menubar li a:focus {
color: #DDD; text-decoration: none;
}
/* Edit */
- menubar.right-menu {
} /* User */
- menubar.left-menu{
}
/* ? */
- catlinks {
border:none; background: #ffffff;
}
/* Wikimedia related links at base of page */
- footer-box {
border:none;
}
- footer-box #f-poweredbyico {
}
- footer-box #f-copyrightico {
}
- footer-box #f-list {
}
- footer-box #f-list li {
}
- footer-box #f-list li a:link,
- footer-box #f-list li a:visited {
}
- footer-box #f-list li a:hover,
- footer-box #f-list li a:focus {
}
/* ---------------- Main Content ---------------- */
/* Full Page container */
- content {
position: relative; width: 975px; margin: 0 auto; padding:0; background: #ffffff; border: none; z-index: 2;
}
- contentSub {
margin: 0 0 0 0; }
/*- Footer ***************************************************************/
- sponsor-logo{
display: block; background-color: #ffffff; margin-left:auto; margin-right:auto; width:20%; margin: 15px; text-align:center }
- ourfooter{
position:relative; display:block; background-color:#fff; width: 975px; float:right; border-top: 1px dotted #d9d9d9; border-bottom: 1px dotted #d9d9d9; }
- imperial-banner {
position: relative; /* this is to allow positioning of elements within */ text-align: right; height: 100px; margin: 0 15px 1em 15px; line-height: 100px;
}
- imperial-igem-banner {
position: absolute; left: 0; top: 0;
}
- igem-logo,
- imperial-logo {
display: inline-block; margin-left: 5px;
}
- imperial-igem-banner img,
- igem-logo img {
height: 100px;
}
- igem-logo img {
-webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out;
}
- igem-logo img:hover {
-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);
}
- imperial-logo img {
height: 50px;
}
- BackToTop,
- BackToTop:link,
- BackToTop:visited {
position: fixed; bottom: 5px; right: 5px; text-decoration: none; color: #36a9e1;
}
- BackToTop:hover {
color: #a3c4e9;
}