Line 1: | Line 1: | ||
<html> | <html> | ||
<style> | <style> | ||
− | |||
/* --------------- */ | /* --------------- */ | ||
/* common settings */ | /* common settings */ | ||
Line 403: | Line 402: | ||
.page{ | .page{ | ||
− | border-radius: | + | border-radius: 20px; |
− | + | padding: 1em 0; | |
background-color: #2e323e !important; | background-color: #2e323e !important; | ||
z-index: 2; | z-index: 2; | ||
Line 514: | Line 513: | ||
} | } | ||
− | . | + | .xjtutext.page .wrapper { |
+ | display: flex; | ||
+ | justify-content: center; | ||
+ | /* text-align: justify; */ | ||
+ | } | ||
+ | |||
+ | .highlight { | ||
+ | width: 95%; | ||
background-color: #3a3f4f; | background-color: #3a3f4f; | ||
padding: 10%; | padding: 10%; | ||
Line 1,152: | Line 1,158: | ||
border: solid 2px #2347a3; | border: solid 2px #2347a3; | ||
background-color: #2347a3; | background-color: #2347a3; | ||
+ | color: snow; | ||
+ | border-radius: 5px; | ||
padding: .5em; | padding: .5em; | ||
font-family: 'montserrat'; | font-family: 'montserrat'; | ||
Line 1,251: | Line 1,259: | ||
margin-bottom: -10px; | margin-bottom: -10px; | ||
} | } | ||
− | |||
</style> | </style> | ||
</html> | </html> |
Revision as of 02:19, 5 September 2021