MediaWiki:Monobook.css: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
 
(9 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 26: Line 29:
background-color: #cfc;
background-color: #cfc;
border: 2px outset #0b0;
border: 2px outset #0b0;
}
border-radius: 30px 0 20px 0;
 
/* Navigation boxes */
table.navbox th {
background-color: #ccf;
}
}


Line 37: Line 36:
background-color: #f5fffa;
background-color: #f5fffa;
border: 1px solid #cef2e0;
border: 1px solid #cef2e0;
margin-top: 10px;
}
}
.titledBoxTitle {
.titledBoxTitle {
Line 43: Line 43:
}
}


.editsimilar {
/* CategoryTree */
background: #cfc;
.CategoryTreeToggle {
border: 2px outset #0b0;
color: #080;
border-radius: 40px 0;
}
}


Line 84: 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 315: 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 350: 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 359: 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 377: 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;