MediaWiki:Common.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins on desktop */
/* Navbox style
Edit here: https://www.pikminwiki.com/MediaWiki:Gadget-NavboxStyle.css
Staff highlights
Edit here: https://www.pikminwiki.com/MediaWiki:Gadget-StaffHighlights.css */
/* Infoboxes */
.infobox {
color: #000;
float: right;
clear: right;
font-size: 80%;
text-align: left;
min-width: 150px;
max-width: 350px;
border: 1px solid #aaa;
background-color: #f9f9f9;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
}
.infobox td, .infobox th {
vertical-align: top;
}
.infobox caption {
font-size: larger;
margin-left: inherit;
}
.infobox img {
max-width: 340px;
height: auto !important;
}
.infobox.bordered {
border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
border: 0;
}
.infoboxTitle {
font-size: 140%;
text-align: center;
}
/* Bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
border: 0;
border-top: 1px solid #aaa;
border-right: 1px solid #aaa;
}
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
border: 0;
border-right: 1px solid #aaa;
}
/* Bold edit tab */
#ca-edit a {
font-weight: bold !important;
}
/* Forum */
.forumheader {
margin: 1em 0 15px;
padding: 12px;
}
.forumlist td.forum_edited a {
color: #000;
text-decoration: none
}
.forumlist td.forum_title a {
padding-left: 20px;
}
.forumlist td.forum_title a.forum_new {
font-weight: bold;
background: url(https://pikmin.wiki.gallery/images/forum_new.gif) center left no-repeat;
padding-left: 20px;
}
.forumlist td.forum_title a.forum_new:visited {
font-weight: normal;
background: none;
padding-left: 20px;
}
.forumlist th.forum_title {
padding-left: 20px;
}
/* Pikipedia boxes */
.pikipediaBox {
color: #000;
margin: 0 auto 10px;
padding: 0 0.5em;
}
h2 + .pikipediaBox,
div + .pikipediaBox,
table + .pikipediaBox,
.pikipediaBox + .navbox {
margin-top: 10px;
}
.pikipediaBox + .pikipediaBox {
margin-top: -5px;
}
/* Titled boxes */
.titledBox {
width: 100%;
padding: 6px;
}
.titledBoxTitle {
width: 100%;
font-size: 1.2em;
font-weight: bold;
padding: 0 5px;
}
/* References */
sup.reference:target,
ol.references li:target {
background-color: #cfc;
}
/* Indicator icons */
.mw-indicator {
margin: 0 2px;
}
/* Who's online */
#whosonline {
margin-bottom: 1px;
}