|
|
|
@ -38,10 +38,10 @@ form {margin: 0; padding: 0}
|
|
|
|
|
.hitsgraph div div.barv.active { border-color: yellow; }
|
|
|
|
|
|
|
|
|
|
.switcher, h1 { text-align: center; display: block; }
|
|
|
|
|
.switcher a { color: blue; padding: 0 8px 0 8px; border: 1px solid white; border-bottom-color: black; }
|
|
|
|
|
.switcher a { color: blue; padding: 1px 8px 1px 8px; border: 1px solid white; border-bottom-color: black; text-decoration: none; }
|
|
|
|
|
.switcher a:hover.active
|
|
|
|
|
, .switcher a:active.active
|
|
|
|
|
, .switcher a.active { color: black; text-decoration: none; background: #99C; border-color: #99C; border-left-color: black; border-right-color: black; }
|
|
|
|
|
, .switcher a.active { color: black; background: #99C; border-color: #99C; border-left-color: black; border-right-color: black; }
|
|
|
|
|
.switcher a:hover { background: #f0f0f0; }
|
|
|
|
|
.switcher a:active { background: #e0e0e0; }
|
|
|
|
|
#help { display: block; float: right; }
|
|
|
|
|