Difference between revisions of "Team:NYU Abu Dhabi"

Line 8: Line 8:
 
         <meta name="author" content="">
 
         <meta name="author" content="">
 
         <title>NYU Abu Dhabi</title>
 
         <title>NYU Abu Dhabi</title>
 +
//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
 +
}
 +
 +
.MathJax nobr>span.math>span {
 +
    border-left-width: 0 !important;
 +
}
 +
 +
  
 
         <!-- Styles -->
 
         <!-- Styles -->

Revision as of 11:24, 4 June 2017

NYU Abu Dhabi //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 } .MathJax nobr>span.math>span { border-left-width: 0 !important; }