Template:Bckghider

From 2013.igem.org

(Difference between revisions)
(Created page with "<html> <style> #top-section { height: 0px; width: 100%; } #p-logo { display: none; } #top { display: none; } #search-controls { display: none } </style> </html>")
Line 1: Line 1:
<html>
<html>
<style>
<style>
-
#top-section
+
#globalwrapper {
-
{
+
    width:1000px;
-
  height: 0px;
+
    padding:0px 0px;
-
  width: 100%;
+
    margin: 0 auto;
 +
    background-color: #BABABA;
 +
    background-attachment: fixed;
 +
    background-position: center;
 +
    background-size:100% 100%;
}
}
 +
 +
body {
 +
    background: #CECECE;
 +
    background-image:url('https://static.igem.org/mediawiki/2012/d/d3/Uiucbackground10.png');
 +
    background-attachment: fixed;
 +
    background-position: center;
 +
    height:100%;
 +
    background-size:100% 100%;
 +
}
 +
.firstHeading {
 +
    height:0px;
 +
    visibility:hidden;
 +
}
 +
#p-logo {
#p-logo {
-
  display: none;
+
    height:0px;
 +
    overflow:hidden;
 +
    display: none;
 +
}
 +
 
 +
#search-controls {
 +
display:none;
 +
margin-top:0px;
 +
}
 +
 
 +
#content{
 +
    visibility: hidden;
 +
}
 +
 
 +
#top-section {
 +
    background-image:url('https://static.igem.org/mediawiki/2012/e/e6/Newbanner6.png');
 +
    background-color:#151F4E;
 +
    background-position: top;
 +
    width:1000px;
 +
    height:219px;
 +
    background-repeat: no-repeat;
 +
    border-width:0px;
 +
    border-top-width:0px;
 +
    -webkit-box-shadow: 0 8px 6px -6px black;
 +
    -moz-box-shadow: 0 8px 6px -6px black;
 +
    box-shadow: 0 8px 6px -6px black;
 +
    border: 10px solid rgba(255, 255, 255,0.7);
 +
    background-clip: padding-box;
 +
    margin-top: -10px;
 +
    margin-bottom: -50px;
 +
}
 +
 
 +
 
 +
#menubar {
 +
    color: white;
 +
    background-color: transparent;  
}
}
-
#top
+
#menubar ul li a {  
-
{
+
    color: white;
-
  display: none;
+
    background-color: transparent;
}
}
-
#search-controls
+
 
-
{
+
.right-menu li a {
-
  display: none
+
    color: white;
 +
    background-color: transparent;
}
}
</style>
</style>
</html>
</html>

Revision as of 23:48, 22 August 2013