MediaWiki:Mobile.css: Difference between revisions
Jump to navigation
Jump to search
Tag: Rollback |
No edit summary Tag: Reverted |
||
Line 46: | Line 46: | ||
margin-bottom: 2px; | margin-bottom: 2px; | ||
padding: 1rem; | padding: 1rem; | ||
} | |||
.mw-parser-output .main-wrapper{ | |||
display:flex; | |||
margin:0 -0.75rem; | |||
} | |||
.mw-parser-output .main-wrapper-column{ | |||
flex:1; | |||
margin:0 0.75rem; | |||
} | } |
Revision as of 02:24, 15 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; } .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; } .language-selector { display: none; } .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; } .mw-parser-output .main-wrapper{ display:flex; margin:0 -0.75rem; } .mw-parser-output .main-wrapper-column{ flex:1; margin:0 0.75rem; } .welcomebanner table{ background-color: #f8f9fa; } .wikitable{ background-color: #ffffff; } .mw-parser-output .main-box-left-hidden{ display: none; } .mw-parser-output .main-box-right-hidden{ display: none; } .mw-parser-output .main-box-left{ display: flex; } .mw-parser-output .main-box-right{ display: flex; } body.page-Main_Page-Заглавная_страница.action-view h1.firstHeading, body.page-Main_Page-Заглавная_страница.action-submit h1.firstHeading { display: none; }