テンプレート:Helpbox/styles.css

提供: uwuzu 非公式Wiki
ナビゲーションに移動 検索に移動
.helpbox{
	width			 : auto;
	background-color : #F5FAFF;
	font-size		 : 90%;
	line-height		 : 1.6em;
}

.helpbox-base{
	background-color : #CEE0F2;
}
@media screen {
	html.skin-theme-clientpref-night .helpbox-base{
		background-color : #06213d;
	}
	html.skin-theme-clientpref-night .helpbox{
		background-color : #2b2c2e;
	}
}
@media screen and (prefers-color-scheme:dark) {
	html.skin-theme-clientpref-os .helpbox-base{
		background-color : #06213d;
	}
	html.skin-theme-clientpref-os .helpbox{
		background-color : #2b2c2e;
	}
}

.helpbox .sidebar-title{
	font-size		 : 130%;
	padding-left	 : 0.4em;
	padding-right	 : 0.4em;
	display			 : block;
	margin-bottom	 : 6px;
}
.helpbox .sidebar-heading{
	padding			 : 0.1em 0.25em 0.15em;
}
.helpbox .sidebar-content{
	padding-top		 : 0.15em;
}

/* [[Category:テンプレートスタイル|Helpbox]] */