MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Simpsonspedia
Zur Navigation springenZur Suche springen
(+AmazonSearch)
 
K (kleine Korrektur)
Zeile 6: Zeile 6:
width: 100%;
width: 100%;
min-height: 180px;
min-height: 180px;
margin: 0 auto;
margin: 0 0 0.5em 0;
padding: 0.5em;
padding: 0.5em;
border: 1px solid #444;
border: 1px solid #444;
overflow: hidden;
overflow: hidden;
}
}
DIV.amazonsearch IMG.amazonsearchimg {
DIV.amazonsearch .amazonsearchimg {
float: left;
float: left;
margin: 0.1em 1em 0.1em 0.1em;
margin: 0.1em 1em 0.1em 0.1em;
}
}
DIV.amazonsearch P.amazonsearchname {
DIV.amazonsearch .amazonsearchname {
margin: 0;
margin: 0;
font-size: 90%;
font-size: 90%;
text-indent: 0;
text-indent: 0;
}
}
DIV.amazonsearch P.amazonsearchname::before {
DIV.amazonsearch P.amazonsearchauthor::before {
background-color: #bbb;
background-color: #bbb;
border-radius: 10%;
border-radius: 10%;
color: #fff;
color: #fff;
font-size: smaller;
padding: 0 0.5em 0 0.5em;
padding: 0 0.5em 0 0.5em;
margin-right: 0.5em;
margin-right: 0.5em;
content: "Werbung";
content: "広告";
}
}
DIV.amazonsearch P.amazonsearchauthor {
DIV.amazonsearch P.amazonsearchauthor {
Zeile 38: Zeile 37:
}
}
DIV.amazonsearch UL LI {
DIV.amazonsearch UL LI {
display: inline-block;
display: inline-block;
text-align: center;
text-align: center;
list-style: none;
list-style: none;
font-size: 90%;
font-size: 90%;
Zeile 51: Zeile 50:
color: #fff;
color: #fff;
}
}
DIV.amazonsearch UL LI.shoplinkamazon {
DIV.amazonsearch UL .shoplinkamazon {
background-color: #f90;
background-color: #f90;
}
}

Version vom 8. Dezember 2023, 17:19 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

/* Extension:AmazonSearch */
DIV.amazonsearch {
	clear: both;
	width: 100%;
	min-height: 180px;
	margin: 0 0 0.5em 0;
	padding: 0.5em;
	border: 1px solid #444;
	overflow: hidden;
}
DIV.amazonsearch .amazonsearchimg {
	float: left;
	margin: 0.1em 1em 0.1em 0.1em;
}
DIV.amazonsearch .amazonsearchname {
	margin: 0;
	font-size: 90%;
	text-indent: 0;
}
DIV.amazonsearch P.amazonsearchauthor::before {
	background-color: #bbb;
	border-radius: 10%;
	color: #fff;
	padding: 0 0.5em 0 0.5em;
	margin-right: 0.5em;
	content: "広告";
}
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 .shoplinkamazon {
	background-color: #f90;
}