Team:Peking/BannerHidden

From 2010.igem.org

(Difference between revisions)
(New page: <html> <head> <style> .firstHeading{ display: none; position: absolute; } div#contentSub{ display: none; position: absolute; } div#top-section{ background: url(http:...)
 
(37 intermediate revisions not shown)
Line 2: Line 2:
<head>
<head>
<style>
<style>
-
 
-
.firstHeading{
 
-
    display: none;
 
-
    position: absolute;
 
-
}
 
div#contentSub{
div#contentSub{
Line 12: Line 7:
     position: absolute;
     position: absolute;
}
}
-
 
div#top-section{
div#top-section{
-
     background: url(https://static.igem.org/mediawiki/2010/6/67/Background2.jpg) repeat top left;;
+
     background: url() no repeat;
 +
    background-color:#E6E6E6;
 +
    color: #D1E9E9;
     height: 20px;
     height: 20px;
     width:  100%;
     width:  100%;
-
     border: 0;
+
     border: 0px;
}
}
 +
div#p-logo{
div#p-logo{
Line 26: Line 23:
     position: relative;
     position: relative;
     top: 0;
     top: 0;
 +
    font-color: #D1E9E9;
}
}
div#menubar .selected a{
div#menubar .selected a{
-
     color: #00009f;
+
     color: #CDCD9A;
}
}
.left-menu{
.left-menu{
Line 38: Line 36:
     top: 0;
     top: 0;
}
}
 +
div#search-controls{
div#search-controls{
 +
    display: none;
     position: absolute;
     position: absolute;
     float: right;
     float: right;
-
     top: 20px;
+
     top: 0px;
     right: 20px;
     right: 20px;
     background: url("") no-repeat;
     background: url("") no-repeat;
Line 47: Line 47:
     height: 25px;
     height: 25px;
}
}
-
#searchInput{
+
#mw-searchButton{
-
    border: none;
+
-
    background: none;
+
-
    width: 90px;
+
-
    left: 0;
+
-
    top: 0;
+
-
    height: 25px;
+
-
    position: absolute;
+
-
    padding: 0px 5px !important; padding: 5px 5px 5px 5px;
+
-
}
+
-
#searchGoButton{
+
     display: none;
     display: none;
-
}
 
-
#mw-searchButton{
 
     border: none;
     border: none;
     background: none;
     background: none;
Line 75: Line 63:
     margin: 0;
     margin: 0;
}
}
-
 
+
#content h1.firstHeading {display: none;}
</style></head>
</style></head>
 +
</html>

Latest revision as of 07:36, 17 October 2010