LLWiki正在建設中,歡迎加入我們

「Widget:ColorMod」修訂間的差異

出自LLWiki
跳至導覽 跳至搜尋
標籤流動版網頁編輯 流動版編輯
標籤流動版網頁編輯 流動版編輯
第52行: 第52行:
text-align: center;
text-align: center;
}
}
.colorMod .oo-ui-buttonElement-button {
.colorMod .oo-ui-buttonWidget .oo-ui-buttonElement-button {
font-weight: normal;
font-weight: normal;
padding: 2px 5px !important;
padding: 2px 5px;
}
}
/* </pre><includeonly> */
/* </pre><includeonly> */

於 2020年12月1日 (二) 22:32 的修訂

Template-info.png 小部件文檔
這個文檔是內聯文檔。

用於{{colorMod}}。

JavaScript腳本:User:Bhsd/widget/colorMod.js

CSS樣式表:

 */
.mw-parser-output {
	--rin-color: #fee155;
	--keke-color: #a0fff9;
}
[style*="color:#fee155"] {
	color: var(--rin-color) !important;
}
[style*="background-color:#fee155"] {
	background-color: var(--rin-color) !important;
	color: #fff !important;
}
[style*="color:#a0fff9"] {
	color: var(--keke-color) !important;
}
[style*="background-color:#a0fff9"] {
	background-color: var(--keke-color) !important;
	color: #fff !important;
}
#mw-indicator-colorMod {
	cursor: pointer;
	vertical-align: middle;
	font-size: 22px;
}
.skin-minerva #mw-indicator-colorMod {
	position:absolute;
	right:0;
	top:-4.9em;
}
.colorMod {
	font-size: 1em;
}
.colorMod .ui-dialog-titlebar-close {
	display: none;
}
.colorMod-wrapper {
	white-space: nowrap;
	margin: 0 1em;
}
.colorMod-wrapper > select {
	min-width: 5ch;
}
.colorMod-wrapper > span {
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-left: 0.5em;
}
.colorMod .oo-ui-buttonWidget {
	display: block;
	text-align: center;
}
.colorMod .oo-ui-buttonWidget .oo-ui-buttonElement-button {
	font-weight: normal;
	padding: 2px 5px;
}
/*