MediaWiki:Mobile.css: Difference between revisions

m
no edit summary
mNo edit summary
Tag: Reverted
mNo edit summary
 
(25 intermediate revisions by the same user not shown)
Line 36:
text-shadow: 4px #000000;
border-radius: 5px;
background-color: #4DFF9400B300;
font-weight: 300;
text-shadow: 2px 2px 2px #000, -2px 2px 2px #000, 2px -2px 2px #000, -2px -2px 2px #000 !important;
Line 48:
text-shadow: 4px #000000;
border-radius: 5px 5px 0px 0px;
background-color: #4DFF9400B300;
font-weight: 300;
text-shadow: 2px 2px 2px #000, -2px 2px 2px #000, 2px -2px 2px #000, -2px -2px 2px #000 !important;
Line 96:
.skin-minerva .search-overlay .header-container {
position: relative;
background: url("https://static.miraheze.org/pouwiki/thumb/f/f8/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 110 ⟶ 106:
.minerva-header {
padding-top: 7px;
font-family: 'Pou Font';
color: #ffffff;
text-shadow: 4px #000000;
background-color: #4DFF94;
font-weight: 300;
text-shadow: 2px 2px 2px #000, -2px 2px 2px #000, 2px -2px 2px #000, -2px -2px 2px #000 !important;
}
 
.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 137 ⟶ 133:
 
.notification-count {
background-image: none;
}
.overlay-header {
background-color: #9BE7FFFFEBDF;
rightpadding-top: 0;
}
 
.content li {
margin-bottom: 2px;
}
 
.content .mw-parser-output > h2, .content .section-heading {
border-bottom: 1px solid #c8ccd1;
}
 
dl {
margin-bottom: 5px;
}
 
/* Background color */
.overlay-enabled,
.overlay-content,
.mw-body {
background-color: #4DFF9400ABFE;
}
 
Line 144 ⟶ 163:
position: relative;
background-color: #FFC9A9;
right: 0;
left: 0;
}
 
Line 169 ⟶ 186:
width: auto !important;
}
}
 
/* Add a background color to the overlay header and remove the padding */
.overlay-header {
background-color: #ffffff00ABFE;
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;
}