X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/dda0b5ec6258b94fdd6cdec81eccba3f2b9513a0..85d12ec744c29a53acd22f6476994cd16ccc16bf:/www/css/phinde.css diff --git a/www/css/phinde.css b/www/css/phinde.css index a25aa31..66ec6d0 100644 --- a/www/css/phinde.css +++ b/www/css/phinde.css @@ -6,6 +6,17 @@ margin-bottom: 1ex; } +a.disguised { + color: inherit; +} + +/* bootstrap 2.1.1 does not have this style, 2.3.2 would have it */ +.pagination ul > .active > a, +.pagination ul > .active > a:hover { + background-color: #0088cc; + color: #FFF; +} + .hits { list-style-type: none; margin-left: 0px; @@ -31,4 +42,14 @@ .resultinfo { margin-top: 1ex; margin-bottom: 2ex; -} \ No newline at end of file +} + +.hit-chat .meta { + margin-left: 3ex; +} +.hit-chat .date { + color: inherit; +} +.hit-chat .meta { + opacity: 0.5; +}