Join the HITS Discord and leave your suggestions for this wiki, talk about your edits, or just chat with fellow Tally Hall fans!
Difference between revisions of "MediaWiki:Mobile.css"
Jump to navigation
Jump to search
(Attempting to add collapsible elements into the mobile css.) Tags: Mobile edit Mobile web edit Advanced mobile edit |
m (Didn't work) Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
Line 13: | Line 13: | ||
/* ----------------- | /* ----------------- | ||
Mobile Collapsable Element | |||
----------------- */ | |||
Revision as of 16:26, 26 March 2022
/* CSS placed here will affect users of the mobile site */
footer > .post-content {
overflow: auto;
margin-top: 182px !important;
}
/* -----------
Tour Date Archive table colors for mobile
-------------*/
.showsTable tr:nth-child(even) {background: #DDD}
.showsTable tr:nth-child(odd) {background: #FFF}
/* -----------------
Mobile Collapsable Element
----------------- */