Team:GES NCSU Raleigh NC:Templates/CSS

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <head> <style type="text/css"> #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki setting...")
 
(25 intermediate revisions not shown)
Line 2: Line 2:
<head>
<head>
<style type="text/css">
<style type="text/css">
 +
 +
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/
Line 26: Line 28:
margin-left: -487px;
margin-left: -487px;
}
}
 +
 +
#bodyContent {
 +
width: 775px;
 +
margin: 0px auto;
 +
}
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
Line 52: Line 59:
border: 0px;
border: 0px;
background-color: transparent;
background-color: transparent;
-
margin: 0px;
+
 
-
padding: 0px;
+
}
}
html, body, .wrapper { /*-- changes default wiki settings --*/
html, body, .wrapper { /*-- changes default wiki settings --*/
-
width: 80%;  
+
width: 100%;  
height: 100%;  
height: 100%;  
-
background-color: transparent;
+
background-color: transparent;  
}
}
 +
#contentcontainer { /*-- creates container for all content on page --*/
#contentcontainer { /*-- creates container for all content on page --*/
Line 72: Line 79:
background-color: #transparent;  
background-color: #transparent;  
margin-top: 0px;  
margin-top: 0px;  
 +
        padding-left: 50px;
}
}
Line 96: Line 104:
-webkit-transition: .25s ease-in-out;
-webkit-transition: .25s ease-in-out;
}  
}  
 +
 +
#groupparts {
 +
    width: 100%;
 +
}
.sidemenu a.greyout { color: #909090; }
.sidemenu a.greyout { color: #909090; }
Line 212: Line 224:
</style>
</style>
-
</style>
+
 
 +
 
 +
 
 +
 
 +
</head>
</html>
</html>

Latest revision as of 19:12, 7 August 2014