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!
(slightly better yellow for song infobox and removed unnecessary individual infoxbox's heading_bigger bg color now that it's declared globally (hopefully)) |
(playing with collapsible styles, part 1) |
||
Line 19: | Line 19: | ||
#bodyContent a.image, | #bodyContent a.image, | ||
#bodyContent table a:first-child {border: none !important;} /* TAKING OFF LINE THROUGH TRANSPARENT IMAGE-LINKS */ | #bodyContent table a:first-child {border: none !important;} /* TAKING OFF LINE THROUGH TRANSPARENT IMAGE-LINKS */ | ||
.alert { | .alert { | ||
Line 44: | Line 30: | ||
} | } | ||
/* ----------------- | /* ----------------- COLLAPSABLE ELEMENTS ----------------- */ | ||
.mw-customtoggle { | |||
font-size: x-large; | font-size: x-large; | ||
color: #0645ad; | color: #0645ad; | ||
background-color: #fffcdb; | /*background-color: #fffcdb;*/ | ||
padding: | background-color: #fff; | ||
padding: 8px; | |||
margin: 20px 0px; | margin: 20px 0px; | ||
border | border: 1px solid #bbbbbb; | ||
display: initial; | display: initial; | ||
} | } | ||
/* | |||
.mw-content-ltr .mw-collapsible-toggle, .mw-content-rtl .mw-content-ltr .mw-collapsible-toggle { | .mw-content-ltr .mw-collapsible-toggle, .mw-content-rtl .mw-content-ltr .mw-collapsible-toggle { | ||
float: left; | float: left; | ||
} | } | ||
*/ | |||
.mw-collapsible-content #basicCollapsibleContent { | |||
width: 90%; | |||
padding: 15px; | |||
} | |||
.mw-collapsible-content #tourDateArchiveHelp { | |||
width: 90%; | |||
text-align: left; | |||
padding: 30px; | |||
background-color: #fffcdb; | |||
border: 1px solid #bbbbbb; | |||
} | |||
# | |||
width: 90%; | |||
text-align: left; | |||
padding: | |||
background-color: #fffcdb; | |||
border: 1px solid #bbbbbb | |||
} | |||
.mw-collapsible li { | .mw-collapsible li { |