MediaWiki:Monobook.css: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */
/* CSS placed here will affect users of the Monobook skin */


#globalWrapper { background: none !important; }
#globalWrapper {
overflow: hidden;
background: none !important;
}
.firstHeading { margin-top: 5px; }
.firstHeading { margin-top: 5px; }
p { margin: 0.6em 0 0.7em 0; }
p { margin: 0.6em 0 0.7em 0; }
Line 17: Line 20:
}
}


.editsimilar {
/* Infoboxes */
.infobox th {
background: #cfc;
background: #cfc;
}
/* Pikipedia boxes */
.pikipediaBox {
background-color: #cfc;
border: 2px outset #0b0;
border: 2px outset #0b0;
border-radius: 40px 0;
border-radius: 30px 0 20px 0;
}
 
/* Titled boxes */
.titledBox {
background-color: #f5fffa;
border: 1px solid #cef2e0;
margin-top: 10px;
}
.titledBoxTitle {
background-color: #cef2e0;
border: 1px solid #a3bfb1;
}
 
/* CategoryTree */
.CategoryTreeToggle {
color: #080;
}
}


Line 30: Line 55:
#wpSummaryWidget .oo-ui-labelElement-label {
#wpSummaryWidget .oo-ui-labelElement-label {
margin-top: -4px;
margin-top: -4px;
}
input#wpSummary {
width: 99%;
}
}


Line 55: Line 83:
ul {
ul {
list-style-image: url(https://pikmin.wiki.gallery/images/bullet.png);
list-style-image: url(https://pikmin.wiki.gallery/images/bullet.png);
}
.pikipediaBox {
border-radius: 30px 0 20px 0;
}
}
#toc {
#toc {
background: #cfc;
background: #cfc;
border: 2px outset #0b0;
border-radius: 60px 0 40px 0;
border-radius: 60px 0 40px 0;
border: 2px outset #0b0;
padding: 7px 13px;
min-width: 115px;
}
}
#toc li {
#toc li {
Line 286: Line 313:
/* Links */
/* Links */
a,
a,
.toctogglelabel,
.mw-parser-output a.extiw,
.mw-parser-output a.extiw,
.mw-parser-output a.external,
.mw-parser-output a.external,
body.skin-monobook #p-cactions li a,
body.skin-monobook #p-cactions li a,
.toctogglelabel {
.mw-special-CheckUser .mw-checkuser-paging-links {
color: #080;
color: #080;
}
}
Line 321: Line 349:
.mw-parser-output a.external[href*=".pdf?"], .mw-parser-output a.external[href*=".PDF?"], .link-document {
.mw-parser-output a.external[href*=".pdf?"], .mw-parser-output a.external[href*=".PDF?"], .link-document {
background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13'%3E%3Cpath fill='%23080' d='M7.5 2v3H10l1-1H8.5V1z'/%3E%3Cpath fill='%230a0' d='M3 1v10h8V4L8.5 1zm1 1h4l2 2.5V10H4z'/%3E%3C/svg%3E");
background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13'%3E%3Cpath fill='%23080' d='M7.5 2v3H10l1-1H8.5V1z'/%3E%3Cpath fill='%230a0' d='M3 1v10h8V4L8.5 1zm1 1h4l2 2.5V10H4z'/%3E%3C/svg%3E");
}
/* Infobox links */
.infobox a:visited{
color: #040;
}
.inbobox a:link{
color: #050;
}
}


Line 330: Line 366:
#siteNotice .pikipediaBox {
#siteNotice .pikipediaBox {
margin: 0 auto 5px !important;
margin: 0 auto 5px !important;
}
/* Infoboxes */
.infobox a:visited{
color: #040;
}
.inbobox a:link{
color: #050;
}
}


Line 348: Line 376:


/* News on the front page */
/* News on the front page */
.news-date{
.news-date {
color: #343;
color: #343;
font-style: italic;
font-style: italic;
Line 378: Line 406:
.mw-mmv-wrapper a.mw-ui-button.mw-ui-progressive {
.mw-mmv-wrapper a.mw-ui-button.mw-ui-progressive {
color: #fff !important;
color: #fff !important;
}
/* References */
ol.references li:target,
sup.reference:target {
background-color: #CCFFCC;
}
/* CategoryTree */
.CategoryTreeToggle {
color: #080;
}
}