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;..."
 
Line 485:
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%
}