Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Mobile.css: Difference between revisions

MediaWiki interface page
quotations
Tags: Mobile edit Mobile web edit
crit background
 
(2 intermediate revisions by the same user not shown)
Line 55: Line 55:
{
{
vertical-align:middle;
vertical-align:middle;
height:40px;
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%;
}
}