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!
Line 4: | Line 4: | ||
/* ----------------- COLLAPSABLE TABLE ----------------- */ | /* ----------------- OLD COLLAPSABLE TABLE ----------------- */ | ||
Line 16: | Line 16: | ||
text-align: right; | text-align: right; | ||
width: auto; | width: auto; | ||
} | |||
/* ----------------- NEW COLLAPSABLE ELEMENT ----------------- */ | |||
.mw-customtoggle-myDivision .mw-customtoggle { | |||
font-size: x-large; | |||
color: #0645ad; | |||
background-color: #fffcdb; | |||
padding: 8px 8px 14px 8px; | |||
margin: 0px; | |||
border-top: 1px solid #bbbbbb; | |||
border-right: 1px solid #bbbbbb; | |||
border-left: 1px solid #bbbbbb; | |||
display: initial; | |||
} | |||
.mw-collapsible .mw-collapsed { | |||
width: 90%; | |||
text-align: left; | |||
padding: 30px; | |||
background-color: #fffcdb; | |||
border: 1px solid #bbbbbb; | |||
} | } | ||