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
(added flexbox styles to mobile) Tags: Mobile edit Mobile web edit Advanced mobile edit |
(added paypal button styles) Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
Line 39: | Line 39: | ||
.flexRowContainer .flexItem .pageCreatorBox { } | .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; | |||
} | |||
/* ----------- | /* ----------- |
Revision as of 22:54, 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;
}
/* ----------------- 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;
}
/* -----------
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;
}