Keithaiken (Talk | contribs) |
Keithaiken (Talk | contribs) |
||
Line 1: | Line 1: | ||
<html> | <html> | ||
<head> | <head> | ||
− | |||
<style type="text/css"> | <style type="text/css"> | ||
− | + | /*Wiki Style Reset (From U of C). | |
− | + | Resets the wiki style by overriding with a reset stylesheet. The relevant wiki css rules are reset by using rules with higher priority. (Written by Florian Albrecht). Shoutout to the 2016 U of C wiki */ | |
− | + | /* Start general reset ================================================== */ | |
html body {font-size: inherit;font-family: inherit;background-color: #b0bec5;color: inherit;padding: 0;} | html body {font-size: inherit;font-family: inherit;background-color: #b0bec5;color: inherit;padding: 0;} | ||
div#globalWrapper {font-size: inherit;margin: 0;padding: 0;position: static;width: auto;} | div#globalWrapper {font-size: inherit;margin: 0;padding: 0;position: static;width: auto;} | ||
− | + | /* Start top-section reset ============================================== */ | |
div#top-section {border: 0;height: auto;margin: 0;position: static;width: auto;} | div#top-section {border: 0;height: auto;margin: 0;position: static;width: auto;} | ||
div#p-logo {height: auto;position: static;width: auto;z-index: auto;} | div#p-logo {height: auto;position: static;width: auto;z-index: auto;} | ||
Line 23: | Line 22: | ||
div.right-menu li a:hover {color: inherit;text-decoration: none;font-family: 'Roboto', sans-serif;} | div.right-menu li a:hover {color: inherit;text-decoration: none;font-family: 'Roboto', sans-serif;} | ||
div#search-controls {background-color: transparent;height: auto;position: static;right: 0;text-align: left;top: 0;width: auto;z-index: auto;} | div#search-controls {background-color: transparent;height: auto;position: static;right: 0;text-align: left;top: 0;width: auto;z-index: auto;} | ||
− | + | /* Start content reset ================================================== */ | |
div#content {background: transparent;border: 0;color: inherit;line-height: inherit;margin: 0;padding: 0;position: static;width: auto;z-index: auto;} | div#content {background: transparent;border: 0;color: inherit;line-height: inherit;margin: 0;padding: 0;position: static;width: auto;z-index: auto;} | ||
a:link, a:hover, a:active, a:visited{color: white; text-decoration: none;font-family: 'Roboto', sans-serif;} | a:link, a:hover, a:active, a:visited{color: white; text-decoration: none;font-family: 'Roboto', sans-serif;} | ||
Line 31: | Line 30: | ||
div#contentSub {color: inherit;font-size: inherit;line-height: inherit;margin: 0;width: auto;} | div#contentSub {color: inherit;font-size: inherit;line-height: inherit;margin: 0;width: auto;} | ||
div#catlinks {background-color: transparent;border: 0;clear: both;margin: 0;padding: 0;} | div#catlinks {background-color: transparent;border: 0;clear: both;margin: 0;padding: 0;} | ||
− | + | /* Start footer reset =================================================== */ | |
div#footer-box {background-color: transparent;border: 0;margin: 0;padding: 0;width: auto;} | div#footer-box {background-color: transparent;border: 0;margin: 0;padding: 0;width: auto;} | ||
div#footer {color: inherit;font-size: inherit;text-align: left;} | div#footer {color: inherit;font-size: inherit;text-align: left;} | ||
div#f-poweredbyico, div#f-copyrightico {float: none;} | div#f-poweredbyico, div#f-copyrightico {float: none;} | ||
div#footer li {margin: 0;display: list-item; font-family: 'Roboto', sans-serif;} | div#footer li {margin: 0;display: list-item; font-family: 'Roboto', sans-serif;} | ||
− | |||
− | + | /*SideMenu for iGEM Stuff*/ | |
− | + | /*#sideMenu{width: 200px;position: absolute;top: 20px;left: 1020px;z-index: 10;padding-top: 0px;padding-bottom: 15px;padding-left: 15px;padding-right: 15px;background-color: white;text-align: left;display: none;z-index: 9996;} | |
− | + | ||
#content{width: 100%;padding: 0px;margin-left: 0px;} | #content{width: 100%;padding: 0px;margin-left: 0px;} | ||
#top_title{overflow: hidden;display: none;} | #top_title{overflow: hidden;display: none;} | ||
#top_menu_14{height: 20px;} | #top_menu_14{height: 20px;} | ||
#top_menu_under{height: 0px;} | #top_menu_under{height: 0px;} | ||
− | #globalWrapper{padding-bottom: 200px;} | + | #globalWrapper{padding-bottom: 200px;}*/ |
− | </style> | + | |
+ | .projectDesc { | ||
+ | width: 50%; | ||
+ | margin: 0 auto; | ||
+ | } | ||
+ | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
− | <div> | + | <div id="projDesc"> |
+ | <div class="projectDesc"> | ||
<br><br> | <br><br> | ||
<h1>Lethbridge</h1> | <h1>Lethbridge</h1> | ||
<h3>Project Description: coming soon!</h3> | <h3>Project Description: coming soon!</h3> | ||
+ | </div> | ||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 03:56, 29 June 2017