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 paypal button styles) Tags: Mobile edit Mobile web edit Advanced mobile edit |
(added alert box styles) |
||
Line 20: | Line 20: | ||
} | } | ||
.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 ----------------- */ | /* ----------------- FLEXBOXES GENERAL ----------------- */ | ||
Line 39: | Line 79: | ||
.flexRowContainer .flexItem .pageCreatorBox { } | .flexRowContainer .flexItem .pageCreatorBox { } | ||
.paypal_button_page { | .paypal_button_page { | ||
Line 58: | Line 95: | ||
/* ----------- | /* ----------- | ||
Tour Date Archive | Tour Date Archive | ||
-------------*/ | -------------*/ | ||
.showsTable tr:nth-child(even) {background: #DDD} | .showsTable tr:nth-child(even) {background: #DDD} |
Revision as of 10:33, 29 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;
}
.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;
}
/* -----------
Tour Date Archive
-------------*/
.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;
}