starting stats styles

This commit is contained in:
Matthias Kretschmann 2012-02-27 11:10:09 +01:00
parent db97c7c296
commit d94370b050
1 changed files with 47 additions and 0 deletions

View File

@ -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 */