Team:Tec-Monterrey/ITESM14 main.css
From 2014.igem.org
- globalWrapper {
font-family: 'Yanone Kaffeesatz';
}
body {
font-family: 'Yanone Kaffeesatz'; background: url();
}
/* Remove logo and search */
div#p-logo, div#search-controls {
display: none;
}
/* Center wiki-menu; set font & bg (as fallback) color */ div#top-section {
margin: 0px auto; width: auto; height: 20px; color: #d4c6b6; background: transparent; margin-top: 50px;
}
/* Set font and positions */ div#menubar {
font-size: 13px; line-height: 20px;
}
div#menubar.right-menu {
margin-right: 134px; float: right; display: none;
}
div#menubar.left-menu {
float: left; margin-left: 360px; display: none;
}
div#menubar li {
padding: 0px 5px; color: #FFFFFF; display: inline;
}
/* White on hover */ div#menubar a:hover {
color: ##f4ff3b; text-decoration: none;
}
/* Start header style =================================================== */
/* Hide page title (it would appear before the header) */ h1.firstHeading {
display: none;
}
- wiki-body p {
font-size: 20px; font-weight: lighter;
}
.mypic {
z-index: 2000;
}
.main-content {
z-index: -4;
}
.well {
z-index: -6; background-color: #ffffff; border: 0px; border-radius: 0px;
}
h1 {
color: #ff0060;
}
/*================ Hacer video resposivo ================*/
.video-container {
position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
position: absolute; top: 30px; left: 0; width: 100%; height: 100%;
}
/*============= Fin video responsivo ==============*/
/*=================== Footer ===================*/
div#footer {
width: 920px; margin: 0px auto; padding: 0px 20px; text-align: center;
}
div#footer ul {
margin: 0; padding: 0;
}
div#footer li {
padding: 0px 5px; display: inline;
}
footer{
height: 245px; position:relative; z-index:-2; background-color:#451d8e;
}
/*
- wiki-footer {
position:fixed; z-index:-1; bottom: 160;
}
- /
- wiki-footer h1 {
font-size:1.8vw; color: #f4ff3b; background-color: #ff0060;
}