(Clean default template) |
|||
Line 10: | Line 10: | ||
//This Part for Content | //This Part for Content | ||
+ | |||
+ | @charset "utf-8"; | ||
+ | @media screen and (min-width:768px){ | ||
+ | |||
+ | body { | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | width:100%; | ||
+ | font-family: Trebuchet MS; | ||
+ | height: 100%; | ||
+ | } | ||
+ | .s1 p{ | ||
+ | font-family: Trebuchet MS; | ||
+ | } | ||
+ | p,time{ | ||
+ | font-family: Georgia; | ||
+ | } | ||
+ | a{ | ||
+ | text-decoration: none; | ||
+ | color: inherit; | ||
+ | } | ||
+ | a:visited { | ||
+ | text-decoration: none; | ||
+ | color: inherit; | ||
+ | } | ||
+ | li{ | ||
+ | list-style-type: none; | ||
+ | } | ||
+ | .s0{ | ||
+ | height: 3rem; | ||
+ | } | ||
+ | |||
+ | } | ||
+ | |||
+ | @media screen and (max-width:768px){ | ||
+ | html{ | ||
+ | height: 100%; | ||
+ | width: 100%; | ||
+ | } | ||
+ | body { | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | font-family: Trebuchet MS; | ||
+ | height: 100%; | ||
+ | } | ||
+ | .s1 p{ | ||
+ | font-family: Trebuchet MS; | ||
+ | } | ||
+ | p,time{ | ||
+ | font-family: Georgia; | ||
+ | } | ||
+ | a{ | ||
+ | text-decoration: none; | ||
+ | color: inherit; | ||
+ | } | ||
+ | a:visited { | ||
+ | text-decoration: none; | ||
+ | color: inherit; | ||
+ | } | ||
+ | .s0{ | ||
+ | height: 4rem; | ||
+ | } | ||
+ | |||
+ | } |
Revision as of 10:58, 9 May 2018
//This Part for Cleaning Default Template
- home_logo, #sideMenu { display:none; }
html{width:100%;height:100%;background:white}
- globalWrapper,#HQ_page,#bodyContent,#mw-content-text{height:100%;}
- sideMenu, #top_title, .patrollink {display:none;}
- content { margin-left:0px; margin-top:-7px; padding:0px; width:100%;height:100%;}
body {background-color:white;height:100%;}
- bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
//This Part for Content
@charset "utf-8"; @media screen and (min-width:768px){
body { padding: 0; margin: 0; width:100%; font-family: Trebuchet MS; height: 100%; } .s1 p{ font-family: Trebuchet MS; } p,time{ font-family: Georgia; } a{ text-decoration: none; color: inherit; } a:visited { text-decoration: none; color: inherit; } li{ list-style-type: none; } .s0{ height: 3rem; }
}
@media screen and (max-width:768px){ html{ height: 100%; width: 100%; } body { padding: 0; margin: 0; font-family: Trebuchet MS; height: 100%; } .s1 p{ font-family: Trebuchet MS; } p,time{ font-family: Georgia; } a{ text-decoration: none; color: inherit; } a:visited { text-decoration: none; color: inherit; } .s0{ height: 4rem; }
}