MediaWiki:Common.css: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 15: Line 15:
min-width: 150px;
min-width: 150px;
max-width: 350px;
max-width: 350px;
border: 1px solid #AAA;
border: 1px solid #aaa;
background-color: #F9F9F9;
background-color: #f9f9f9;
margin-bottom: 0.5em;
margin-bottom: 0.5em;
margin-left: 1em;
margin-left: 1em;
Line 23: Line 23:
.infobox td, .infobox th {
.infobox td, .infobox th {
vertical-align: top;
vertical-align: top;
}
.infobox th {
background: #CFC;
}
}
.infobox caption {
.infobox caption {
Line 40: Line 37:
.infobox.bordered td,
.infobox.bordered td,
.infobox.bordered th {
.infobox.bordered th {
border: 1px solid #AAA;
border: 1px solid #aaa;
}
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless td,
Line 48: Line 45:
.infoboxTitle {
.infoboxTitle {
font-size: 140%;
font-size: 140%;
background: #CCF;
text-align: center;
text-align: center;
}
}
Line 56: Line 52:
.infobox.bordered .mergedtoprow th {
.infobox.bordered .mergedtoprow th {
border: 0;
border: 0;
border-top: 1px solid #AAA;
border-top: 1px solid #aaa;
border-right: 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: 0;
border-right: 1px solid #AAA;
border-right: 1px solid #aaa;
}
}


Line 99: Line 95:
.pikipediaBox {
.pikipediaBox {
color: #000;
color: #000;
background-color: #CFC;
border: 2px outset #0b0;
margin: 0 auto 10px;
margin: 0 auto 10px;
padding: 0 0.5em;
padding: 0 0.5em;
}
}
h2 + .pikipediaBox,
div + .pikipediaBox,
div + .pikipediaBox,
table + .pikipediaBox,
table + .pikipediaBox,
Line 116: Line 111:
.titledBox {
.titledBox {
width: 100%;
width: 100%;
background-color: #f5fffa;
border: 1px solid #cef2e0;
margin-top: 10px;
padding: 6px;
padding: 6px;
}
}
Line 125: Line 117:
font-size: 1.2em;
font-size: 1.2em;
font-weight: bold;
font-weight: bold;
background-color: #cef2e0;
border: 1px solid #a3bfb1;
padding: 0 5px;
padding: 0 5px;
}
/* References */
sup.reference:target,
ol.references li:target {
background-color: #cfc;
}
}


Line 136: Line 132:


/* Indicator icons */
/* Indicator icons */
.mw-indicators {
position: relative;
}
.mw-indicator {
.mw-indicator {
margin: 0 2px;
margin: 0 2px;

Latest revision as of 17:12, August 10, 2023

/* 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;
}

/* MediaWiki collapsible buttons */
.mw-collapsible-toggle {
	font-weight: normal;
}

/* Indicator icons */
.mw-indicator {
	margin: 0 2px;
}

/* Who's online */
#whosonline {
	margin-bottom: 1px;
}