User:Vinoo/2014Design6

From 2014.igem.org

(Difference between revisions)
m
m
Line 1: Line 1:
 +
{{CSS/Grid16}}
<html>
<html>
<style type="text/css">
<style type="text/css">
 +
 +
#contentSub, .firstHeading, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/
 +
 +
#menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover, #menubar:hover {color: #ccc; background-color: transparent;} /*-- styling for default menu bar links (edit, page, history, etc.) --*/
 +
 +
 +
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
 +
background-color: #ccc;
 +
border: 0 none;
 +
display: block;
 +
height: 14px;
 +
position: fixed;
 +
top: 0;
 +
width: 100%;
 +
z-index: 10;
 +
}
 +
 +
body { background-color: #fff;}
 +
 +
#globalWrapper, #content { /*-- changes default wiki settings --*/
 +
width: 100%;
 +
height: 100%;
 +
border: 0px;
 +
background-color: transparent;
 +
margin: 0px;
 +
padding: 0px;
 +
}
 +
 +
html, body, .wrapper { /*-- changes default wiki settings --*/
 +
width: 100%;
 +
height: 100%;
 +
background-color: transparent;
 +
}
 +
 +
#contentcontainer { /*-- creates container for all content on page --*/
 +
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
 +
font-weight: 200;
 +
font-size: 16px;
 +
color: #000;
 +
width: 960px;
 +
margin-left: auto;
 +
margin-right: auto;
 +
background-color: #transparent;
 +
margin-top: 70px;
 +
padding-bottom: 100px;
 +
}
 +
#loginBarContainer {  
#loginBarContainer {  

Revision as of 16:30, 27 January 2014