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
Create page, clone of common.css
 
crit background
 
(3 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 190: Line 189:
.quotation blockquote::after
.quotation blockquote::after
{
{
font-size:5em;
font-size:2.5em;
line-height:0;
line-height:0;
font-family:"Linux Libertine","Georgia","Times",serif;
font-family:"Linux Libertine","Georgia","Times",serif;
Line 211: Line 210:
margin:0;
margin:0;
padding:0;
padding:0;
display:flex
display:flex;
}
}
.quotation blockquote p
.quotation blockquote p
Line 220: Line 219:
.quotation
.quotation
{
{
width:auto;
width:fit-content;
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 8px;
margin-left:32px;
margin:8px;
max-width:50em;
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 237: 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%;
}
}