for wikipedia
zhwiki by max008
Details
Authormax008
LicenseNo License
Categorywiki
Created
Updated
Size461 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name zhwiki
@namespace span
@author max
@description change font and background
@version 1.0
==/UserStyle== */
@-moz-document domain("wikipedia.org"), domain("zh.m.wikipedia.org") {
body
{
border: none !important;
font-family: ArialRoundedMTBold !important;
font-size: 15px !important;
}
ol.references {
counter-reset: mw-ref-extends-parent list-item;
font-size: 40%;
}
}