MediaWiki:Mobile.css: Difference between revisions
From Cojumpendium Wiki
Jump to navigationJump to search
No edit summary Tags: Mobile edit Mobile web edit |
No edit summary Tags: Mobile edit Mobile web edit |
||
(2 intermediate revisions by the same user not shown) | |||
Line 141: | Line 141: | ||
.infobox { | .infobox { | ||
width: 100%; | width: 100%; | ||
z-index: 15; | |||
} | } | ||
h2 { | h2 { | ||
clear: both; | clear: both; | ||
width: 100%; | |||
} | } |
Latest revision as of 18:21, 13 November 2024
/* All CSS here will be loaded for users of the mobile site */ .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; } .infobox { width: 100%; z-index: 15; } h2 { clear: both; width: 100%; }