MediaWiki:Mobile.css: Difference between revisions
MediaWiki interface page
More actions
Technochips (talk | contribs) quotations Tags: Mobile edit Mobile web edit |
Technochips (talk | contribs) crit background |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 55: | Line 55: | ||
{ | { | ||
vertical-align:middle; | vertical-align:middle; | ||
color:#38361E; | color:#38361E; | ||
font-family:"Verdana",serif; | font-family:"Verdana",serif; | ||
| Line 227: | Line 226: | ||
display:flex; | display:flex; | ||
flex-direction:column | flex-direction:column | ||
} | |||
@media screen and (min-width: 720px) | |||
{ | |||
.quotation | |||
{ | |||
width: auto; | |||
} | |||
} | } | ||
.quotation cite:before | .quotation cite:before | ||
| Line 236: | Line 242: | ||
text-align:right; | text-align:right; | ||
width:100% | width:100% | ||
} | |||
.crits | |||
{ | |||
background-image: url(/w/index.php?title=Special:Redirect/file/Killicon_crit.png); | |||
background-size: 100% 100%; | |||
} | |||
.minicrits | |||
{ | |||
background-image: url(/w/index.php?title=Special:Redirect/file/Killicon_minicrit.png); | |||
background-size: 100% 100%; | |||
} | } | ||