The rewritten Style Guide has an open discussion of the spoiler policy. The current policy will be used if no new consensus is reached. Discuss it here.
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/**
* CSS placed here will be applied to all skins, note that the
* setup has been organized for different custom namespaces.
**/
/* [START] Global styling */
@import url('https://fonts.googleapis.com/css?family=Rubik:400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gentium+Plus&display=swap');
body * {
font-family: 'Rubik';
}
body pre {
overflow: hidden;
padding-bottom: 5px;
color: #000000;
line-height: 14px;
word-break: break-all;
}
000
1:0
Return to MediaWiki:Common.css.