X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/79c1bd43280da948530b75e0036e181a39d1e5f1..c9e9855eb649e5b9237a81a6076ddd7fb30fe9e3:/www/css/phorkie.css diff --git a/www/css/phorkie.css b/www/css/phorkie.css index f752de7..d2b05c4 100644 --- a/www/css/phorkie.css +++ b/www/css/phorkie.css @@ -41,6 +41,10 @@ a.anchorlink { } } +.navbar + .container { + margin-top: 2ex; +} + .footer { margin-top: 36px; margin-bottom: 0px; @@ -50,6 +54,7 @@ a.anchorlink { } h1 { + margin-top: 0ex; margin-bottom: 0.5ex; } @@ -86,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; @@ -151,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; } @@ -176,3 +210,7 @@ form label.inline { .avatar-tiny { border-radius: 2px; } + +.forkdomain { + margin-left: 2ex; +} \ No newline at end of file