Team:UI-Indonesia/css/stylesheet/standard
From 2014.igem.org
(140 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
#globalWrapper { | #globalWrapper { | ||
font-size: 18px; | font-size: 18px; | ||
- | font-family: " | + | font-family: "Titillium Web", Helvetica, sans-serif; |
overflow: visible; | overflow: visible; | ||
min-height: 100% | min-height: 100% | ||
Line 12: | Line 12: | ||
text-align: justify; | text-align: justify; | ||
font-size: 18px; | font-size: 18px; | ||
- | line-height: | + | line-height: 25px; |
} | } | ||
Line 22: | Line 22: | ||
a:link, | a:link, | ||
a:visited { | a:visited { | ||
- | color: # | + | color: #15bdb6; |
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Line 28: | Line 28: | ||
a:hover, | a:hover, | ||
a:focus { | a:focus { | ||
- | color: # | + | color: #1e8380; |
} | } | ||
Line 44: | Line 44: | ||
color: #373737; | color: #373737; | ||
} | } | ||
- | |||
/* REMOVE DEFAULT TOP HEADER */ | /* REMOVE DEFAULT TOP HEADER */ | ||
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/ | #top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/ | ||
- | background-color: | + | background-color: #f8f8f8; |
border: 0 none; | border: 0 none; | ||
- | height: | + | height: 15px; |
top: 0; | top: 0; | ||
position: fixed; | position: fixed; | ||
Line 64: | Line 63: | ||
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/ | #top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/ | ||
- | background-color: # | + | background-color: #f8f8f8; |
height: 10px; | height: 10px; | ||
display: block; | display: block; | ||
Line 74: | Line 73: | ||
/* | /* | ||
#top-section { | #top-section { | ||
- | background: # | + | background: #f8f8f8; |
position: fixed; | position: fixed; | ||
top: -10px; | top: -10px; | ||
Line 85: | Line 84: | ||
} | } | ||
*/ | */ | ||
- | |||
/* EDIT AND USER MENU */ | /* EDIT AND USER MENU */ | ||
- | |||
#menubar { | #menubar { | ||
- | font-family: " | + | font-family: "Titillium Web", Helvetica, sans-serif; |
top: 0 !important; | top: 0 !important; | ||
font-size: 0.45em; | font-size: 0.45em; | ||
Line 100: | Line 97: | ||
/* 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; |
} | } | ||
#menubar li a:link, | #menubar li a:link, | ||
#menubar li a:visited { | #menubar li a:visited { | ||
- | color: # | + | color: #15bdb6; |
- | background-color: # | + | background-color: #f8f8f8;; |
} | } | ||
#menubar li a:hover, | #menubar li a:hover, | ||
#menubar li a:focus { | #menubar li a:focus { | ||
- | color: # | + | color: #15bdb6; |
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
+ | |||
/* EDIT */ | /* EDIT */ | ||
- | |||
#menubar.left-menu { | #menubar.left-menu { | ||
position: fixed; | position: fixed; | ||
- | background: | + | background: #f8f8f8; |
margin-left: 0px; | margin-left: 0px; | ||
Line 127: | Line 123: | ||
#menubar.left-menu:hover { | #menubar.left-menu:hover { | ||
- | background-color: | + | background-color: #f8f8f8;; |
} | } | ||
/* USER */ | /* USER */ | ||
#menubar.right-menu { | #menubar.right-menu { | ||
- | background: | + | background: #f8f8f8; |
position: fixed; | position: fixed; | ||
margin-right: 0px; | margin-right: 0px; | ||
} | } | ||
- | |||
/* CHANGING WHITE BACKGROUND */ | /* CHANGING WHITE BACKGROUND */ | ||
Line 144: | Line 139: | ||
background: transparent; | background: transparent; | ||
width: 100%; | width: 100%; | ||
- | height: | + | height: auto; |
border: none; | border: none; | ||
margin: 0px auto; | margin: 0px auto; | ||
Line 151: | Line 146: | ||
body { | body { | ||
- | background-color: # | + | background-color: #f8f8f8; |
background-position: center; | background-position: center; | ||
background-attachment: fixed; | background-attachment: fixed; | ||
Line 204: | Line 199: | ||
} | } | ||
h2 { | h2 { | ||
- | color: # | + | color: #15bdb6; |
font-size: 25px; | font-size: 25px; | ||
line-height: 26px; | line-height: 26px; | ||
- | border-bottom: 1px solid # | + | border-bottom: 1px solid #1e8380; |
font-weight: bold; | font-weight: bold; | ||
} | } | ||
h3,h4 { | h3,h4 { | ||
- | color: # | + | color: #15bdb6; |
- | font-size:20px; | + | font-size: 20px; |
- | line-height:21px; | + | line-height: 21px; |
- | font-weight:bold; | + | font-weight: bold; |
} | } | ||
h4 { | h4 { | ||
- | font-size:18px; | + | font-size: 18px; |
- | line-height:19px; | + | line-height: 19px; |
- | font-weight:bold; | + | font-weight: bold; |
+ | } | ||
+ | |||
+ | sup { | ||
+ | vertical-align: super; | ||
+ | font-size: 10px; | ||
+ | font-color: #1e8380; | ||
} | } | ||
Line 227: | Line 228: | ||
display: block; | display: block; | ||
position: relative; | position: relative; | ||
- | width: | + | width: 70%; |
height: auto; | height: auto; | ||
margin: 0px auto; | margin: 0px auto; | ||
margin-bottom: 0px; | margin-bottom: 0px; | ||
background: transparent; | background: transparent; | ||
- | + | margin-top: 70px; | |
+ | clear: both; | ||
} | } | ||
+ | #page-box1 { | ||
+ | display: block; | ||
+ | position: relative; | ||
+ | width: 70%; | ||
+ | height: auto; | ||
+ | margin: 0px auto; | ||
+ | margin-bottom: 0px; | ||
+ | background: #ffffff; | ||
+ | color: #332e2e; | ||
+ | padding: 30px; | ||
+ | padding-top: 15px; | ||
+ | border-radius: 20px; | ||
+ | margin-top: 80px; | ||
+ | clear: both; | ||
+ | -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); | ||
#header { | #header { | ||
- | + | background: transparent; | |
position: relative; | position: relative; | ||
- | width: | + | width: 70%; |
height: auto; | height: auto; | ||
margin: 0px auto; | margin: 0px auto; | ||
display: block; | display: block; | ||
+ | margin-top: 80px; | ||
} | } | ||
- | # | + | #one-box { |
- | + | display: block; | |
+ | background-color: #ffffff; | ||
+ | color: #332e2e; | ||
position: relative; | position: relative; | ||
- | width: | + | width: 90%; |
height: auto; | height: auto; | ||
margin: 0px auto; | margin: 0px auto; | ||
- | + | padding: 30px; | |
- | + | padding-top: 15px; | |
- | + | border-radius: 20px; | |
- | + | margin-top: 30px; | |
- | } | + | clear: both; |
+ | -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); | ||
+ | } | ||
- | #Teamslide | + | #Teamslide { |
- | { | + | background: transparent; |
- | background: transparent; | + | |
position: relative; | position: relative; | ||
width: 100%; | width: 100%; |
Latest revision as of 16:27, 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: 25px;
}
.clear {
clear: both;
}
a, a:link, a:visited {
color: #15bdb6; text-decoration: none;
}
a:hover, a:focus {
color: #1e8380;
}
/* ---------------- 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: 15px; 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: "Titillium Web", 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: #15bdb6;
}
- menubar li a:link,
- menubar li a:visited {
color: #15bdb6; background-color: #f8f8f8;;
}
- menubar li a:hover,
- menubar li a:focus {
color: #15bdb6; text-decoration: underline;
}
/* EDIT */
- menubar.left-menu {
position: fixed;
background: #f8f8f8;
margin-left: 0px;
}
- menubar.left-menu:hover {
background-color: #f8f8f8;;
}
/* USER */
- menubar.right-menu {
background: #f8f8f8;
position: fixed; margin-right: 0px;
}
/* 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: #15bdb6; font-size: 25px; line-height: 26px; border-bottom: 1px solid #1e8380; font-weight: bold;
} h3,h4 {
color: #15bdb6; font-size: 20px; line-height: 21px; font-weight: bold;
} h4 {
font-size: 18px; line-height: 19px; font-weight: bold;
}
sup {
vertical-align: super; font-size: 10px; font-color: #1e8380;
}
/* PAGE CONTENT */
- main-box {
display: block; position: relative; width: 70%; height: auto; margin: 0px auto; margin-bottom: 0px; background: transparent;
margin-top: 70px; clear: both;
}
- page-box1 {
display: block; position: relative; width: 70%; height: auto; margin: 0px auto; margin-bottom: 0px; background: #ffffff;
color: #332e2e; padding: 30px; padding-top: 15px; border-radius: 20px; margin-top: 80px; clear: both;
-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);
- header {
background: transparent;
position: relative; width: 70%; height: auto; margin: 0px auto; display: block;
margin-top: 80px;
}
- one-box {
display: block; background-color: #ffffff; color: #332e2e;
position: relative; width: 90%; height: auto; margin: 0px auto;
padding: 30px; padding-top: 15px; border-radius: 20px; margin-top: 30px; clear: both;
-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); }
- 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; }
}