Team:Northwestern/Templates/Reset

From 2014.igem.org

(Difference between revisions)
 
(9 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
-
<style type="text/css">
+
<head>
 +
<style>
-
/*Cleaning and Resetting the Background*/
+
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
-
* {
+
     display:none;}
-
    margin:0;
+
-
    padding:0;}
+
-
#top-section {
+
-
     height: 1px;
+
-
font: "Source Sans Pro", 12px, #000;}
+
-
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
+
/* Redesigning the topmenu */
-
background-color: transparent;
+
/***************************/
-
border: 0 none;
+
/* REMOVE IGEM STYLE */
-
height: 14px;
+
#search-controls {
-
z-index: 100;
+
  margin-top:30px;
-
top: 0;
+
}
-
position: fixed;
+
#footer-box, #siteSub, #search-controls, .firstHeading, #contentSub, #catlinks,  #p-logo {
-
width: 975px;  
+
  display:none;
-
left: 50%;  
+
}
-
margin-left: -487px;
+
#bodyContent a[href ^="mailto:"],
 +
.link-mailto {
 +
    background: none;
 +
    padding-right: 0;
 +
}
 +
#bodyContent a[href ^="https://"], .link-https {
 +
    background: none;
 +
    padding-right: 0;
 +
}
 +
#menubar {
 +
margin-left: 10px;
 +
background: none;
}
}
-
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
+
.right-menu li a, .left-menu li a {
-
background-color: transparent;
+
color: black;
-
height: 14px;
+
background-color: transparent;
-
display: block;
+
font-size: 10px;
-
z-index: 10;
+
font-weight: bold;
-
position: fixed;
+
}
-
width: 100%;
+
 
-
top: 0;
+
.right-menu li a:hover, .left-menu:hover a {
 +
color: #fff;
 +
}
 +
 
 +
#top-section {
 +
    height: 15px;
 +
background: none;
 +
border: none;
}
}
-
#p-logo {
 
-
    height:1px; overflow:hidden; display:none;}
 
-
#search-controls {
 
-
    display:none;}
 
-
#globalWrapper {
 
-
    background: #FFF;
 
-
    padding:0px;}
 
#content {
#content {
-
    border: 0px;
+
width: 100%;
-
    width: 100%;}
+
}
-
#catlinks {
+
-
    display:none;}
+
-
h1.firstHeading {
+
-
    display: none;}
+
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
-
    border-bottom: 0px;}
+
text-decoration: none;
-
p {
+
border: none;
-
    font-size: 16px;
+
}
-
    margin-bottom: 12px;}
+
-
body {
+
-
    font-family: "Trebuchet MS", Helvetica, sans-serif;
+
-
    margin: 0;
+
-
    padding: 0;}
+
-
.left-menu a {
+
-
    color: black; }
+
-
.left-menu:hover {
+
-
    color: black;
+
-
    background: transparent; }
+
-
.left-menu:hover a {
+
-
    color: black; }
+
-
.right-menu li a {
+
-
    background-color: transparent;
+
-
    color: black; }
+
</style>
</style>
-
<html>
+
</head>
 +
</html>

Latest revision as of 23:48, 11 September 2014