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
(Imported HITS font into stylesheet) Tags: Mobile edit Mobile web edit Advanced mobile edit |
(Hopefully nailed down the mobile name for the page heading this time.) Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
Line 13: | Line 13: | ||
---------------------*/ | ---------------------*/ | ||
#firstHeading.firstHeading { | #firstHeading.firstHeading, | ||
.page-heading h1 | |||
{ | |||
text-shadow: #ccc 2px 2px 5px; | text-shadow: #ccc 2px 2px 5px; | ||
font-family: 'ddaftt-uppercaddafttuppercase','Roboto Condensed','Trebuchet MS', Verdana, Arial, Helvetica; | font-family: 'ddaftt-uppercaddafttuppercase','Roboto Condensed','Trebuchet MS', Verdana, Arial, Helvetica; |
Revision as of 16:57, 26 March 2022
/* 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;
}
/* -----------
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;
}