Jump to content

Template:Tournament/styles.css: Difference between revisions

From Spike Wiki
Fix TemplateStyles-safe infobox styles
Refine shared article layout templates
Line 1: Line 1:
.mw-parser-output .infobox-tournament .infobox-title{
/* Tournament infobox intentionally uses the shared encyclopedia infobox styles. */
  background:linear-gradient(135deg,#1a3557,#3b6fa7);
}
.mw-parser-output .infobox-tournament .infobox-image,
.mw-parser-output .infobox-tournament .infobox-caption{
  background:linear-gradient(180deg,#eef4ff,rgba(255,255,255,.92));
}
.mw-parser-output .infobox-tournament th{
  color:#23456f;
}

Revision as of 20:59, 16 April 2026

/* Tournament infobox intentionally uses the shared encyclopedia infobox styles. */