Team:OLS Canmore AB CA/secondmain.css

From 2014hs.igem.org

(Difference between revisions)
 
Line 65: Line 65:
margin-left: 0%;
margin-left: 0%;
float: left;
float: left;
-
width: 100%;
+
width: 60%;
padding-left: 0px;
padding-left: 0px;
text-align: center;
text-align: center;

Latest revision as of 03:09, 9 April 2014

@charset "utf-8"; body { margin: 0px; color: #151515; font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;

       background-color: #000fFF;

}

  1. wrapper {

width: 1000px; min-width: 740px; max-width: 1000px; margin-left: auto; margin-right: auto; background-color: #FFFFFF; }

  1. top {

overflow: hidden; font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif; font-style: normal; font-weight: 200; }

  1. hero img {

max-width: 100%; margin-top: 0px; margin-right: -25px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; background-color: #ffffff; } h1, h2 { color: #FFFFFF; font-style: normal; font-weight: 600; font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; }

h1 { font-size: 72px; margin-top: 0px; margin-bottom: 0px; text-align: center; text-transform: uppercase; color: #3100C7; background-color:#FFFFFF;

       padding-top: 50 px;

} h2 { margin-top: 0em; color: #000000; background-color: #ffffff; text-align: center; padding-top: 0px; border-style: none; }


  1. main {

margin-left: 0%; float: left; width: 60%; padding-left: 0px; text-align: center; }

  1. sidebar {

width: 34%; margin-left: 4%; float: left;

       text-align:center;

}


figure { display: block; width: 420px; } figure img { padding: 10px; -webkit-box-shadow: 1px 1px 15px #999999; box-shadow: 1px 1px 15px #999999; }

figcaption { font-size: 0.875em; font-weight: bold; text-align: center; display: block; margin-top: 0.5em; } .centered { margin-left: auto; margin-right: auto; } .floatleft { float: left; margin-left: 0px; margin-right: 10px; } .floatright { float: right; margin-left: 10px; margin-right: 0px; } footer { padding-top: 2px; padding-bottom: 2px; padding-left: 2%; background-color: #000fff; color: #FFFFFF; clear: left; } a { font-weight: bold; text-decoration: none; } a:link { color: #FF6600; } a:visited { color: #FF944C;

}

h3 { padding-top: 20px; padding-bottom: 0px; }

  1. content h1.firstHeading {

visibility: hidden; }ewe


iGEM Wiki Reset Starts Here

div#top-section { height: 20px; margin-bottom: -63px !important; margin: 0px 0px 0px -10px; width: 1222px; border: none; background-color: #E2EAFF; } div#header { width: 100%; text-align: left; margin-left: auto; margin-right: auto; margin-bottom: 0px !important; }

h1 {

   color: #000fff;
   background-color: #FFFFFF;
   font-weight: bold;
   margin: 0;
   padding-top: 80px;
   padding-bottom: 0px;
   border-bottom: 0px solid #aaa;

}

h1.firstHeading {

      display: none;

}

}

  1. searchform {
   display: none;

}

.left-menu { background: none } .left-menu a {

   color: #000;

}

div#top-section { /*the div containing the entire top bar*/ height: 20px; margin-bottom: -63px !important;

       margin: 0px 0px 0px 77px;

width: 1032px; border: none;

       color: #000fff;

background-color: #FFFFFF; }

  1. content{

margin: 0px 0px 0px -11px; width: 1200px; border: none; }

  1. search-controls {

overflow:hidden; display:none; background: none; position: absolute; top: 170px; right: 40px; }


div#header { width: 100%; text-align: left; margin-left: auto; margin-right: auto; margin-bottom: 0px !important; }

  1. menubar {

position: absolute; color: #000fff;

       background-color: #FFFFFF;

}

.left-menu, .right-menu{ position: absolute; background: none; color: black; }

.left-menu li a, .right-menu li a { color: #000 !important; }


.left-menu ul li, .right-menu ul li a{ background: none; color: #000 !important; }

.left-menu li a:hover, .right-menu li a:hover, .right-menu li a:visited, .right-menu li a:active {

   color: #000 !important;

}

  1. catlinks{

display:none; }

/*important for background colours*/ .mediawiki{ background: #000fFF; }

.mediawiki { border: none; width: 1200px; background: transparent; }

  1. globalWrapper {

background: transparent;

       min-width: 740px;

max-width: 1000px; margin: 0 auto;

       height: 100%;
       margin-bottom: 0.01em;

}

  1. footer-box {

width: 990px; margin: 0px 0px 0px 93px; border: 1px solid #c4c4c4; background-color: #f4f4ff }



/* CSSTerm.com Simple Horizontal DropDown CSS menu */

.drop_menu { background:#000000; padding:0;

       margin:0;

list-style-type:none; height:47px; } .drop_menu li { float: left; width: 166px; text-align: center; text-transform: uppercase;}

.drop_menu li a {


padding:15px 20px; display:block; color:#fff; text-decoration:none; font:14px arial, verdana, sans-serif; }

/* Submenu */ .drop_menu ul { position:absolute; left:-9999px; top:-9999px; list-style-type:none; } .drop_menu li:hover { position:relative; background:#000fff; } .drop_menu li:hover ul { left:0px; top:42px; background:#000000; padding:0px; }

.drop_menu li:hover ul li a { padding:0px; display:block; width:166px; text-indent:5px; background-color:#000000; } .drop_menu li:hover ul li a:hover { background:#000fff; }