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 { /*-- styling for default menu bar (edit, page, history, etc.) --*/
background-color: #f8f8f8; 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.6em;
}
- 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: #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 --*/
width: 100%; height: 100%; border: none; background-color: white; margin: 0px auto; padding: 0px; }
body { background-color: #777777; 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;}
/* -------------------------- NavBar -------------------------- */
- igem-logo {
position: fixed;
display: block; bottom: 7px; left: 110px; z-index: 5000; margin: 0px auto; clear: both; overflow: visibile; }
- ui-igem-logo {
position: fixed;
display: block; bottom: 7px; left: 170px; z-index: 5001; margin: 0px auto; clear: both; overflow: visibile; }
/* -------------------------- Heading -------------------------- */
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;
}
/* --------------------- Main Content ----------------------- */
- main-content {
background-color: green; width: 100%; height: auto; margin: 0px auto; }
- page {
width:1100px; margin:0 auto; text-align:justify; margin-top:20px; font-size:17px;
}
/* --------------------- Images ----------------------- */
img.alignleft {
margin: 5px 20px 20px 0; float: left;
} img.aligntop {
margin: 5px 0 20px 0;
} img.pic {
padding: 5px; border: solid 1px #D4D4D4;
}
/* --------------------- Paragraphs ----------------------- */
- page p, #page .leftparagraph p, #page .rightparagraph p {
margin-bottom: 2px; font-size:14px;
}
/* --------------------- Lists ----------------------- */
- page ul, #page p ul, #page .leftparagraph p ul, #page .rightparagraph p ul {
margin:0; padding:0; font-size:17px; list-style:none;
}
- page ul li, #page p ul li, #page .leftparagraph p ul li, #page .rightparagraph p ul li {
padding:0; margin:0; margin-top:6px;
}
- page ul li:before, #page p ul li:before, #page .leftparagraph p ul li:before, #page .rightparagraph p ul li:before {
content: " • "; padding: 2px; color: rgb(30,39,43);
}
/* --------------------- Dividing Page ----------------------- */
.leftparagraph {
float:left; margin:10px 0px; margin-right:20px; width:530px;
} .rightparagraph {
float:left; width:530px; margin:10px 0px; margin-left:20px;
} .pagecnt {
float:left; width:52%; height:auto;
} .pageimgs {
float:left; width:45%; margin-left:3%; height:1000px; height:auto;
}
/* --------------------- Top Page ----------------------- */
.projtile {
float: left; width: 355px; height: 200px; color: rgb(30,39,43); background: rgb(252,250,229); overflow: hidden;
} .projtile h2 {
text-align:center; width:90%; font-size:25px; margin-left:5%; margin-bottom:5px; height:1.05em; font-weight:bold; border-bottom: 1px solid; font-family: 'Archivo Narrow', sans-serif;
} .projtile p {
margin-left:5%; width:90%; font-size:17px;
} .abstractile p {
width:95%; margin-left:2.5%;
}