X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/38aa0dc6133ff53d20fd9f714eb380809c8dba67..808a3a5857c77ef99605fdfdde9b31b5c02e22c6:/www/css/phorkie.css diff --git a/www/css/phorkie.css b/www/css/phorkie.css index df829cd..e9bce5d 100644 --- a/www/css/phorkie.css +++ b/www/css/phorkie.css @@ -68,6 +68,9 @@ h1 { padding-bottom: 0px; } +.file { + margin-top: 2ex; +} .file .header { padding: 0ex 0ex 0ex 1ex; margin-bottom: 1em; @@ -91,6 +94,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 +182,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; } @@ -181,3 +213,7 @@ form label.inline { .avatar-tiny { border-radius: 2px; } + +.forkdomain { + margin-left: 2ex; +} \ No newline at end of file