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

提供:Kanationary
タグ: 差し戻し済み
タグ: 差し戻し済み
20行目: 20行目:


/* Wikiのロゴの背景を作る */
/* Wikiのロゴの背景を作る */
#p-logo {
#mw-wiki-logo {
background: #f8f9fa;
background: #f8f9fa;
border: solid #eaecf0;
border: solid #eaecf0;
26行目: 26行目:
box-shadow: 0 1px 2px 1px rgb(0 0 0 / 2%);
box-shadow: 0 1px 2px 1px rgb(0 0 0 / 2%);
border-radius: 4px;
border-radius: 4px;
margin-top: none;
}
}



2022年2月14日 (月) 18:18時点における版

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

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

/* ヘッダー */
#mw-header-container {
	background: rgba(240, 240, 240, 0.95);
	backdrop-filter: blur(16px);
}

/* メイン内容 */
#mw-content {
	border-radius: 0 0 8px 8px;
}

/* Wikiのロゴの背景を作る */
#mw-wiki-logo {
	background: #f8f9fa;
	border: solid #eaecf0;
	border-width: 1px 1px 0.2em;
	box-shadow: 0 1px 2px 1px rgb(0 0 0 / 2%);
	border-radius: 4px;
}

/* リンクの色を見たページでもそのままに */
a:visited {
	color: #3366cc;
}

/* 以下、角丸 */

#simpleSearch {
	border-radius: 4px;
}

.mw-parser-output,.mw-highlight {
	border-radius: 4px;
}

.mw-editform,.wikiEditor-ui {
	border-radius: 4px;
}

#site-navigation,#site-tools,#page-tools,#catlinks-sidebar {
	border-radius: 4px;
}