「MediaWiki:Timeless.css」の版間の差分

提供:Kanationary
(背景を変更)
(修正)
10行目: 10行目:


#mw-content-container {
#mw-content-container {
background-image: none;
background-color: #006494;
background-color: #006494;
background: linear-gradient(45deg, #2a4b8d, #006494);
background: linear-gradient(45deg, #2a4b8d, #006494);
background-image: none;
}
}

2022年2月13日 (日) 12:25時点における版

/* ここにあるすべてのCSSは、Timeless外装を使用している利用者に対して読み込まれます */

#simpleSearch {
	border-radius: 4px;
}

#mw-content {
	border-radius: 0 0 8px 8px;
}

#mw-content-container {
	background-image: none;
	background-color: #006494;
	background: linear-gradient(45deg, #2a4b8d, #006494);
}