Team:Uppsala/stylesheet.css

From 2014.igem.org

Revision as of 14:52, 21 June 2014 by Amaron (Talk | contribs)
  1. footer-box {

width: 950px; background-color: white; margin-left:auto; margin-right:auto; border:none; }

  1. globalWrapper {

background-color: white; padding:0; margin:0; }

  1. contentSub, #search-controls, .firstHeading, #catlinks, #p-logo {
   display: none;

}

  1. top-section {
   border: none;
   height: 0px;

}

  1. content {
   border: none;
   width: 99.5%;
   height: 99.5%;
   background-image: url("Uppsala2013_Background.png");
 
   overflow: auto;
   repeat-x;    

}

/* The code above clears media wikis default code */

  1. master {

width: 100%; min-height: 1000px; border: 1px solid #000; }

  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;

}

  1. right_content_header {

float: right; padding-bottom: 30px;

}

  1. navbar {

/*position: absolute; top: 175px; left: 500px; z-index: 2; margin-left: -24.86%;

  • /

}

  1. border {

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

}

  1. main_frame_lower {

border: none;

   width: 99.5%;
   height: 99.5%;
  
   repeat-x;   

background-image: url("Uppsala2013_Background.png"); height: 300px; width: 100%; }

  1. 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; 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 */

/* css reset */

/* http://meyerweb.com/eric/tools/css/reset/

  v2.0 | 20110126
  License: none (public domain)
  • /

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; /*font-size: 100%; font: inherit; vertical-align: baseline;

  • /

} /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ; content: none; } table { border-collapse: collapse; border-spacing: 0; }