Team:NTU Taida/template/header

From 2014.igem.org

(Difference between revisions)
 
(21 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
-
<link href='https://2014.igem.org/Team:NTU_Taida/template/css/bootstrap?action=raw&ctype=text/css' rel="stylesheet">
+
 
-
<script src="http://www.kryogenix.org/code/browser/smoothscroll/smoothscroll.js" type="text/javascript"></script>
+
 
-
<!-- for mobile devices -->
+
<!-- this section changes the default wiki template to a white full width background -->
-
<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'>
+
<style type="text/css">
-
<body class="preview" data-spy="scroll" data-target=".subnav" data-offset="0" style="margin:0;padding:0">
+
 
-
</body>
+
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear{
 +
/*-- hides default wiki settings --*/
 +
        display:  none;
 +
}
 +
 
 +
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
 +
        height: 0px;
 +
        border-top: 0.5
 +
        border-left: none;
 +
        border-right: none;
 +
}
 +
 
 +
 
 +
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
 +
background-color: #383838;
 +
height: 14px;
 +
display: block;
 +
z-index: 10;
 +
position: fixed;
 +
width: 100%;
 +
top: 0;
 +
}
 +
 
 +
#menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover, #menubar:hover {
 +
/*-- styling for default menu bar links (edit, page, history, etc.) --*/
 +
color: #fff;
 +
text-decoration: none;
 +
background-color: transparent;
 +
}
 +
 
 +
body {
 +
background-color: #fff;
 +
}
 +
 
 +
 
 +
#globalWrapper, #content { /*-- changes default wiki settings --*/
 +
width: 100%;
 +
height: 90%;
 +
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: Arial, Helvetica, sans-serif;
 +
font-weight: normal;
 +
font-size: 14px;
 +
color: #414141;
 +
width: 960px;
 +
margin-left: auto;  
 +
margin-right: auto;
 +
background-color: #transparent;
 +
margin-top: 0px;
 +
}
 +
 
 +
 
 +
</style>
 +
 
</html>
</html>

Latest revision as of 15:43, 11 October 2014