Web
Analytics
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"

From Tally Hallmanac: The Ultimate Tally Hall Wiki
Jump to navigation Jump to search
m (Testing)
Tags: Mobile edit Mobile web edit Advanced mobile edit
m (The first if many mobile edits to come, I'm sure hehehe.)
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 6: Line 6:
}
}


/* Testing */
/* Tour Date Archive table colors for mobile */
tr:nth-child(even) {background: #CCC}
.showsTable tr:nth-child(even) {background: #DDD}
tr:nth-child(odd) {background: #FFF}
.showsTable tr:nth-child(odd) {background: #FFF}

Revision as of 12:11, 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}