Line 6,763: | Line 6,763: | ||
/* CUSTOM IGEM FREIBURG 2017 CSS */ | /* CUSTOM IGEM FREIBURG 2017 CSS */ | ||
+ | |||
+ | //Override iGEM wiki settings (from https://2016.igem.org/Team:Peshawar/Wiki) | ||
+ | #sideMenu, | ||
#top_title { | #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 | ||
+ | } | ||
+ | |||
+ | //END OVERWRITE IGEM WIKI SETTINGS | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 17:38, 16 August 2017