Difference between revisions of "Template:HSNU-TAIPEI/css/main"
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style> | <style> | ||
+ | |||
+ | /* Adjust Wiki */ | ||
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { | #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { | ||
display:none; | display:none; | ||
Line 6: | Line 8: | ||
#top-section { | #top-section { | ||
− | + | border: none; | |
− | + | height: 0px; | |
} | } | ||
#content { | #content { | ||
− | + | margin: 0; | |
+ | padding: 0; | ||
+ | width: 100%; | ||
+ | border: none; | ||
} | } | ||
+ | #globalWrapper { | ||
+ | width: 100%; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | #bodyContent { | ||
+ | margin-top: -8px; | ||
+ | } | ||
+ | |||
+ | #top_menu_under { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | /* GENERAL */ | ||
* { | * { | ||
− | + | box-sizing: border-box; | |
} | } | ||
+ | #globalWrapper, | ||
html, | html, | ||
body, | body, | ||
.wrapper { | .wrapper { | ||
− | + | height: 100%; | |
+ | font-size: 1rem; | ||
} | } | ||
.wrapper { | .wrapper { | ||
− | + | background: rgb(250, 250, 250); | |
− | + | width: 100%; | |
} | } | ||
.main-content { | .main-content { | ||
− | + | width: 80%; | |
− | + | margin: 0 auto; | |
− | + | padding: 5%; | |
} | } | ||
.main-content h1 { | .main-content h1 { | ||
− | + | font-weight: bold; | |
− | + | font-size: 4em; | |
− | + | text-align: center; | |
− | + | margin: 0 auto 30px; | |
+ | border: none; | ||
} | } | ||
.sec { | .sec { | ||
− | + | width: 100%; | |
} | } | ||
.sec h2 { | .sec h2 { | ||
− | + | font-weight: bold; | |
− | + | border-bottom: 2px solid #aaa; | |
} | } | ||
.sec p { | .sec p { | ||
− | + | font-size: 1.25em; | |
− | + | line-height: 1.5; | |
} | } | ||
+ | |||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 13:26, 3 April 2015