MicroWiki Japanese - Temporary name:編集者ギルド/Vector+

提供:MicroWiki Japanese - Temporary name
ナビゲーションに移動 検索に移動

Vector+ is a custom CSS theme that aims to replicate the look of the English-language variant of MicroWiki prior to 6 June 2023. Users must enter the following styles into their CSS subpages in order to achieve the desired results.

Vector+ Installation

Vector.css

At Special:MyPage/vector.css, enter the following text. This will override the styles located at MediaWiki:vector.css.


h2#mw-previewheader, div#mw-usercsspreview strong { 	font-family: georgia !important; 	color: #000000 !important; }

h2.diff-currentversion-title { 	font-family: georgia !important; }

h1, h2 { font-family:georgia !important; }

html, body { 	font-family: arial !important; }


code, pre { 	font-family: "Hack", monospace !important; }

.mw-changeslist-date { 	font-family: arial !important; }
.mw-changeslist-date { 	font-size: 13px !important; }

Common.css

At Special:MyPage/commons.css, enter the following text. This will override the styles located at MediaWiki:common.css.

.IPA {
	font-family: georgia, "sans-serif";
}

.mw-userlink {
	/* Size */
	border-radius: 0px;
	padding: 0 0.5ch;
	font-size: 15px;
	height: 0px;

	/* Flow */
	display: inline-flex;
	align-items: center;
}