Template:Team:TPHS/Main

From 2014hs.igem.org

(Difference between revisions)
Line 24: Line 24:
<link href='http://fonts.googleapis.com/css?family=Antic+Slab' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Antic+Slab' rel='stylesheet' type='text/css'>
-
<!-- CSS -->
+
<!-- CSS for Browser Reset-->
-
<link href="https://2013.igem.org/Team:Calgary/StyleSheets/Reset?action=raw&ctype=text/css" rel="stylesheet">
+
<style>
 +
#top-section{
 +
height: 25px;
 +
margin-bottom: 0;
 +
border: none;
 +
background: #DBB435;
 +
width: 100%;
 +
position: fixed;
 +
top: 0;
 +
z-index: 10;
 +
}
 +
 
 +
#header {
 +
width: 975px;
 +
text-align: left;
 +
margin-left: auto;
 +
margin-right: auto;
 +
margin-bottom: 0;
 +
}
 +
 
 +
#p-logo {
 +
display: none;
 +
}
 +
 
 +
#search-controls {
 +
overflow:hidden;
 +
display:none;
 +
background: none;
 +
position: absolute;
 +
top: 170px;
 +
right: 40px;
 +
}
 +
 
 +
#searchform {
 +
    display: none;
 +
}
 +
 
 +
.left-menu, .right-menu{
 +
position: absolute;
 +
background: none;
 +
color: black;
 +
margin-top: 4px;
 +
}
 +
 
 +
.left-menu a, .left-menu li {
 +
    color: #000000;
 +
}
 +
 
 +
.left-menu ul:hover a {
 +
color: #000000;
 +
}
 +
 
 +
.left-menu ul li, .right-menu ul li a {
 +
background: none;
 +
color: #000000;
 +
}
 +
 
 +
.left-menu li a:hover, .right-menu li a:hover, .left-menu li:hover, .right-menu li:hover {
 +
    color: #000000;
 +
}
 +
 
 +
#top-section div#menubar.left-menu ul li:nth-child(7) {
 +
display: none;
 +
}
 +
 
 +
.left-menu ul:hover, .right-menu ul:hover {
 +
background: #737373;
 +
color: #000000;
 +
}
 +
 
 +
#content{
 +
margin-top: -13px;
 +
padding: 0;
 +
border: 0;
 +
}
 +
 
 +
.firstHeading {
 +
visibility:hidden;
 +
display:none;
 +
}
 +
 
 +
#catlinks{
 +
display:none;
 +
}
 +
 
 +
#menubar ul:hover {
 +
color: transparent;
 +
}
 +
/*important for background colours*/
 +
.mediawiki{
 +
background: #ffffff;
 +
}
 +
 
 +
#footer-box {
 +
display: none;
 +
}
 +
/*End minimal header*/
 +
 
 +
/* reset browser styles */
 +
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
 +
address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup,
 +
tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
 +
thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu,
 +
nav, output, ruby, section, summary, time, mark, audio, video {
 +
margin: 0;
 +
padding: 0;
 +
border: 0;
 +
font-size: 16px;
 +
vertical-align: baseline;
 +
}
 +
 
 +
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 +
display: block;
 +
}
 +
 
 +
body {
 +
line-height: 1.2;
 +
}
 +
 
 +
table {
 +
border-collapse: collapse;
 +
border-spacing: 0;
 +
}
 +
 
 +
ol {
 +
padding-left: 1.4em;
 +
list-style: decimal;
 +
}
 +
 
 +
ul {
 +
padding-left: 1.4em;
 +
list-style: square;
 +
}
 +
 
 +
blockquote, q {
 +
quotes: none;
 +
}
 +
 
 +
blockquote:before, blockquote:after, q:before, q:after {
 +
content: '';
 +
content: none;
 +
}
 +
 
 +
* {
 +
box-sizing: border-box;
 +
-moz-box-sizing: border-box;
 +
}
 +
/* end reset browser styles */
 +
 
 +
</style>
<!-- CSS for Navigation Bar-->
<!-- CSS for Navigation Bar-->

Revision as of 23:50, 1 March 2014