142.347
Bearbeitungen
(Breite 360px) |
K (kleine Anpassung) |
||
Zeile 3: | Zeile 3: | ||
/* Extension:AmazonSearch */ | /* Extension:AmazonSearch */ | ||
div.amazonsearch { | div.amazonsearch { | ||
float: left; | |||
width: 360px; | width: 360px; | ||
min-height: 180px; | min-height: 180px; | ||
margin: | margin: 2px 4px 2px 0; | ||
padding: | padding: 2px; | ||
border: 1px solid # | border: 1px solid #111; | ||
overflow: hidden; | overflow: hidden; | ||
} | } | ||
Zeile 24: | Zeile 24: | ||
border-radius: 10%; | border-radius: 10%; | ||
color: #fff; | color: #fff; | ||
padding: 0 0 | padding: 0 2px 0 2px; | ||
margin-right: | margin-right: 2px; | ||
content: "Werbung"; | content: "Werbung"; | ||
} | } | ||
Zeile 42: | Zeile 42: | ||
font-size: 90%; | font-size: 90%; | ||
width: 12em; | width: 12em; | ||
margin: | margin: 2px; | ||
padding: 0 | padding: 0 2px 0 2px; | ||
border-radius: 0.5em; | border-radius: 0.5em; | ||
white-space: nowrap; | white-space: nowrap; |
Bearbeitungen