19andersonn (Talk | contribs) (Blanked the page) |
19andersonn (Talk | contribs) |
||
Line 1: | Line 1: | ||
+ | <html> | ||
+ | <style> | ||
+ | /* Reset the wiki style by overriding with a reset stylesheet (written by Florian Albrecht) | ||
+ | the relevant wiki css rules are reset by using rules with higher priority */ | ||
+ | |||
+ | |||
+ | /* Start general reset ================================================== */ | ||
+ | |||
+ | html body { | ||
+ | font-size: inherit; | ||
+ | font-family: inherit; | ||
+ | background-color: transparent; | ||
+ | color: #595959; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | 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#p-logo { | ||
+ | height: auto; | ||
+ | position: static; | ||
+ | width: auto; | ||
+ | z-index: auto; | ||
+ | } | ||
+ | |||
+ | div#p-logo a, div#p-logo a:hover { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | div#menubar { | ||
+ | font-family: inherit; | ||
+ | font-size: inherit; | ||
+ | line-height: inherit; | ||
+ | position: static; | ||
+ | top: 0px; | ||
+ | #595959-space: normal; | ||
+ | width: auto; | ||
+ | z-index: auto; | ||
+ | } | ||
+ | |||
+ | div.left-menu, div.left-menu a { | ||
+ | color: #595959; | ||
+ | left: 0; | ||
+ | text-align: left; | ||
+ | text-transform: none; | ||
+ | } | ||
+ | |||
+ | div#menubar ul { | ||
+ | color: #595959; | ||
+ | list-style: disc outside none; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | div#menubar li { | ||
+ | cursor: auto; | ||
+ | display: list-item; | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | position: static; | ||
+ | } | ||
+ | |||
+ | div.left-menu li a { | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | div.left-menu:hover { | ||
+ | color: #595959; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | div.left-menu:hover a { | ||
+ | color: #595959; | ||
+ | } | ||
+ | |||
+ | div.right-menu, div.right-menu a { | ||
+ | color: #595959; | ||
+ | right: 0; | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | div.right-menu li a { | ||
+ | background-color: transparent; | ||
+ | color: #595959; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | div.right-menu li a:hover { | ||
+ | color: #595959; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | 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 { | ||
+ | |||
+ | color: #595959; | ||
+ | |||
+ | } | ||
+ | |||
+ | body li { | ||
+ | margin: 0; | ||
+ | } | ||
+ | |||
+ | body h1, body h2, body h3, body h4, body h5, body h6 { | ||
+ | background: transparent; | ||
+ | border: 0; | ||
+ | color: #595959; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | body .firstHeading { | ||
+ | margin: 0; | ||
+ | } | ||
+ | |||
+ | div#contentSub { | ||
+ | color: #595959; | ||
+ | font-size: inherit; | ||
+ | line-height: inherit; | ||
+ | margin: 0; | ||
+ | width: auto; | ||
+ | } | ||
+ | |||
+ | 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 { | ||
+ | color: #595959; | ||
+ | font-size: inherit; | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | div#f-poweredbyico, div#f-copyrightico { | ||
+ | float: none; | ||
+ | } | ||
+ | |||
+ | div#footer li { | ||
+ | margin: 0; | ||
+ | display: list-item; | ||
+ | } | ||
+ | </style> | ||
+ | <style> | ||
+ | #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: #595959; | ||
+ | text-align: left; | ||
+ | display: none; | ||
+ | z-index: 9996; | ||
+ | } | ||
+ | #content{ | ||
+ | width: 100%; | ||
+ | padding: 0px; | ||
+ | margin-left: 0px; | ||
+ | } | ||
+ | #top_title{ | ||
+ | overflow: hidden; | ||
+ | display: none; | ||
+ | } | ||
+ | #top_menu_14{ | ||
+ | height: 20px; | ||
+ | } | ||
+ | #top_menu_under{ | ||
+ | height: 0px; | ||
+ | } | ||
+ | #globalWrapper{ | ||
+ | padding-bottom: 20px; | ||
+ | } | ||
+ | #HQ_page p { | ||
+ | font-size: 16px; | ||
+ | } | ||
+ | </style> |
Revision as of 02:42, 25 June 2018