Line 1: | Line 1: | ||
<html lang="en" class="no-js"> | <html lang="en" class="no-js"> | ||
− | <head> | + | //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; | ||
+ | } | ||
+ | <head> | ||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> |
Revision as of 11:17, 4 June 2017
//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; }