Team:UI-Indonesia/css/stylesheet/standard
From 2014.igem.org
@charset "UTF-8";
body,
- globalWrapper {
font-size: 14px; font-family: "Lato", Helvetica, sans-serif; overflow: visible;
}
p{
text-align: justify;
}
.clear {
clear: both;
}
a, a:link, a:visited {
color: #373737; text-decoration: none;
}
a:hover, a:focus {
color: #4c4c4c;
}
/* ---------------- WikiMedia Elements / Page Structure ---------------- */
/* HIDE SEARCH CONTROLS AND PAGE TITLE */
- p-logo,
- search-controls,
.firstHeading {
display: none;
}
h1, h2, h3, h4, h5, h6 { color: #373737; }
/* REMOVE DEFAULT TOP HEADER */
- top-section {
background: #f8f8f8; position: fixed; top: -10px; border: none; width: 100%; height: auto; z-index: 1000; margin: 0px auto; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease;
}
- top-section:hover {
background: #f8f8f8;
}
/* EDIT AND USER MENU */
- menubar {
font-family: "Lato", Helvetica, sans-serif; top: 0 !important; font-size: 0.7em;
}
- menubar li,
- menubar li a:link {
text-transform: uppercase;
}
/* Highlight with background colour on hover */
- top-section:hover #menubar li a {
color: #262626;
}
- menubar li a:link,
- menubar li a:visited {
color: #777777; background-color: transparent;
}
- menubar li a:hover,
- menubar li a:focus {
color: #262626; text-decoration: underline;
}
/* EDIT */
- menubar.left-menu{
position: fixed; margin-left: 0px;
}
- menubar.left-menu:hover {
background-color: transparent;
}
/* USER */
- menubar.right-menu {
position: fixed; margin-right: 0px;
}
/* CHANGING WHITE BACKGROUND */
- globalWrapper, #content { /*-- changes default wiki settings --*/
width: 100%; height: 100%; border: none; background-color: white; margin: 0px auto; padding: 0px; }
body { background-color: #ffffff; width: 100%; height: auto; }
html, .wrapper { /*-- changes default wiki settings --*/ width: 100%; height: 100%; background-color: transparent; }
/* HIDING FOOTER BOX */
- footer-box{display:none;}
- catlinks{display:none;}
/* -------------------------- Header-------------------------- */
- header {
position: relative; /* this is to allow positioning of elements within */
background-color: #ffffff;
text-align: center;
top: 0px; margin: 0px auto; width: 100%; height: auto; }
#mission-igempossible { position: absolute;
display: block; left: 0; margin: 0px auto; clear: both;
}
/* --------------------- Main Content ----------------------- */
- main-content {
background-color: green; width: 100%; height: auto; margin: 0px auto; }
- BackToTop,
- BackToTop:link,
- BackToTop:visited {
position: fixed; bottom: 5px; right: 5px; text-decoration: none; color: #55b909;
}
- BackToTop:hover {
color: #81b909;
}