Team:York/Cake

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
<html><head>
<html><head>
<style>
<style>
-
p-logo, search-controls{
+
/***
-
visibility: hidden;
+
Minimal header: removes the search bar and header image and readjusts font colours in the menus.
 +
 
 +
Thanks a lot to the 2011 Brown-Stanford and 2012 Lethbridge iGEM teams for snippets of their code!
 +
Check out their wikis at:
 +
https://2011.igem.org/Team:Brown-Stanford
 +
https://2012.igem.org/Team:Lethbridge
 +
***/
 +
 
 +
#content h1.firstHeading {
 +
visibility:hidden;
}
}
 +
 +
#content{
 +
border-left: 0px solid rgb(68, 68, 68);
 +
border-right: 0px solid rgb(68, 68, 68);
 +
        width: 1277px;
 +
}
 +
 +
#bodyContent{
 +
        margin: 0 auto;
 +
margin-top: 0px;
 +
        width: 1277px;
 +
        font-size: 14px;
 +
        -webkit-font-smoothing: antialiased !important;
 +
}
 +
 +
#p-logo {
 +
display: none;
 +
}
 +
#searchform {
 +
    display: none;
 +
}
 +
 +
.left-menu {
 +
background-color: #555;
 +
 +
}
 +
.left-menu a {
 +
    color: #000;
 +
}
 +
 +
#top-section{ /*the div containing the entire top bar*/
 +
height: 20px;
 +
margin-bottom: 0px !important;
 +
border: none;
 +
        width: 1277px;
 +
}
 +
 +
 +
#container{
 +
margin-top: 0px;
 +
}
 +
 +
#search-controls {
 +
overflow:hidden;
 +
display:none;
 +
background: none;
 +
position: absolute;
 +
top: 170px;
 +
right: 40px;
 +
}
 +
 +
 +
#header {
 +
width: 1277px;
 +
text-align: left;
 +
margin-left: auto;
 +
margin-right: auto;
 +
    margin-top: -45px;
 +
margin-bottom: 0px !important;
 +
}
 +
 +
#global-banner {
 +
margin-bottom: 1px;
 +
}
 +
 +
#menubar {
 +
position: absolute;
 +
background: none;
 +
color: black;
 +
}
 +
 +
.left-menu, .right-menu{
 +
position: absolute;
 +
background: none;
 +
color: black;
 +
}
 +
 +
.left-menu li a, .right-menu li a {
 +
color: #000 !important;
 +
}
 +
 +
 +
.left-menu ul li, .right-menu ul li a{
 +
background: none;
 +
color: #000 !important;
 +
}
 +
 +
.left-menu li a:hover, .right-menu li a:hover, .right-menu li a:visited, .right-menu li a:active {
 +
    color: #000 !important;
 +
}
 +
 +
#catlinks{
 +
display:none;
 +
}
 +
 +
/*important for background colours*/
 +
.mediawiki{
 +
background: #ffffff;
 +
}
 +
 +
#footer-box {
 +
        width: 1277px;
 +
        margin-top: 20px;
 +
        border-color: lightgrey;
 +
}
 +
     
 +
#footer-box a {
 +
        color: lightgrey;
 +
      }
 +
     
 +
#footer-box img {
 +
        opacity: 0.6;
 +
      }
 +
/* END MINIMAL HEADER */
</style></head>
</style></head>
<body>...Is a lie
<body>...Is a lie

Revision as of 13:18, 22 July 2014

...Is a lie