X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/420d5eafc5dea742398bc3d24395aeac36831cf1..1c14a6bfb93c914374a6b2f96aec971f8c5b3053:/www/phorkie.css diff --git a/www/phorkie.css b/www/phorkie.css index 67c9297..882a2f7 100644 --- a/www/phorkie.css +++ b/www/phorkie.css @@ -21,8 +21,11 @@ a.anchorlink { } .navbar .brand { /*float: right;*/ - color: yellow; - text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 0 30px rgba(255, 255, 255, .125); + color: #DDA; + text-shadow: 0 0 30px rgba(255, 255, 255, .9); +} +.navbar .brand:hover { + color: #FFA; } .file { @@ -49,6 +52,7 @@ ul.pager { form textarea.content { width: 100%; box-sizing: border-box; + font-family: monospace; } form .allwidth { box-sizing: border-box; @@ -61,4 +65,8 @@ form input#description { box-sizing: border-box; height: 2em; width: 100%; +} + +form label.inline { + display: inline; } \ No newline at end of file