跳至內容

「MediaWiki:Mobile.css」:修訂間差異

增加 664 位元組 、​ 2021年7月4日 (星期日)
無編輯摘要
imported>DC
(建立內容為「→‎此處的 CSS 將影響使用手機版的使用者:​ →‎介面:​ .talk { display: none!important; } ul.minerva-user-menu-list > li.toggle-list-item > a.mw-u…」的新頁面
 
imported>DC
無編輯摘要
 
第236行: 第236行:
.mw-special-RottenLinks table.mw-datatable thead th:nth-child(2), .mw-special-RottenLinks table.mw-datatable thead th:nth-child(3) {
.mw-special-RottenLinks table.mw-datatable thead th:nth-child(2), .mw-special-RottenLinks table.mw-datatable thead th:nth-child(3) {
width: 100px;
width: 100px;
}
/*
.infobox
DO NOT style infobox's here. That should be taken care of in the associated templates via template styles. Styles here will lead to flash of unstyled content on mobile.
*/
/* removed inline from module as we work toward Tstyles support
* Use three classes to match specificity of MobileFrontend/Minerva selectors */
.content .mw-parser-output .infobox-header,
.content .mw-parser-output .infobox-subheader,
.content .mw-parser-output .infobox-above,
.content .mw-parser-output .infobox-title,
.content .mw-parser-output .infobox-image,
.content .mw-parser-output .infobox-full-data,
.content .mw-parser-output .infobox-below {
text-align: center;
}
}
匿名用戶