Forskjell mellom versjoner av «MediaWiki:Common.css»
Hopp til navigering
Hopp til søk
| Linje 8: | Linje 8: | ||
| − | blockquote { | + | blockquote.style1 { |
| + | font: 14px/20px italic Times, serif; | ||
| + | padding: 8px; | ||
| + | background-color: #faebbc; | ||
| + | border-top: 1px solid #e1cc89; | ||
| + | border-bottom: 1px solid #e1cc89; | ||
| + | margin: 5px; | ||
| + | background-image: url(Gutoe-left-40pix.png); | ||
| + | background-position: top left; | ||
| + | background-repeat: no-repeat; | ||
| + | text-indent: 23px; | ||
| + | } | ||
| + | blockquote.style1 span { | ||
| + | display: block; | ||
| + | background-image: url(Quote-right-40pix.png); | ||
| + | background-repeat: no-repeat; | ||
| + | background-position: bottom right; | ||
| + | } | ||
| + | |||
| + | |||
| + | /* | ||
font-style: italic; | font-style: italic; | ||
| − | + | */ | |
Revisjonen fra 31. mai 2020 kl. 19:47
/* CSS plassert i denne fila vil gjelde for alle utseender. */
hr {
border-top: 1px solid #000000;
}
blockquote.style1 {
font: 14px/20px italic Times, serif;
padding: 8px;
background-color: #faebbc;
border-top: 1px solid #e1cc89;
border-bottom: 1px solid #e1cc89;
margin: 5px;
background-image: url(Gutoe-left-40pix.png);
background-position: top left;
background-repeat: no-repeat;
text-indent: 23px;
}
blockquote.style1 span {
display: block;
background-image: url(Quote-right-40pix.png);
background-repeat: no-repeat;
background-position: bottom right;
}
/*
font-style: italic;
*/