MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Technochips (talk | contribs) quotations |
Technochips (talk | contribs) fixed weird width alignments |
||
| Line 267: | Line 267: | ||
background-color: #DA9D28; | background-color: #DA9D28; | ||
} | } | ||
.quotation blockquote::before, .quotation blockquote::after | .quotation blockquote::before, .quotation blockquote::after { | ||
{ | |||
font-size:5em; | font-size:5em; | ||
line-height:0; | line-height:0; | ||
| Line 274: | Line 273: | ||
top:0.4em; | top:0.4em; | ||
position:relative; | position:relative; | ||
color: #292526; | color:#292526; | ||
white-space: nowrap; | white-space:nowrap; | ||
} | } | ||
.quotation blockquote::before | .quotation blockquote::before { | ||
{ | content:"“" | ||
content:"“" | |||
} | } | ||
.quotation blockquote::after | .quotation blockquote::after { | ||
{ | content:"”" | ||
content:"”" | |||
} | } | ||
.quotation blockquote | .quotation blockquote { | ||
{ | border:none; | ||
border: none; | margin:0; | ||
margin: 0; | padding:0; | ||
padding: 0; | display:flex; | ||
display: flex; | |||
} | } | ||
.quotation blockquote p | .quotation blockquote p { | ||
{ | margin:1em; | ||
margin: | text-align:justify | ||
text-align: justify | |||
} | } | ||
.quotation | .quotation { | ||
{ | width:auto; | ||
width: | border-left:2px #292526 solid; | ||
border-left: 2px #292526 solid; | border-right:2px #292526 solid; | ||
border-right: 2px #292526 solid; | padding:0px 16px; | ||
padding: 0px 16px; | margin-left:32px; | ||
margin-left: 32px; | max-width:50em; | ||
max-width: 50em; | display: flex; | ||
flex-direction: column; | |||
} | } | ||
.quotation cite:before | .quotation cite:before { | ||
{ | content:"— " | ||
content: "— " | |||
} | } | ||
.quotation cite | .quotation cite { | ||
{ | |||
text-align: right; | text-align: right; | ||
width: 100%; | |||
} | } | ||