Team:Uppsala/stylesheet.css

From 2014.igem.org

Revision as of 18:15, 22 June 2014 by Amaron (Talk | contribs)
  1. master {

width: 100%; min-height: 500px; }

  1. main_frame_upper {

width: 100%; background-color: #f4f4f4;

}

  1. header {

width: 950px; margin-left: auto; margin-right: auto;

}

  1. left_content_header {

float: left; width: 410px;

       padding-bottom: 57px;

}

  1. right_content_header {

float: right; padding-bottom: 40px;

}

  1. navbar {

position:absolute; top: 175px;

   left:0;
   right:0;
   margin-left:auto;
   margin-right:auto;

text-align: center; z-index: 2;

       width: 950px;

}

  1. border {

width: 100%; height: 20px; background-color: #348aff; clear: both;

}

  1. main_frame_lower {

border: none;

   width: 99.5%;
   height: 99.5%;
  
   

width: 100%; }

  1. main_content {

background-color: #fff; width: 910px; min-height: 400px; margin-right: auto; margin-left: auto;

       padding-top: 50px;
       padding-right: 20px;
       padding-left: 20px;
      

}

  1. tracking_system {
       width: 100%;
       height: 100px; /* IMPORTANT NOTE!! This needs to be removed or replaced, just a placeholder! */
       border: 1px solid; /* IMPORTANT NOTE!! This needs to be removed or replaced, just a placeholder! */

}

.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; padding: 0; margin: 0; } 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 */