Team:SYSU-Software/menu

From 2012.igem.org

(Difference between revisions)
Line 2: Line 2:
<style>
<style>
-
 
+
#top-section{
 +
    position: absolute;
 +
    width: 100%;
 +
    height: 0;
 +
    border: none;
 +
    font-size: 9px;
 +
    z-index: 10
 +
}
 +
#top-section #menubar.left-menu{
 +
    position: absolute;
 +
    top: 0; left: 0;
 +
    font-size: 9px;
 +
    z-index: 10
 +
}
 +
#top-section #menubar.right-menu{
 +
    position: absolute;
 +
    top: 0; right: 0;
 +
    font-size: 9px;
 +
    z-index: 10
 +
}
#top-section #p-logo,
#top-section #p-logo,
#top-section #search-controls,
#top-section #search-controls,
Line 11: Line 30:
     display: none;
     display: none;
}
}
 +
#globalWrapper,
 +
#globalWrapper #content{
 +
    background: none;
 +
    margin: 0;
 +
    padding: 0;
 +
    border: none;
 +
    width: auto;
 +
    font-size: 9px;
 +
}
 +
 +
#footer-box {
 +
border-top: 1px solid #E4E4E4;
 +
border-right: 0px;
 +
border-bottom: 0px;
 +
border-left: 0px;
 +
display: none;
 +
}
 +
 +
/* because I hide p element in #bodyContent */
 +
#content #bodyContent div p{
 +
    display: block;
 +
}
 +

Revision as of 14:57, 15 September 2012