html, body { height: 100%; margin: 0em; overflow: hidden; } .wmarkdown-web { position: relative; top: 0em; left: 0em; width: 100%; height: 100%; overflow: hidden; background-color: #EFEFEF; color: #222; } .wmarkdown-web, .wmarkdown-web input, .wmarkdown-web button, .wmarkdown-web select { font-family: "Roboto"; } .wmarkdown-web pre, .wmarkdown-web textarea, .wmarkdown-web .wmd-code-block, .wmarkdown-web .wmd-code-block ol > li::marker, .wmarkdown-web .wmd-code-doc > .description { font-family: "Roboto Mono"; } .wmarkdown-web [data-icon]::before { font-family: "FA6FR"; } .wmarkdown-web input, .wmarkdown-web button, .wmarkdown-web select, .wmarkdown-web textarea { font-size: 1em; } .wmarkdown-web [data-visible=false], .wmarkdown-web [data-hidden=true] { display: none; } .wmarkdown-web a[href] { text-decoration: none; word-break: break-word; } .wmarkdown-web a[href], .wmarkdown-web [onclick], .wmarkdown-web [onmouseover], .wmarkdown-web [onmousedown], .wmarkdown-web button, .wmarkdown-web [type=button], .wmarkdown-web [type=reset], .wmarkdown-web [type=submit] { cursor: pointer; transition-duration: 1s; } .wmarkdown-web a[href]:hover, .wmarkdown-web [onclick]:hover, .wmarkdown-web [onmouseover]:hover, .wmarkdown-web [onmousedown]:hover, .wmarkdown-web button:hover, .wmarkdown-web [type=button]:hover, .wmarkdown-web [type=reset]:hover, .wmarkdown-web [type=submit]:hover { transition-duration: 0.2s; } .wmarkdown-web a[href], .wmarkdown-web [onclick], .wmarkdown-web [onmouseover], .wmarkdown-web [onmousedown], .wmarkdown-web button, .wmarkdown-web [type=button], .wmarkdown-web [type=reset], .wmarkdown-web [type=submit] { color: #008844; transition-property: color; } .wmarkdown-web a[href]:hover, .wmarkdown-web [onclick]:hover, .wmarkdown-web [onmouseover]:hover, .wmarkdown-web [onmousedown]:hover, .wmarkdown-web button:hover, .wmarkdown-web [type=button]:hover, .wmarkdown-web [type=reset]:hover, .wmarkdown-web [type=submit]:hover { color: #880044; } .wmarkdown-web [onmouseover], .wmarkdown-web [onmousedown] { color: #115533; transition-property: color; } .wmarkdown-web [onmouseover]:hover, .wmarkdown-web [onmousedown]:hover { color: #551133; } .wmarkdown-web a[href], .wmarkdown-web [onclick] { transition-property: color; } .wmarkdown-web button, .wmarkdown-web [type=button], .wmarkdown-web [type=reset], .wmarkdown-web [type=submit] { border-color: 0.1em solid #008844; box-shadow: 0em 0em 0.4em #008844; transition-property: color,border-color,box-shadow; } .wmarkdown-web button:hover, .wmarkdown-web [type=button]:hover, .wmarkdown-web [type=reset]:hover, .wmarkdown-web [type=submit]:hover { border-color: 0.1em solid #880044; box-shadow: 0em 0em 0.4em #880044; } .wmarkdown-web .wmd-dictionary-item { color: #115533; } .wmarkdown-web .wmd-dictionary-item:hover { color: #551133; } .wmarkdown-web h2 { font-size: 2.6em; } .wmarkdown-web h3 { font-size: 2.2em; } .wmarkdown-web h4 { font-size: 1.8em; } .wmarkdown-web h5 { font-size: 1.4em; } .wmarkdown-web h6 { font-size: 1em; } .wmarkdown-web ul, .wmarkdown-web ol { padding: 0em 2em; } .wmarkdown-web header, .wmarkdown-web main, .wmarkdown-web footer { position: absolute; left: 0em; width: 100%; } .wmarkdown-web header, .wmarkdown-web footer { overflow: hidden; display: flex; flex-direction: row; box-shadow: 0em 0em 0.125em #EFEFEF, 0em 0em 0.25em #EFEFEF, 0em 0em 0.5em #EFEFEF, 0em 0em 1em #EFEFEF, 0em 0em 2em #EFEFEF; } .wmarkdown-web header > *, .wmarkdown-web footer > * { flex: auto; align-self: center; } .wmarkdown-web header { top: 0em; height: 4em; z-index: 20; } .wmarkdown-web header h1 { margin: .2em 1em; padding: 0em; font-size: 1em; text-wrap: nowrap; } .wmarkdown-web header h1 .image { height: 3.6em; } .wmarkdown-web header h1 img { width: auto; height: 3.6em; } .wmarkdown-web header h1 img + span { display: none; } .wmarkdown-web header h1 span + span { font-size: 3.4em; height: 0.9444444444em; } .wmarkdown-web header h1 a > span { display: inline-block; vertical-align: top; } .wmarkdown-web main { top: 4em; bottom: 2.5em; padding: 1% 2%; z-index: 10; overflow: auto; box-sizing: border-box; } .wmarkdown-web footer { bottom: 0em; height: 2.5em; z-index: 30; } .wmarkdown-web .main-menu { width: 25em; text-align: center; } .wmarkdown-web .main-menu ul { list-style-type: none; margin: 0em; padding: 0em; } .wmarkdown-web .main-menu li { display: inline-block; margin: 0em .6em; } .wmarkdown-web .licenses { display: flex; flex-direction: row; justify-content: center; position: absolute; left: 0em; bottom: 0em; width: 100%; text-align: center; padding: .1em .2em; font-weight: 900; font-size: .85em; box-sizing: border-box; } .wmarkdown-web .license { display: flex; flex-direction: row; align-self: center; margin: 0em .2em; text-align: center; box-sizing: border-box; } .wmarkdown-web .license span { flex: auto; align-self: center; } .wmarkdown-web .license > * { vertical-align: middle; } .wmarkdown-web .license img { width: auto; height: 2.5em; margin: .2em .2em; } .wmarkdown-web main { overflow: auto; } .wmarkdown-web footer > .licenses { font-size: .8em; } /*# sourceMappingURL=WMarkDown.web.css.map */