X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/64ff825aec91fd0f914d05cf17cd299be83b165c..f54be9a638c1f0d8f6a04bc2e0b8e0eb0731a720:/www/phorkie.css diff --git a/www/phorkie.css b/www/phorkie.css index d6d1173..c8d8dce 100644 --- a/www/phorkie.css +++ b/www/phorkie.css @@ -1,4 +1,9 @@ /* show IDs for anchors */ +a.anchorlink:before { + font-size: smaller; + content: '_'; + color: transparent; +} h1[id]:hover a.anchorlink:before, h2[id]:hover a.anchorlink:before, h3[id]:hover a.anchorlink:before, @@ -14,3 +19,92 @@ a.anchorlink { margin-left: 0.5em; font-size: smaller; } +.navbar .brand { + /*float: right;*/ + color: #DDA; + text-shadow: 0 0 30px rgba(255, 255, 255, .9); +} +.navbar .brand:hover { + color: #FFA; +} + +.navbar .container { + width: 940px; +} +.footer { + margin-top: 36px; + margin-bottom: 0px; + border-top: 1px solid #DDD; + color: #999; + text-align: center; +} + +h1 { + margin-bottom: 0.5ex; +} + +.repo-info { + margin-bottom: 2em; +} +.file .header { + padding: 1.0ex; + margin-bottom: 1em; + background-color: whiteSmoke; + border: 1px solid #EEE; + border: 1px solid rgba(0, 0, 0, 0.05); + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; +} +.file .header .btn-mini { + margin-left: 2px; +} +.file .code { + margin-left: 2em; +} +.file .image { + margin-bottom: 2ex; +} + +div.annotations div.alert { + margin-bottom: 1ex; +} + +ul.history li { + padding-left: 2px; + padding-bottom: 1px; +} +ul.history li.active { + background-color: #EEE; + border-radius: 3px; +} +ul.history a.hash { + font-family: monospace; +} + + +ul.pager { + margin-top: 2ex; +} + +form textarea.content { + width: 100%; + box-sizing: border-box; + font-family: monospace; +} +form .allwidth { + box-sizing: border-box; +} +form .allwidth label { + width: 20%; + float: left; +} +form input#description { + box-sizing: border-box; + height: 2em; + width: 100%; +} + +form label.inline { + display: inline; +} \ No newline at end of file