|
|
@@ -1,3 +1,7 @@ |
|
|
|
body { |
|
|
|
font-size: 1.75em; |
|
|
|
} |
|
|
|
|
|
|
|
footer hr { |
|
|
|
border-width: 0; |
|
|
|
border-top: 1px solid lightgray; |
|
|
@@ -148,8 +152,25 @@ footer a, footer a:visited { |
|
|
|
|
|
|
|
.player-body { |
|
|
|
display: none; |
|
|
|
margin-left: 2ex; |
|
|
|
} |
|
|
|
|
|
|
|
.player-summary { |
|
|
|
padding-left: 3ex; |
|
|
|
text-indent: -3ex; |
|
|
|
} |
|
|
|
|
|
|
|
.player-visible:checked ~ .player-body { |
|
|
|
display: block; |
|
|
|
} |
|
|
|
|
|
|
|
select { |
|
|
|
-webkit-appearance: none; |
|
|
|
-moz-appearance: none; |
|
|
|
appearance: none; |
|
|
|
} |
|
|
|
select, option { |
|
|
|
font-size: inherit; |
|
|
|
padding: 0; |
|
|
|
margin: 0; |
|
|
|
} |