mirror of
https://github.com/kremalicious/krtmn.git
synced 2024-12-22 01:03:28 +01:00
starting stats styles
This commit is contained in:
parent
db97c7c296
commit
d94370b050
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user