MediaWiki:Mobile.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tags: Mobile edit Mobile web edit |
||
(3 intermediate revisions by one other user not shown) | |||
Line 12: | Line 12: | ||
} | } | ||
.infobox-image { | |||
text-align: center; | |||
} | |||
.infobox-title { | |||
font-size: 125%; | |||
text-align: center; | |||
} | |||
.welcomebanner { | .welcomebanner { | ||
Line 24: | Line 32: | ||
} | } | ||
.languagebanner { | .languagebanner { | ||
Line 64: | Line 66: | ||
.mw-parser-output .main-box-right{ | .mw-parser-output .main-box-right{ | ||
display: flex; | display: flex; | ||
} | |||
.hidethis{ | |||
display: none; | |||
} | } |
Latest revision as of 12:48, 19 October 2022
/* All CSS here will be loaded for users of the mobile site */ .sitenotice { background-color: #f8f9fa; border: 1px solid #c8ccd1; border-radius: 2px; box-shadow: 0 1px 1px rgb(0 0 0 / 15%); margin-bottom: 1rem; padding: 1rem; } .infobox-image { text-align: center; } .infobox-title { font-size: 125%; text-align: center; } .welcomebanner { align-items: center; display: flex; background-color: #f8f9fa; border: 1px solid #c8ccd1; border-radius: 2px; box-shadow: 0 1px 1px rgb(0 0 0 / 15%); margin-bottom: 1rem; padding: 1rem; } .languagebanner { width: auto; align-items: left; background-color: #ffffff; margin-bottom: 1px; padding: 1px; } .mainpagechapter { width: fit-content(20em); background-color: #fff; border: 1px solid #c8ccd1; box-shadow: 0 1px 1px rgb(0 0 0 / 15%); margin-bottom: 2px; padding: 1rem; } .welcomebanner table{ background-color: #f8f9fa; } .wikitable{ background-color: #ffffff; } .mw-parser-output .main-box-left{ display: flex; } .mw-parser-output .main-box-right{ display: flex; } .hidethis{ display: none; }