Difference between revisions of "Template:NEU China A/css"

(Created page with "Clear the default wiki settings: #home_logo, #sideMenu { display:none; } #sideMenu, #top_title, .patrollink {display:none;} #content { width:100%; padding:0px; mar...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Clear the default wiki settings */
+
<html>
+
<style>
#home_logo, #sideMenu { display:none; }
+
    /* Clear the default wiki settings */
#sideMenu, #top_title, .patrollink {display:none;}
+
    #home_logo,
#content { width:100%; padding:0px; margin-top:-7px; margin-left:0px;}
+
    #sideMenu {
body {background-color:white; }
+
        display: none;
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
+
    }
 +
 
 +
    #sideMenu,
 +
    #top_title,
 +
    .patrollink {
 +
        display: none;
 +
    }
 +
 
 +
    #content {
 +
        width: 100%;
 +
        padding: 0px;
 +
        margin-top: -7px;
 +
        margin-left: 0px;
 +
    }
 +
 
 +
    body {
 +
        background-color: white;
 +
    }
 +
 
 +
    #bodyContent h1,
 +
    #bodyContent h2,
 +
    #bodyContent h3,
 +
    #bodyContent h4,
 +
    #bodyContent h5 {
 +
        margin-bottom: 0px;
 +
    }
 +
 
 +
    /* space */
 +
    .extra_space {
 +
        display: none
 +
    }
 +
 
 +
    /* menu */
 +
    .igem_2018_team_menu {
 +
        display: none!important
 +
    }
 +
 
 +
    .igem_2018_team_mobile_bar {
 +
        display: none!important
 +
    }
 +
</style>
 +
 
 +
</html>

Latest revision as of 07:01, 22 August 2018