From d94370b05084f84c9e02ce273a8647c7d1f1fabb Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 27 Feb 2012 11:10:09 +0100 Subject: [PATCH] starting stats styles --- user/css/krtmn.css | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/user/css/krtmn.css b/user/css/krtmn.css index 6534291..7a3386f 100644 --- a/user/css/krtmn.css +++ b/user/css/krtmn.css @@ -303,6 +303,7 @@ input#copylink { table { border-spacing: 0; + width: 100%; } table.tblSorter thead th.header, @@ -357,6 +358,52 @@ table.tblSorter td.clicks { } +/* ============================================================== */ +/* Stats */ +/* ============================================================== */ + +h3 span.label { + width: 10em; + font-weight: normal; + font-size: .7em; +} + +#tabs ul#headers, +ul.toggle_display { + border-bottom: 1px solid #333; + box-shadow: 0 1px 0 rgba(255,255,255,.2); +} + +#tabs ul#headers li a, +#tabs ul#headers li a.selected, +#stats_lines li a, +#stats_lines li a.selected { + color: #28CBC3; + border: none; + background: transparent; + border-radius: 0; +} + +#tabs ul#headers li a.selected, +#stats_lines li a.selected, +#tabs ul#headers li a:hover { + background: rgba(255,255,255,.2); + color: rgba(0,0,0,0); +} + +#stats_lines li a.selected:hover { + background: rgba(255,255,255,.2); +} + +#tabs ul#headers { + float: none; + +} + +#tabs ul#headers li a h2 { + font-size: 1em; +} + /* ============================================================== */ /* Animations */