Team:NTU Taida/template/header
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
+ | <html> | ||
+ | |||
+ | |||
+ | <!-- this section changes the default wiki template to a white full width background --> | ||
+ | |||
+ | <style type="text/css"> | ||
+ | |||
+ | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear | ||
+ | |||
+ | { | ||
+ | |||
+ | display: none; | ||
+ | |||
+ | } | ||
+ | |||
+ | /*-- hides default wiki settings --*/ | ||
+ | |||
+ | #top-section { | ||
+ | height: 0px; | ||
+ | border-top: 0.5 | ||
+ | border-left: none; | ||
+ | border-right: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | #globalWrapper, #content { /*-- changes default wiki settings --*/ | ||
+ | width: 100%; | ||
+ | height: 90%; | ||
+ | border: 0px; | ||
+ | background-color: #4C4532; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | html, body, .wrapper { /*-- changes default wiki settings -- | ||
+ | |||
+ | */ | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | background-color: #4C4532; | ||
+ | } | ||
+ | |||
+ | |||
+ | </style> | ||
+ | |||
+ | <style> | ||
+ | table,th,td | ||
+ | { | ||
+ | Background:#4C4532; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | </html> | ||
+ | |||
+ | |||
+ | <!-- | ||
<html> | <html> | ||
<!-- | <!-- | ||
Line 10: | Line 70: | ||
</body> | </body> | ||
</html> | </html> | ||
+ | --> |
Revision as of 15:02, 11 October 2014
<script src="http://www.kryogenix.org/code/browser/smoothscroll/smoothscroll.js" type="text/javascript"></script>
<link href='http://getbootstrap.com/2.3.2/assets/css/bootstrap-responsive.css' rel="stylesheet">
<link href='https://2014.igem.org/Team:NTU_Taida/template/css/remove?action=raw&ctype=text/css' rel='stylesheet'>
<body class="preview" data-spy="scroll" data-target=".subnav" data-offset="0" style="margin:0;padding:0;background-color: transparent;">
</body>
</html>
-->