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
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;
}

.alert {
    padding: 10px;
    background-color: #fef6e7;
    border: 1px solid #ffcc32;
    border-radius: 4px;
    border-left: 5px solid #ffcc32;
    margin: 10px 10px 30px 10px !important;
    display: block;
    text-align: center;
    color: #696767;
    font-style: italic;
    }
.alert-callout {
    padding: 10px;
    background-color: #e6e6e6;
    border: 1px solid #b2b2b2;
    border-radius: 4px;
    border-left: 5px solid #b2b2b2;
    margin: 10px 10px 30px 10px !important;
    display: block;
    color: #696767;
    width: 95%;
    }
p.alert-callout i {
    float: left;
    margin: 10px;
    }
    
.alert-major {
	padding: 10px;
    background-color: #e74844;
    border: 1px solid #890000;
    border-radius: 4px;
    border-left: 5px solid #890201;
    margin: 10px 10px 30px 10px !important;
    display: block;
    text-align: center;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    }

/* ----------------- 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 { }

.paypal_button_page {
    margin: 30px 10px 10px 10px;
    padding: 10px;
    text-align: center;
    background-color: #445971;
    color: #fff;
    border: 1px solid #000;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    word-wrap: break-word;
}

.randomPageHeading {
    display: block;
    padding: 2px 0px;
    font-weight: bold;
	}

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



/* ----------------- COLLAPSABLE ELEMENTS ----------------- */

.mw-collapsible.mw-collapsed {
 	width:50%; 
 	overflow:auto;
 	margin: 5px 0px;
    }

.mw-collapsible.mw-made-collapsible {
	margin-top: 20px;
    overflow:auto;
    } 
 
.setlistExpand {
	width:50%;
    }

.mw-customtoggle-tourDateHelp {
    font-size: x-large;
    color: #0645ad;
    padding: 8px;
    margin: 0px;
    border: 1px solid #ccc;
    border-bottom: none;
    background-color: #fef6e7;
    width: 98%;
    text-align: center;
    display: block;
    text-decoration: underline;
    }
    
div#mw-customcollapsible-tourDateHelp {
    width: 95%;
    margin-top:-15px;
    padding: 30px;
    background-color: #FEF6E7;
    border: 1px solid #ccc;
    border-top:none;
    }

.mw-collapsible li {
    line-height: 1.5em;
}

/* ----------------- 
 ----------------- */

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