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

提供:MochiuWiki - SUSE, Electronic Circuit, PCB
ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
5行目: 5行目:


/* self links */
/* self links */
.mw-parser-output a {
.mw-parser-output a.mw-selflink {
color: #0000ee;
color: #0000ee;
font-weight: bold;
font-weight: bold;
12行目: 12行目:


a.mw-selflink:visited {
a.mw-selflink:visited {
color: inherit;
color: #a55858;
font-weight: bold;
}
}



2021年12月6日 (月) 18:26時点における版

/* ここに記述したCSSはすべての外装に反映されます */
.mw-content-ltr {
 font-size:14px;
}

/* self links */
.mw-parser-output a.mw-selflink {
	color: #0000ee;
	font-weight: bold;
	text-decoration: inherit;
}

a.mw-selflink:visited {
	color: #a55858;
	font-weight: bold;
}

.mw-parser-output a.external {
	color: #0000ee;
	font-weight: bold;
}

.mw-parser-output a.new:visited {
	color: #a55858;
	font-weight: bold;
}

/* Extension:AmazonSearch */
DIV.amazonsearch {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0.5em;
	border: 1px solid #444;
	overflow: hidden;
}
DIV.amazonsearch IMG.amazonsearchimg {
	float: left;
	margin: 0.1em 1em 0.1em 0.1em;
}
DIV.amazonsearch P.amazonsearchname {
	margin: 0;
	font-size: 90%;
	text-indent: 0;
}
DIV.amazonsearch P.amazonsearchauthor {
	margin: 0;
	font-size: 80%;
	text-indent: 0;
}
DIV.amazonsearch UL {
	margin: 0;
}
DIV.amazonsearch UL LI {
	display: inline-block;
	text-align: center;
	list-style: none;
	font-size: 90%;
	width: 12em;
	margin: 0.2em;
	padding: 0.2em 0.5em 0.2em 0.5em;
	border-radius: 0.5em;
	white-space: nowrap;
}
DIV.amazonsearch UL LI A {
	color: #fff;
}
DIV.amazonsearch UL LI.shoplinkamazon {
	background-color: #f90;
}