MediaWiki:Monobook.css: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
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: #fff;
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(https://pikmin.wiki.gallery/images/bullet.png);
}
.pikipediaBox {
.pikipediaBox {
border-radius: 30px 0 20px 0;
border-radius: 30px 0 20px 0;
Line 64: Line 64:
border: 2px outset #0b0;
border: 2px outset #0b0;
}
}
#toc li { list-style: none; }
#toc li {
body { background: url(https://pikmin.wiki.gallery/images/8/8a/Wiki-background.jpg) -150px top no-repeat fixed #6a9140; }
list-style: none;
}
body {
background: #6a9140 url(https://pikmin.wiki.gallery/images/8/8a/Wiki-background.jpg) no-repeat fixed -150px top;
}
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: #fff;
background: rgba(255, 255, 255, 0.95);
background: rgba(255, 255, 255, 0.95);
}
}
table, td, table.diff, td.diff-otitle, td.diff-ntitle { background: none; }
table, td, table.diff,
pre { background: rgba(249, 249, 249, .7); }
td.diff-otitle, td.diff-ntitle {
div.thumb { border: none; }
background: none;
}
pre {
background: rgba(249, 249, 249, .7);
}
div.thumb {
border: none;
}
div.tright {
div.tright {
border: none;
border: none;
Line 112: Line 121:


/* Tabs */
/* Tabs */
body.skin-monobook #p-cactions .pBody:hover { opacity: 1; }
body.skin-monobook #p-cactions .pBody:hover {
body.skin-monobook #p-cactions li:hover { opacity: 0.95; }
opacity: 1;
}
body.skin-monobook #p-cactions li:hover {
opacity: 0.95;
}
body.skin-monobook #p-cactions li {
body.skin-monobook #p-cactions li {
border: 2px outset #0b0;
border: 2px outset #0b0;
Line 129: Line 142:


/* Sidebar */
/* Sidebar */
body.skin-monobook .portlet { width: 150px; }
body.skin-monobook .portlet {
width: 150px;
}
body.skin-monobook .portlet h3 {
body.skin-monobook .portlet h3 {
text-transform: uppercase;
text-transform: uppercase;
Line 140: Line 155:
border-radius: 11px 0;
border-radius: 11px 0;
}
}
body.skin-monobook .portlet h3 label { cursor: auto; }
body.skin-monobook .portlet h3 label {
cursor: auto;
}
body.skin-monobook .pBody {
body.skin-monobook .pBody {
background: #cfc;
background: #cfc;
Line 148: Line 165:
border-radius: 25px 0;
border-radius: 25px 0;
}
}
body.skin-monobook .portlet ul { list-style-type: none; }
body.skin-monobook .portlet ul {
list-style-type: none;
}


/* Search */
/* Search */
Line 156: Line 175:
background: none;
background: none;
}
}
body.skin-monobook #searchInput { width: 100px; }
body.skin-monobook #searchInput {
body.skin-monobook #p-search .pBody { padding: 4px 6px 5px 6px; }
width: 100px;
}
body.skin-monobook #p-search .pBody {
padding: 4px 6px 5px 6px;
}
body.skin-monobook #searchButton,
body.skin-monobook #searchButton,
body.skin-monobook #searchGoButton,
body.skin-monobook #searchGoButton,