MediaWiki:Template-themes.css: Difference between revisions

Content deleted Content added
Created page with "→‎Infobox template style: .infobox { border: 2px solid #4D4180; border-spacing: 0; color: #4D4180; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em;..."
 
Let me test this out
 
(11 intermediate revisions by the same user not shown)
Line 122:
}
 
/*** Actorbox ***/
.actorbox {
border: 2px solid #4D4180;
border-spacing: 0;
color: #4D4180;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
float: right;
clear: right;
border-radius:0.5em;
font-size:100%;
width:270px;
background: #EAD5FC;
}
/*** Macrobox ***/
/* Infobox template style */
Line 299 ⟶ 314:
/* night */
.night-dark {
background: #1D1D3B585468;
}
 
.night-light {
background: #2E2E5D706b84;
}
 
.night-inner {
background: #E4E4F2f6f6f8;
}
 
.night-dark tr:first-child th, .night-dark tr:first-child th a {
color: #FFF !important;
}
 
/* dragon */
.dragon-dark {
background: #580F11;
}
 
.dragon-light {
background: #981826;
}
 
.dragon-inner {
background: #FFEB9E;
}
 
.dragon-dark tr:first-child th, .dragon-dark tr:first-child th a {
color: #FFEB9E !important;
}
/* Expand colors */
.expand-white tr:first-child th, .expand-white tr:first-child th a {
Line 339 ⟶ 374:
.pegasus-light {
background: #334A8E;
border-radius: 0.5em 0 0 0.5em;
 
}
 
.pegasus-inner {
background: #D5E7FC938ef7;
border-radius: 0 0.5em 0 0.5em;
}
 
Line 364 ⟶ 402:
.kirin-dark tr:first-child th, .kirin-dark tr:first-child th a {
color: #000 !important;
}
 
/* Cosmological */
.cosmology-dark {
background: #280F36;
}
 
.cosmology-light {
background: #461a5e;
color: #F29E9C;
}
 
.cosmology-inner {
background: #f2e6f8;
}
 
.cosmology-dark tr:first-child th, .cosmology-dark tr:first-child th a {
color: #F29E9C !important;
}
 
Line 374 ⟶ 430:
background: #7F43BF;
color: #FFF;
border-radius: 0.5em 0 0 0.5em;
}
 
.unicorn-inner {
background: #F2D6FE9266ea;
}
 
Line 414 ⟶ 471:
}
 
.cherileecheerilee-dark tr:first-child th, .cherileecheerilee-dark tr:first-child th a {
color: #FFF !important;
}
Line 484 ⟶ 541:
.ignore-clear {
clear: none !important;
}
 
/* Appearance table */
.appearance-table-starter {
border: 2px solid #48336E;
background: #EAD5FC;
border-radius: 0.5em;
}
 
.appearance-top-header {
background: #48336E;
color: #DDC3FF;
border-radius: 0.5em 0.5em 0 0;
}
 
.appearance-top-header2 {
background: #48336E;
color: #DDC3FF;
}
 
.appearance-major-header {
background: #48336E;
color: #DDC3FF;
}
 
.appearance-table-headers {
background: #6153A2;
color: #DDC3FF;
}
 
.appearance-table-items {
background: #EAD5FC;
text-align: center;
}
 
/* Note templates */
.canon-note {
background-color: #EAD5FC;
color: #6153A2;
border-color: #6153A2;
border-style: solid;
border-width: 2px 0px 2px 0px;
text-align: center;
width:100%
}
 
/* TABLE CODIING */
.table-default {
margin:auto;
text-align:center;
background: #6153A2;
border: 2px solid #48336E;
color: #DDC3FF;
border-radius: 0.5em;
}
 
.table-default-item-top-west {
background: #EAD5FC;
border-radius: 0.5em 0 0 0 ;
color: #6153A2;
}
 
.table-default-item-bottom-west {
background: #EAD5FC;
border-radius: 0 0 0 0.5em ;
color: #6153A2;
}
 
.table-default-item-bottom-east {
background: #EAD5FC;
border-radius: 0 0 0.5em 0;
color: #6153A2;
}
 
.table-default-item {
background: #EAD5FC;
color: #6153A2;
}
 
.table-default-item-top-east {
background: #EAD5FC;
border-radius: 0 0.5em 0 0 ;
color: #6153A2;
 
}