Line 206: | Line 206: | ||
padding: 0; | padding: 0; | ||
} | } | ||
+ | |||
+ | #bodyContent em{} | ||
+ | #bodyContent b,strong { | ||
+ | font-weight: bold; | ||
+ | line-height: inherit; | ||
+ | color: #149375; | ||
+ | } | ||
+ | #bodyContent samp{} | ||
+ | #bodyContent kbd{} | ||
+ | #bodyContent mark{ | ||
+ | background-color: #149375; | ||
+ | padding: 0 5px; | ||
+ | border-radius: 10px; | ||
+ | color: white; | ||
+ | } | ||
+ | #bodyContent cite{} | ||
+ | #bodyContent dfn{} | ||
+ | |||
+ | #bodyContent abbr { | ||
+ | vertical-align: baseline; | ||
+ | font-size: inherit; | ||
+ | text-decoration: none; | ||
+ | color: rgba(0, 0, 0, 0.4); | ||
+ | } | ||
+ | #bodyContent abbr[title],.explain[title] { | ||
+ | border-bottom: none; | ||
+ | cursor: help; | ||
+ | } | ||
+ | |||
+ | #bodyContent pre { | ||
+ | white-space: pre-wrap; | ||
+ | background: rgba(158, 158, 158, 0.5); | ||
+ | padding: 20px; | ||
+ | width: 100%; | ||
+ | border: none; | ||
+ | line-height: 1.5; | ||
+ | } | ||
+ | #bodyContent code { | ||
+ | background: rgba(158, 158, 158, 0.5); | ||
+ | padding: 0 5px; | ||
+ | border-radius: 5px; | ||
+ | border:none; | ||
+ | } | ||
+ | #bodyContent pre code{ | ||
+ | background: none; | ||
+ | padding: 0; | ||
+ | border-radius: 0; | ||
+ | } | ||
+ | |||
+ | #bodyContent .flex-row-2{ | ||
+ | display:flex; | ||
+ | flex-direction: row; | ||
+ | } | ||
+ | #bodyContent .flex-row-2 div{ | ||
+ | display:flex; | ||
+ | flex-direction: column; | ||
+ | justify-content: center; | ||
+ | align-items: center; | ||
+ | width: 50%; | ||
+ | } | ||
+ | /************************************************************************ | ||
+ | Special Text | ||
+ | ************************************************************************/ | ||
+ | /* label */ | ||
+ | span.label { | ||
+ | display: inline-block; | ||
+ | padding: 0 6px; | ||
+ | border-radius: 20px; | ||
+ | white-space: nowrap; | ||
+ | cursor: default; | ||
+ | background: #149375; | ||
+ | color: #fefefe; | ||
+ | } | ||
/************************************************************************ | /************************************************************************ | ||
Tables | Tables | ||
Line 485: | Line 558: | ||
border: 3px solid black; | border: 3px solid black; | ||
color: black; | color: black; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
/************************************************************************ | /************************************************************************ |
Revision as of 09:23, 20 September 2017