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!

MediaWiki:Mobile.css

From Tally Hallmanac: The Ultimate Tally Hall Wiki
Revision as of 22:50, 26 March 2022 by Coz (talk | contribs) (added flexbox styles to mobile)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the mobile site */

@font-face {
    font-family: 'ddaftt-uppercaddafttuppercase';
    src: url('https://www.hiddeninthesand.com/fonts/ddaftt-u-webfont.woff2') format('woff2'),
         url('https://www.hiddeninthesand.com/fonts/ddaftt-u-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* --------------- 
End Of Imports 
---------------------*/

#firstHeading.firstHeading,
.page-heading h1
  {
    text-shadow: #ccc 2px 2px 5px;
    font-family: 'ddaftt-uppercaddafttuppercase','Roboto Condensed','Trebuchet MS', Verdana, Arial, Helvetica;
}



/* ----------------- FLEXBOXES GENERAL ----------------- */

.flexRowContainer {
	display: flex; 
	flex-basis: auto;
	flex-flow: row wrap;
	justify-content: center;
	}

.flexRowContainer .flexItem {
	flex: 0;
	text-align:center;
	padding:10px; 
	margin: 2px;
}

.flexRowContainer .flexItem .pageCreatorBox { }

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


/* ----------------- 
Mobile Collapsable Element
 ----------------- */



 footer > .post-content {
    overflow: auto;
    margin-top: 182px !important;
}