@import "./variables.less"; @import "./custom/blockquotes.less"; @import "./custom/helpers.less"; @import "./custom/navigation.less"; @import "./formats/asciidoc.less"; html { background-color: @bodyBackgroundColor; } body { color: @bodyTextColor; font-size: 16px; line-height: 1.4; text-align: justify; width: 100%; margin: 0; } small { font-size: 0.7em; } li p { margin: 0; } table { width: 100%; } figure.highlight, pre.highlight { border: 2px solid @blockBorderColor; background-color: @blockBackgroundColor; pre, pre.pygments { margin: 0; padding: 6px 6px; } .code-link { border-top: 1px dotted @blockBorderColor; padding: 3px 8px; text-align: right; } } code { padding: 2px; } div.container { max-width: @mainWidth; margin: 0 auto 0.5em auto; padding: 1em 2em 0 2em; } span.citneed{ vertical-align: top; font-size: 0.7em; padding-left: 0.3em; } p.text-center { text-align: center; } article { footer hr { width: 50% } } @media screen and (max-width: 500px) { body{ text-align: left; } div.fancyPositioning{ div.picture-left{ float: none; width: inherit; } div.tleft{ float: none; width: inherit; } } blockquote{ span{ width: 80%; } author{ padding-top: 1em; width: 80%; margin-left: 15%; &::before{ content: ""; margin-right: inherit; } } } }