MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Simpsonspedia
Zur Navigation springenZur Suche springen
K (kleine Korrektur) |
(Breite 360px) |
||
Zeile 2: | Zeile 2: | ||
/* Extension:AmazonSearch */ | /* Extension:AmazonSearch */ | ||
div.amazonsearch { | |||
clear: both; | clear: both; | ||
width: | width: 360px; | ||
min-height: 180px; | min-height: 180px; | ||
margin: 0 0 0.5em 0; | margin: 0 0 0.5em 0; | ||
Zeile 11: | Zeile 11: | ||
overflow: hidden; | overflow: hidden; | ||
} | } | ||
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 .amazonsearchname { | |||
margin: 0; | margin: 0; | ||
font-size: 90%; | font-size: 90%; | ||
text-indent: 0; | text-indent: 0; | ||
} | } | ||
div.amazonsearch p.amazonsearchauthor::before { | |||
background-color: #bbb; | background-color: #bbb; | ||
border-radius: 10%; | border-radius: 10%; | ||
Zeile 28: | Zeile 28: | ||
content: "Werbung"; | content: "Werbung"; | ||
} | } | ||
div.amazonsearch p.amazonsearchauthor { | |||
margin: 0; | margin: 0; | ||
font-size: 80%; | font-size: 80%; | ||
text-indent: 0; | text-indent: 0; | ||
} | } | ||
div.amazonsearch ul { | |||
margin: 0; | margin: 0; | ||
} | } | ||
div.amazonsearch ul li { | |||
display: inline-block; | display: inline-block; | ||
text-align: center; | text-align: center; | ||
Zeile 47: | Zeile 47: | ||
white-space: nowrap; | white-space: nowrap; | ||
} | } | ||
div.amazonsearch ul li a { | |||
color: #fff; | color: #fff; | ||
} | } | ||
div.amazonsearch ul .shoplinkamazon { | |||
background-color: #f90; | background-color: #f90; | ||
} | } |
Version vom 8. Dezember 2023, 17:28 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Extension:AmazonSearch */
div.amazonsearch {
clear: both;
width: 360px;
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: "Werbung";
}
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;
}