Team:Uppsala/stylesheet J.css
From 2014.igem.org
- footer-box {
width: 950px; background-color: white; margin-left:auto; margin-right:auto; border:none; }
- globalWrapper {
background-color: white; padding:0; margin:0; }
- contentSub, #search-controls, .firstHeading, #catlinks, #p-logo {
display: none;
}
- top-section {
border: none; height: 0px;
}
- content {
border: none; width: 99.5%; height: 99.5%; background-image: url(""); overflow: auto; repeat-x;
}
/* The code above clears media wikis default code */
- master {
width: 100%; min-height: 1000px; border: 1px solid #000; }
- main_frame_upper {
width: 100%; background-color: #f4f4f4; }
- header {
width: 950px; margin-left: auto; margin-right: auto;
}
- left_content_header {
float: left; width: 410px;
}
- right_content_header {
float: right; padding-bottom: 30px;
}
- navbar {
position: absolute; top: 175px; left: 50%; z-index: 2; margin-left: -24.86%; }
- border {
width: 100%; height: 20px; background-color: #348aff; clear: both;
}
- main_frame_lower {
border: none;
width: 99.5%; height: 99.5%; repeat-x;
background-image: url(""); height: 300px; width: 100%; }
- main_content {
background-color: #fff; width: 950px; min-height: 400px; margin-right: auto; margin-left: auto; }
.logo {
width: 300px; }
.pic {
width: 300px; }
/* Navbar code begins */ nav {
display: block; width: 100%; margin-left: auto; margin-right: auto;
}
nav ul ul { display: none; }
nav ul li:hover > ul { display: block; }
nav ul {
background: #348aff; /*background: linear-gradient(top, #efefef 0%, #bbbbbb 100%); background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); box-shadow: 0px 0px 9px rgba(0,0,0,0.15); */ padding: 0 20px; /*border-radius: 10px; */
list-style: none; position: relative; display: inline-table; } nav ul:after { content: ""; clear: both; display: block; }
nav ul li {
float: left; } nav ul li:hover { background: #4b545f; /*background: linear-gradient(top, #4f5964 0%, #5f6975 40%); background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%); background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%); */ } nav ul li:hover a { color: #fff; }
nav ul li a { display: block; padding: 17px 28.45px; color: #fff; text-decoration: none; }
nav ul ul { background: #5f6975; border-radius: 0px; padding: 0; position: absolute; top: 100%; } nav ul ul li { float: none; border-top: 1px solid #6b727c; border-bottom: 1px solid #575f6a; position: relative; } nav ul ul li a { padding: 15px 28.45px; color: #fff; } nav ul ul li a:hover { background: #4b545f; }
nav ul ul ul { position: absolute; left: 100%; top:0; }
/* Navbar code ends */