MediaWiki:Mobile.css: Difference between revisions

Content deleted Content added
mNo edit summary
mNo edit summary
 
(14 intermediate revisions by the same user not shown)
Line 96:
.skin-minerva .search-overlay .header-container {
position: relative;
background: url("https://static.miraheze.org/pouwiki/8thumb/83f/PoupediaBackgroundf8/Poupedia-header.png/96px-Poupedia-header.png") left bottom repeat-x, #00ABFE;
background-color: #9BE7FF;
background-size: 48px auto;
right: 0;
left: 0;
height: 72px96px;
 
.skin-minerva .header-container {
background-color: transparent;
box-shadow: none;
}
 
Line 113 ⟶ 108:
}
 
.skin-minerva .header-container {
background-color: transparent;
box-shadow: none;
 
/* Hide grass and trees when editing on small screens to maximise editing space */
@media all and (max-width: 999px) {
.overlay-enabled .editor-overlay {
Line 132 ⟶ 133:
 
.notification-count {
background-image: none;
}
.overlay-header {
background-color: #9BE7FFFFEBDF;
rightpadding-top: 0;
}
 
.content li {
.skin-minerva #mw-mf-page-center .header-container,
margin-bottom: 2px;
.skin-minerva .search-overlay .header-container {
}
position: relative;
 
background: url("https://static.miraheze.org/pouwiki/8/83/PoupediaBackground.png");
.content .mw-parser-output > h2, .content .section-heading {
background-size: 48px auto;
border-bottom: 1px solid #c8ccd1;
right: 0;
}
left: 0;
 
height: 96px;
dl {
margin-bottom: 5px;
}
 
/* Background color */
.overlay-enabled,
.overlay-content,
.mw-body {
background-color: #00ABFE;
}
 
Line 149 ⟶ 163:
position: relative;
background-color: #FFC9A9;
right: 0;
left: 0;
}
 
Line 174 ⟶ 186:
width: auto !important;
}
}
 
/* Add a background color to the overlay header and remove the padding */
.overlay-header {
background-sizecolor: 48px auto#00ABFE;
leftpadding-top: 0;
}
 
.content li {
margin-bottom: 2px;
}
 
.content .mw-parser-output > h2, .content .section-heading {
border-bottom: 1px solid #c8ccd1;
}
 
dl {
margin-bottom: 5px;
}