Team:UI-Indonesia/css/stylesheet/standard
From 2014.igem.org
Line 151: | Line 151: | ||
body { | body { | ||
- | background- | + | background-image: url("https://static.igem.org/mediawiki/2014/a/a3/UI-Indonesia_Image_BackgroundPlate.png"); |
background-position: center; | background-position: center; | ||
background-attachment: fixed; | background-attachment: fixed; | ||
Line 254: | Line 254: | ||
padding: 30px; | padding: 30px; | ||
padding-top: 3px; | padding-top: 3px; | ||
- | + | bottom: -100px; | |
display: inline-block; | display: inline-block; | ||
} | } |
Revision as of 18:28, 13 October 2014
@charset "UTF-8";
body,
- globalWrapper {
font-size: 18px; font-family: "Droid Sans", Helvetica, sans-serif; overflow: visible; min-height: 100%
}
p{
text-align: justify; font-size: 18px; line-height: 20px;
}
.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 { /*-- styling for default menu bar (edit, page, history, etc.) --*/
background-color: transparent; border: 0 none; height: 10px; top: 0; position: fixed; width: 100%; left: 50%; z-index: 1900; margin-left: -487px; -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-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
background-color: #f8f8f8; height: 10px; display: block; z-index: 10; position: fixed; width: 100%; top: 0; } /*
- top-section {
background: #f8f8f8; position: fixed; top: -10px; border: none; width: 100%; height: auto; z-index: -1000; margin: 0px auto;
}
- /
/* EDIT AND USER MENU */
- menubar {
font-family: "Lato", Helvetica, sans-serif; top: 0 !important; font-size: 0.45em;
}
- menubar li,
- menubar li a:link {
text-transform: uppercase;
}
/* Highlight with background colour on hover */
- top-section:hover #menubar li a {
color: #777777;
}
- menubar li a:link,
- menubar li a:visited {
color: #777777; background-color: #f8f8f8;;
}
- menubar li a:hover,
- menubar li a:focus {
color: #777777; text-decoration: underline;
}
/* EDIT */
- menubar.left-menu {
position: fixed;
background: transparent;
margin-left: 0px;
}
- menubar.left-menu:hover {
background-color: transparent;
}
/* USER */
- menubar.right-menu {
background: transparent;
position: fixed; margin-right: 0px;
}
/* CHANGING WHITE BACKGROUND */
- globalWrapper, #content { /*-- changes default wiki settings --*/
background: transparent;
width: 100%; height: 100%; border: none; margin: 0px auto; padding: 0px; }
body { background-image: url("");
background-position: center; background-attachment: fixed; background-repeat: no-repeat;
width: 100%; height: auto; }
html, .wrapper { /*-- changes default wiki settings --*/
background: transparent;
width: 100%; min-height: 100%; height: 100%; position: relative; }
/* NAVIGATION BAR */
- igem-logo {
position: fixed;
display: block; bottom: 5%; left: 100px; z-index: 5000; margin: 0px auto;
float: left;
overflow: visibile; }
- ui-igem-logo {
position: fixed;
display: block; bottom: 5%; left: 160px; z-index: 5001; margin: 0px auto;
float: left;
overflow: visibile; }
/* HIDING FOOTER BOX */
- footer-box{display:none;}
- catlinks{display:none;}
/* PARAGRAPHS */
h1,h2,h3,h4 {
font-weight: normal; letter-spacing: 0 px; border-bottom:none;
} h2 {
/*color: rgb(228,45,51);*/ /* */ font-size:25px; line-height:26px; border-bottom: 1px solid; font-weight: bold;
} h3,h4 {
font-size:20px; line-height:21px; font-weight:bold;
} h4 {
font-size:18px; line-height:19px; font-weight:bold;
}
/* PAGE CONTENT */
- main-box {
display: block; position: relative; width: 80%; height: auto; margin: 0px auto; bottom: -100px; background: black; top: 70px; }
- header {
background: transparent;
position: relative; width: 100%; height: auto; margin: 0px auto; display: inline-block; }
- side-1 {
background: #ffffff; position: relative; border: 0px;
border-radius: 30px;
width: 100%; height: auto; margin: 0px auto; margin-top: 30px; padding: 30px;
padding-top: 3px; bottom: -100px;
display: inline-block; }
- slider a {
text-decoration: none; background: #E3F1FA; border: 1px solid #C6E4F2; padding: 4px 6px; color: #222; }
- slider a:hover {
background: #C6E4F2; }
/* CUSTOMIZING BOOTSTRAP CSS */
.container {
width: 80%; height: auto; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto;
} @media (min-width: 768px) {
.container { width: 750px; }
} @media (min-width: 992px) {
.container { width: 970px; }
} @media (min-width: 1200px) {
.container { width: 1170px; }
}