/* Spell-Checker.. */ .spelling { border: 1px dashed %%h3_color%%; padding: .5rem 1rem .5rem 1rem; margin: 2rem 0; } #nosuggest { float: right; text-align: right; padding: .25rem 1rem 0 .25rem; } .spelling h4 { /* h4 for header value, not style */ font-size: 2rem; color: %%h3_color%%; position: relative; margin-bottom: 1rem; top: -1rem; padding-top: 1rem; margin-bottom: -0.75rem; } .spell-options { padding-right: 1rem; border: 1px dashed %%h3_color%%; margin-top: .75rem; margin-bottom: .75rem; text-align: justify; float: left; font-size: small; } #checkspellinputs { padding: .25rem 0 .25rem 1rem; } #checkspellinputs label { /* vertical-align: top;*/ } #checkspelling { margin: 1rem 0 1rem 1rem; } .spell-option-label { font-size: larger; font-weight: 600; } .option-label { font-size: small; } .word-suggestion, .word-suggestions { font-family: %%code_fonts%%; color: %%code_color%%; } .word-suggestion { font-size: %%textsize(-.4)%%; } .word-suggestions { font-weight: bold; font-size: %%textsize(-.3)%%; } .spelling-response { color: %%foot_color%%; font-size: %%textsize(-.2)%%; margin-top: 1.2rem; margin-bottom: 1.2rem; } .dubious-words { width: 100%; margin-left: 2.5rem; font-size: small; } .bad-word { font-family: %%code_fonts%%; font-weight: 600; } .spelling-report { font-family: %%code_fonts%%; font-size: 50%; float: right; margin: 4rem 2rem 0 0; } .ajax-word-action-link { padding-left: 2rem; font-size: x-small; cursor: move; padding-bottom: 2rem; } .find-replace { cursor: move; } /* spell-checker demo.. */ #spellchecker { width: 72%; margin-left: 6rem; margin-top: 6rem; } #spellchecker h1 { font-size: 200%; color: %%h3_color%%; } #corzspell { font-size:1.7rem; width: 100%; } #check-it { float: right; } .spelling-error { background-color: %%spelling_highlight%%; } /* menu switches here */ @media screen and (max-width: 800px) { #spellchecker { width: 90%; margin: 1rem auto; } #checkspelling { margin: 1rem auto; } #check-it { float: none; } .spell-options { float: none; width: 100%; } }