Team:NTU Taida/template/header

From 2014.igem.org

(Difference between revisions)
 
(7 intermediate revisions not shown)
Line 6: Line 6:
<style type="text/css">
<style type="text/css">
-
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear
+
#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;
 +
}
-
display:  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;
 +
}
-
/*-- hides default wiki settings --*/
+
#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;
 +
}
-
#top-section {
+
body {  
-
height: 0px;
+
background-color: #fff;
-
border-top: 0.5
+
-
border-left: none;
+
-
border-right: none;
+
}
}
-
 
Line 29: Line 45:
height: 90%;
height: 90%;
border: 0px;
border: 0px;
-
background-color: #4C4532;
+
background-color: transparent;
margin: 0px;
margin: 0px;
padding: 0px;
padding: 0px;
Line 37: Line 53:
-
html, body, .wrapper { /*-- changes default wiki settings --
+
html, body, .wrapper { /*-- changes default wiki settings --*/
-
 
+
-
*/
+
width: 100%;  
width: 100%;  
height: 100%;  
height: 100%;  
-
background-color: #4C4532;
+
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>
 
-
 
-
<style>
 
-
table,th,td
 
-
  {
 
-
  Background:#4C4532;
 
-
  }
 
</style>
</style>
-
</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 -->
 
-
<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>
</html>
-
-->
 

Latest revision as of 15:43, 11 October 2014