(Replaced content with "<html> <head> <style> →Wiki CSS: #sideMenu, #top_title {display:none;} #content { padding:0px; width:100%; margin-top:-7px; margin-left:0px;} #bodyContent h1, #bod...") |
|||
Line 6: | Line 6: | ||
#sideMenu, #top_title {display:none;} | #sideMenu, #top_title {display:none;} | ||
#content { padding:0px; width:100%; margin-top:-7px; margin-left:0px;} | #content { padding:0px; width:100%; margin-top:-7px; margin-left:0px;} | ||
− | + | /* Page CSS */ | |
+ | * { | ||
+ | -webkit-box-sizing: border-box; | ||
+ | -moz-box-sizing: border-box; | ||
+ | box-sizing: border-box | ||
+ | } | ||
+ | /* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */ | ||
+ | html { | ||
+ | -ms-text-size-adjust: 100%; | ||
+ | -webkit-text-size-adjust: 100% | ||
+ | } | ||
+ | /* Standard */ | ||
+ | body { | ||
+ | background-color: #e6e6e6; | ||
+ | font-family: 'Roboto', sans-serif; | ||
+ | margin: 0px; | ||
+ | line-height: 1.5; | ||
+ | font-size: 15px; | ||
+ | } | ||
h1, | h1, | ||
h2, | h2, | ||
Line 17: | Line 35: | ||
margin: 0px; | margin: 0px; | ||
} | } | ||
− | + | h1 { | |
− | + | font-size: 36px | |
+ | } | ||
+ | h2 { | ||
+ | font-size: 30px | ||
+ | } | ||
+ | h3 { | ||
+ | font-size: 24px | ||
+ | } | ||
+ | h4 { | ||
+ | font-size: 20px | ||
+ | } | ||
+ | h5 { | ||
+ | font-size: 18px | ||
+ | } | ||
+ | h6 { | ||
+ | font-size: 16px | ||
+ | } | ||
+ | p, | ||
+ | a, | ||
+ | li { | ||
+ | padding-left: 3px; | ||
+ | padding-right: 3px; | ||
+ | } | ||
</style> | </style> | ||
</head> | </head> |
Revision as of 13:28, 4 July 2016