Difference between revisions of "Team:ASIJ Tokyo/CSS"

Line 1: Line 1:
 
<html>
 
<html>
 
<style>
 
<style>
 +
 +
//Override iGEM wiki settings
 +
#sideMenu,
 +
#top_title {
 +
    display: none;
 +
}
 +
 +
#content {
 +
    width: 100vw;
 +
    padding: 0px;
 +
    border: none;
 +
    color: black;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
    background-color: #fff;
 +
    position: relative;
 +
}
 +
 +
#globalWrapper {
 +
    font-size: inherit;
 +
    padding-bottom: 0;
 +
}
 +
 +
#top_menu_under {
 +
    height: 0px;
 +
}
 +
 +
ul {
 +
    list-style-image: none; //removes the iGEM wiki bullets
 +
}
 +
  
 
/* Structure ================================================== */
 
/* Structure ================================================== */

Revision as of 11:02, 12 October 2018