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

提供:Kanationary
(内容の枠を角丸に)
(背景を変更)
7行目: 7行目:
#mw-content {
#mw-content {
border-radius: 0 0 8px 8px;
border-radius: 0 0 8px 8px;
}
#mw-content-container {
background-color: #006494;
background: linear-gradient(45deg, #2a4b8d, #006494);
background-image: none;
}
}

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

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

#simpleSearch {
	border-radius: 4px;
}

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

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