Team:SYSU-Software/menu

From 2012.igem.org

(Difference between revisions)
(Created page with "<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <style> #top-section{ position: absolute; width: 100%; height: 0; border: none; font-siz...")
Line 3: Line 3:
<style>
<style>
-
#top-section{
+
.firstHeading {
-
     position: absolute;
+
     margin-bottom: 0.1em;
-
    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 #search-controls,
+
-
#content h1.firstHeading,
+
-
#content #bodyContent #contentSub,
+
-
#content #bodyContent p,    /* holly crap, they have p element for script tag and no id and no class... */
+
-
#catlinks{
+
     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;
 
}
}
</style>
</style>

Revision as of 14:25, 15 September 2012