(Created page with " <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Variant HTML Builder by Medium Rare</title> <meta name="viewport" content="w...") |
|||
Line 1: | Line 1: | ||
<!doctype html> | <!doctype html> | ||
+ | |||
+ | <html> | ||
+ | |||
+ | |||
+ | <style> | ||
+ | |||
+ | /********************************* WIKI RESET ********************************/ | ||
+ | |||
+ | #sideMenu, #top_title {display:none;} | ||
+ | #content { padding:0px; width:100% !important;margin-top:2px; margin-left:0px ;font-family:"Raleway", Helvetica Neue, Helvetica, Arial, sans-serif; !important;} | ||
+ | body {background-color:white; font-family:"Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif; !important; } | ||
+ | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; font-family:"Raleway", Helvetica Neue, Helvetica, Arial, sans-serif; !important; } | ||
+ | |||
+ | |||
+ | </style> | ||
+ | |||
<html lang="en"> | <html lang="en"> | ||
<head> | <head> |
Revision as of 05:56, 9 October 2016
<!doctype html>