X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/9cd731256b243511a3a1a1fcec76a1d5f27eb6d3..c9e9855eb649e5b9237a81a6076ddd7fb30fe9e3:/www/css/phorkie.css diff --git a/www/css/phorkie.css b/www/css/phorkie.css index edebe1c..d2b05c4 100644 --- a/www/css/phorkie.css +++ b/www/css/phorkie.css @@ -91,6 +91,29 @@ h1 { .file .image { margin-bottom: 2ex; } +.file > .document { + margin-left: 1em; +} + +.code pre { + border: none; + background-color: inherit; + word-break: normal; + word-wrap: normal; + white-space: pre; + color: black; + font: normal normal 1em/1.2em monospace; + padding: 0px; + margin: 0px; + margin-bottom: 2ex; +} +.code { + overflow-x: auto; +} +.code .ln pre { + margin-right: 1ex; + color: #DDD; +} div.annotations div.alert { margin-bottom: 1ex; @@ -156,6 +179,12 @@ form label.inline { margin-left: 8em; } +input.fullwidthtext { + width: 100%; + box-sizing: border-box; + height: auto; +} + .btn [class^="icon-"], .btn [class*=" icon-"] { line-height: 1.1em; }