2,242
edits
Join the HITS Discord and leave your suggestions for this wiki, talk about your edits, or just chat with fellow Tally Hall fans!
m |
(trying new setlist method, styles) Tag: Reverted |
||
Line 92: | Line 92: | ||
} | } | ||
/* ----- TESTING ------- */ | |||
div.setListBody { | |||
margin-top: 10px; | |||
border: 1px solid black; | |||
width: 200px; | |||
height: auto; | |||
padding: 5px; | |||
display:none; | |||
} | |||
input.setListTrigger:checked + label + div.setListBody { display: block; } | |||
input.setListTrigger + label:before { content: "See "; } | |||
input.setListTrigger:checked + label:before { content: "Hide "; } | |||
.setListElement label { | |||
background-color: #dadada; | |||
box-shadow: inset 0 2px 3px rgba(255,255,255,0.2), inset 0 -2px 3px rgba(0,0,0,0.2); | |||
border-radius: 4px; | |||
font-size: 16px; | |||
display: inline-block; | |||
padding: 2px 5px; | |||
cursor: pointer; | |||
} | |||
/* ------ END TEST ------ */ | |||
/* ---------------- TOURDATE ARCHIVE TABLE -------------- */ | /* ---------------- TOURDATE ARCHIVE TABLE -------------- */ |