MediaWiki:Mobile.css: Difference between revisions

m
no edit summary
(Created page with "→‎All CSS here will be loaded for users of the mobile site: @font-face { font-family: Kurokane; src: url(/w/images/0/0b/FOT-KurokaneStd-EB.otf); } @font-face { font-family: Rodin; src: url(/w/images/4/4c/FOT-RodinNTLGPro-DB.otf); } #firstHeading, h1, #bodyContent h1, h2, #bodyContent h2, h3, #bodyContent h3, h4, #bodyContent h4, h5, #bodyContent h5, h6, #bodyContent h6 { color: #E6E6E6; font-family: "Kurokane", "Arial"; } .portable-infobox {...")
 
mNo edit summary
Line 40: Line 40:
.portable-infobox .pi-title {
.portable-infobox .pi-title {
   display:none !important;
   display:none !important;
}
.oo-ui-tabSelectWidget-mobile .oo-ui-tabOptionWidget:last-child {
margin-right: 0;
}
.oo-ui-tabSelectWidget-mobile::after {
display: none;
}
}