Forskjell mellom versjoner av «MediaWiki:Common.css»
Hopp til navigering
Hopp til søk
Linje 1: | Linje 1: | ||
/* CSS plassert i denne fila vil gjelde for alle utseender. */ | /* CSS plassert i denne fila vil gjelde for alle utseender. */ | ||
− | |||
− | |||
hr { | hr { | ||
Linje 10: | Linje 8: | ||
blockquote { | blockquote { | ||
padding: 8px; | padding: 8px; | ||
− | + | font-style: italic color=#ffffff; | |
background-color: #333333; | background-color: #333333; | ||
border-top: 0px solid #333333; | border-top: 0px solid #333333; | ||
Linje 18: | Linje 16: | ||
background-position: top left; | background-position: top left; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
− | text-indent: | + | text-indent: 43px; |
} | } | ||
blockquote span { | blockquote span { | ||
Linje 25: | Linje 23: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: bottom right; | background-position: bottom right; | ||
+ | text-indent: 43px; | ||
} | } |
Revisjonen fra 31. mai 2020 kl. 21:01
/* CSS plassert i denne fila vil gjelde for alle utseender. */ hr { border-top: 1px solid #000000; } blockquote { padding: 8px; font-style: italic color=#ffffff; background-color: #333333; border-top: 0px solid #333333; border-bottom: 0px solid #333333; margin: 5px; background-image: url(/images/6/63/Gutoe-left-40pix.png); background-position: top left; background-repeat: no-repeat; text-indent: 43px; } blockquote span { display: block; background-image: url(/images/f/ff/Quote-right-40pix.png); background-repeat: no-repeat; background-position: bottom right; text-indent: 43px; }