MediaWiki:Monobook.css: Difference between revisions

m
Reverted edits by PorpleBot (talk) to last revision by Porplemontage
m (Text replacement - "url(/images" to "url(https://pikmin.wiki.gallery/images")
m (Reverted edits by PorpleBot (talk) to last revision by Porplemontage)
Tags: Content model change Rollback
Line 51: Line 51:
border: outset #0b0;
border: outset #0b0;
border-width: 2px 0;
border-width: 2px 0;
background: url(https://pikmin.wiki.gallery/images/8/8a/Wiki-background.jpg) -150px top no-repeat fixed;
background: url(/images/8/8a/Wiki-background.jpg) -150px top no-repeat fixed;
background: white;
background: white;
background: rgba(255, 255, 255, 0.95);
background: rgba(255, 255, 255, 0.95);
}
}
ul { list-style-image: url(https://pikmin.wiki.gallery/images/bullet.png); }
ul { list-style-image: url(/images/bullet.png); }
.pikipediaBox {
.pikipediaBox {
border-radius: 30px 0 20px 0;
border-radius: 30px 0 20px 0;
Line 65: Line 65:
}
}
#toc li { list-style: none; }
#toc li { list-style: none; }
body { background: url(https://pikmin.wiki.gallery/images/8/8a/Wiki-background.jpg) -150px top no-repeat fixed #6a9140; }
body { background: url(/images/8/8a/Wiki-background.jpg) -150px top no-repeat fixed #6a9140; }
div#content {
div#content {
border: 2px outset #0b0 !important;
border: 2px outset #0b0 !important;
border-radius: 15px;
border-radius: 15px;
background: url(https://pikmin.wiki.gallery/images/8/8a/Wiki-background.jpg) -150px top no-repeat fixed;
background: url(/images/8/8a/Wiki-background.jpg) -150px top no-repeat fixed;
background: white;
background: white;
background: rgba(255, 255, 255, 0.95);
background: rgba(255, 255, 255, 0.95);
Line 277: Line 277:
}
}
.mw-parser-output a.external {
.mw-parser-output a.external {
background: url(https://pikmin.wiki.gallery/images/external.png) center right no-repeat;
background: url(/images/external.png) center right no-repeat;
padding-right: 15px;
padding-right: 15px;
}
}