Changes

MediaWiki:Common.css

1,028 bytes added, 09:21, 25 October 2015
.Yokai_Header {
background:#eab2672cb5e7; background:linear-gradient(to bottom, #fece0d 2cb5e7 0%, #fee686 aae1f5 100%);
}
.Yokai_Header2 {
background:#939aa4e8272e;
background:linear-gradient(to bottom, #e8272e 0%, #f39396 100%);
}
.Yokai_Header3 {
background:#254b72fece0d; background:linear-gradient(to bottom, #2cb5e7 fece0d 0%, #aae1f5 fee686 100%);
}
.superheader {
border: 3px double #82a0b82cb5e7;
padding: 7px;
}
.dull1 {
border: 3px double #bbc2cae8272e;
margin: 0 0 10px 0;
padding: 3px 6px;
.dull2 {
border: 3px double #eab267fece0d;
margin: 0 0 10px 0;
padding: 3px 6px;
margin: 0 0 0 0;
padding: 5px 5px 0px 10px;
}
 
/* Infobox template style */
.infobox {
border: 1px solid #020202;
background-color: #f9f9f9;
color: black;
margin-bottom: 0.2em;
margin-left: 1em;
padding: 0.2em;
float: right;
clear: right;
}
.infobox td,
.infobox th {
vertical-align: top;
}
.infobox caption {
font-size: larger;
margin-left: inherit;
}
.infobox.bordered {
border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
border: 1px solid #020202;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
border: 0;
}
 
 
/* Allow limiting of which header levels are shown in a TOC;
<div class="toclimit-3">, for instance, will limit to
showing ==headings== and ===headings=== but no further
(as long as there are no =headings= on the page, which
there shouldn't be according to the MoS). */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
display: none;
}