MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Greenpickle (talk | contribs) m (13 revisions: mediawiki + talk) |
mNo edit summary |
||
(251 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* 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 { | .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 td, .infobox th { | ||
.infobox th { | vertical-align: top; | ||
} | } | ||
.infobox caption { | .infobox caption { | ||
font-size: larger; | |||
margin-left: inherit; | |||
} | |||
.infobox img { | |||
max-width: 340px; | |||
height: auto !important; | |||
} | } | ||
.infobox.bordered { | .infobox.bordered { | ||
border-collapse: collapse; | |||
} | } | ||
.infobox.bordered td, | .infobox.bordered td, | ||
.infobox.bordered th { | .infobox.bordered th { | ||
border: 1px solid #aaa; | |||
} | } | ||
.infobox.bordered .borderless td, | .infobox.bordered .borderless td, | ||
.infobox.bordered .borderless th { | .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 td, | ||
.infobox.bordered .mergedtoprow th { | .infobox.bordered .mergedtoprow th { | ||
border: 0; | |||
border-top: 1px solid #aaa; | |||
border-right: 1px solid #aaa; | |||
} | } | ||
.infobox.bordered .mergedrow td, | .infobox.bordered .mergedrow td, | ||
.infobox.bordered .mergedrow th { | .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; | |||
} | } | ||
div. | h2 + .pikipediaBox, | ||
div + .pikipediaBox, | |||
table + .pikipediaBox, | |||
.pikipediaBox + .navbox { | |||
margin-top: 10px; | |||
} | } | ||
.pikipediaBox + .pikipediaBox { | |||
margin-top: -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; | |||
} | } |
Latest revision as of 14:12, August 17, 2024
/* 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;
}
/* 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;
}