Team:UI-Indonesia/css/stylesheet/standard
From 2014.igem.org
Line 13: | Line 13: | ||
font-size: 18px; | font-size: 18px; | ||
line-height: 20px; | line-height: 20px; | ||
- | |||
} | } | ||
Line 50: | Line 49: | ||
background-color: #f8f8f8; | background-color: #f8f8f8; | ||
border: 0 none; | border: 0 none; | ||
- | height: | + | height: 21px; |
+ | z-index: 100; | ||
top: 0; | top: 0; | ||
- | + | position: fixed; | |
- | width: | + | width: 975px; |
- | left: 50% | + | left: 50%; |
- | + | ||
margin-left: -487px; | margin-left: -487px; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
#menubar { | #menubar { | ||
- | font-family: " | + | font-family: "Droid Sans", Helvetica, sans-serif; |
top: 0 !important; | top: 0 !important; | ||
font-size: 0.45em; | font-size: 0.45em; | ||
+ | width: 70%; | ||
+ | margin: 0px auto; | ||
} | } | ||
Line 96: | Line 69: | ||
#menubar li a:link { | #menubar li a:link { | ||
text-transform: uppercase; | text-transform: uppercase; | ||
+ | text-align: left; | ||
} | } | ||
/* Highlight with background colour on hover */ | /* Highlight with background colour on hover */ | ||
+ | |||
#top-section:hover #menubar li a { | #top-section:hover #menubar li a { | ||
- | color: # | + | color: #15bdb6; |
+ | background: #f8f8f8; | ||
} | } | ||
#menubar li a:link, | #menubar li a:link, | ||
#menubar li a:visited { | #menubar li a:visited { | ||
- | color: # | + | color: #1e8380; |
- | background-color: #f8f8f8 | + | background-color: #f8f8f8; |
} | } | ||
#menubar li a:hover, | #menubar li a:hover, | ||
#menubar li a:focus { | #menubar li a:focus { | ||
- | color: # | + | color: #1e8380; |
text-decoration: underline; | text-decoration: underline; | ||
+ | background: transparent; | ||
} | } | ||
+ | #menubar.left-menu:hover { | ||
+ | background-color: #f8f8f8; | ||
+ | } | ||
+ | /* CHANGING WHITE BACKGROUND */ | ||
- | + | #globalWrapper, #content { /*-- changes default wiki settings --*/ | |
- | /* | + | background: transparent; |
- | + | width: 100%; | |
- | + | height: auto; | |
- | + | border: none; | |
- | + | margin: 0px auto; | |
- | + | padding: 0px; | |
} | } | ||
- | + | body { | |
- | + | background-color: #f8f8f8; | |
+ | 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; | ||
} | } | ||
Line 172: | Line 159: | ||
} | } | ||
h2 { | h2 { | ||
- | color: # | + | color: #e80607; |
font-size: 25px; | font-size: 25px; | ||
line-height: 26px; | line-height: 26px; | ||
- | border-bottom: 1px solid # | + | border-bottom: 1px solid #222222; |
font-weight: bold; | font-weight: bold; | ||
} | } | ||
h3,h4 { | h3,h4 { | ||
- | color: # | + | color: #e80708; |
font-size:20px; | font-size:20px; | ||
line-height:21px; | line-height:21px; | ||
Line 211: | Line 198: | ||
margin-bottom: 0px; | margin-bottom: 0px; | ||
background: transparent; | background: transparent; | ||
- | + | top: 70px; | |
} | } | ||
Line 217: | Line 204: | ||
background: transparent; | background: transparent; | ||
position: relative; | position: relative; | ||
- | width: | + | width: 100%; |
- | + | ||
height: auto; | height: auto; | ||
margin: 0px auto; | margin: 0px auto; | ||
- | display: | + | display: block; |
} | } | ||
#side-1 { | #side-1 { | ||
- | background: # | + | background: #f8f8f8; |
- | + | ||
-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.68); | -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.68); | ||
- | + | -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.68); | |
- | + | box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.68); | |
position: relative; | position: relative; | ||
width: 100%; | width: 100%; | ||
height: auto; | height: auto; | ||
margin: 0px auto; | margin: 0px auto; | ||
- | margin-top: | + | margin-top: 15px; |
padding: 30px; | padding: 30px; | ||
- | + | padding-top: 3px; | |
display: block; | display: block; | ||
- | |||
} | } | ||
Revision as of 04:05, 17 October 2014
@charset "UTF-8";
body,
- globalWrapper {
font-size: 18px; font-family: "Titillium Web", 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: #f8f8f8; border: 0 none; height: 21px; z-index: 100; top: 0;
position: fixed;
width: 975px; left: 50%; margin-left: -487px; }
- menubar {
font-family: "Droid Sans", Helvetica, sans-serif; top: 0 !important; font-size: 0.45em; width: 70%; margin: 0px auto;
}
- menubar li,
- menubar li a:link {
text-transform: uppercase; text-align: left;
}
/* Highlight with background colour on hover */
- top-section:hover #menubar li a {
color: #15bdb6; background: #f8f8f8;
}
- menubar li a:link,
- menubar li a:visited {
color: #1e8380; background-color: #f8f8f8;
}
- menubar li a:hover,
- menubar li a:focus {
color: #1e8380; text-decoration: underline; background: transparent;
}
- menubar.left-menu:hover {
background-color: #f8f8f8;
} /* CHANGING WHITE BACKGROUND */
- globalWrapper, #content { /*-- changes default wiki settings --*/
background: transparent;
width: 100%; height: auto; border: none; margin: 0px auto; padding: 0px; }
body { background-color: #f8f8f8;
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: #e80607; font-size: 25px; line-height: 26px; border-bottom: 1px solid #222222; font-weight: bold;
} h3,h4 {
color: #e80708; font-size:20px; line-height:21px; font-weight:bold;
} h4 {
font-size:18px; line-height:19px; font-weight:bold;
}
/* PAGE CONTENT */
- nav-box {
display: block; position: relative; width: 70%; height: auto; margin: 0px auto; margin-bottom: 0px; background: transparent;
top: 10px;
}
- main-box {
display: block; position: relative; width: 70%; height: auto; margin: 0px auto; margin-bottom: 0px; background: transparent;
top: 70px;
}
- header {
background: transparent;
position: relative; width: 100%; height: auto; margin: 0px auto; display: block; }
- side-1 {
background: #f8f8f8;
-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.68);
-moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.68); box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.68); position: relative; width: 100%; height: auto; margin: 0px auto; margin-top: 15px; padding: 30px;
padding-top: 3px;
display: block; }
- Teamslide
{ background: transparent; position: relative; width: 100%; height: auto; margin: 0px auto; display: block; }
/* 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; }
}