Forskjell mellom versjoner av «MediaWiki:Common.css»
Hopp til navigering
Hopp til søk
| Linje 5: | Linje 5: | ||
} | } | ||
| − | blockquote { | + | blockquote.style3 { |
| − | font | + | font: 18px/30px normal Tahoma, sans-serif; |
| − | + | padding-top: 22px; | |
| − | |||
| − | padding | ||
| − | |||
| − | |||
| − | |||
| − | |||
margin: 5px; | margin: 5px; | ||
background-image: url(https://wiki.lomedia.no/images/f/ff/Quote-right-40pix.png); | background-image: url(https://wiki.lomedia.no/images/f/ff/Quote-right-40pix.png); | ||
| − | background-position: | + | background-position: top left; |
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
| − | text-indent: | + | text-indent: 65px; |
} | } | ||
| − | + | blockquote.style3 span { | |
| − | blockquote span { | ||
display: block; | display: block; | ||
background-image: url(https://wiki.lomedia.no/images/f/ff/Quote-right-40pix.png); | background-image: url(https://wiki.lomedia.no/images/f/ff/Quote-right-40pix.png); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: bottom right; | background-position: bottom right; | ||
| − | |||
} | } | ||
Revisjonen fra 31. mai 2020 kl. 20:44
/* CSS plassert i denne fila vil gjelde for alle utseender. */
hr {
border-top: 1px solid #000000;
}
blockquote.style3 {
font: 18px/30px normal Tahoma, sans-serif;
padding-top: 22px;
margin: 5px;
background-image: url(https://wiki.lomedia.no/images/f/ff/Quote-right-40pix.png);
background-position: top left;
background-repeat: no-repeat;
text-indent: 65px;
}
blockquote.style3 span {
display: block;
background-image: url(https://wiki.lomedia.no/images/f/ff/Quote-right-40pix.png);
background-repeat: no-repeat;
background-position: bottom right;
}