MediaWiki:Monobook.css: Difference between revisions

no edit summary
No edit summary
Tag: Reverted
No edit summary
Tags: Manual revert Reverted
Line 28:
/* <h3> Interface elements </h3> */
 
body { background: #f6f6f6 url(https://static.miraheze.org/nintendowiki/c/c1/Monobook-bg.png); }
 
body.skin-monobook .pBody,
Line 35:
font-family: verdana, sans-serif;
}
 
body.skin-monobook .portlet h3 { color:#FFF;}
 
body.skin-monobook #p-personal a.new {
Line 179 ⟶ 177:
.mw-mmv-reuse-dialog .mw-mmv-reuse-tabs .oo-ui-iconElement-icon.oo-ui-icon-check {
display: none !important;
}
 
/* user links */
@media all and (min-width: 551px) {
body.skin-monobook #p-personal ul {
background: #FFFFFF;
border-left: 1px solid #aaa;
border-bottom: 1px solid #aaa;
border-bottom-left-radius:1em;
width: auto;
display: inline;
position: absolute;
right: 0;
padding-left: 0px;
padding-bottom: 0px;
margin-top: 0px;
}
body.skin-monobook li#pt-login,
body.skin-monobook li#pt-userpage,
body.skin-monobook li#pt-anonuserpage {
color: #606060;
padding: 1px 0 2px 20px;
line-height: 20px;
}
}
 
Line 224 ⟶ 198:
background: url(https://wikizilla.org/wiki/images/0/08/Monobook_Footer.png) left bottom no-repeat, linear-gradient(to bottom, #d50707 1%,#370000 89%) no-repeat;
background-color: #370000;
}
 
/********* Portable infobox theme *********/
.portable-infobox {
--pi-border-color: #754836;
border: 1px solid #754836;
border-radius: 8px;
padding: 6px;
font-size: 12px;
background-color: #cfa07c;
line-height: 1.5;
width: 18em;
}
 
.portable-infobox .pi-data,
.portable-infobox .pi-group {
border: "333333;
}
 
.portable-infobox .pi-header {
background-color: #754836;
text-align: center;
color: black;
width: 50em;
}
.portable-infobox .pi-navigation {
background-color: #bd875e;
font-size: 12px;
text-align: center;
text-color: darkred;
}
 
.portable-infobox .pi-title {
background: #754836;
border: 1px solid;
border-color: var(--theme-box-border-color-inner);
border-radius: var(--theme-box-border-radius-inner);
text-align: center;
}
 
.portable-infobox .pi-title {
font-weight: bold;
font-size: 15px;
padding: 6px 3px;
line-height: 1.2;
text-align: center;
}
 
.pi-image-thumbnail {
max-width: 270px;
max-width: var(--pi-width);
height: auto;
text-align: center;
}
 
 
.mw-body h2 {
font-size: 1.8em;
border-bottom: solid 2px #c8ccd1;
background: darkred;
}