Template:Team/styles.css: Difference between revisions
>Kypho Created blank page |
Fix TemplateStyles-safe infobox styles |
||
| Line 1: | Line 1: | ||
.mw-parser-output .infobox-team .infobox-title{ | |||
background:linear-gradient(135deg,#75511b,#d6a347); | |||
} | |||
.mw-parser-output .infobox-team .infobox-image, | |||
.mw-parser-output .infobox-team .infobox-caption{ | |||
background:linear-gradient(180deg,#fff7e8,rgba(255,255,255,.92)); | |||
} | |||
.mw-parser-output .infobox-team .infobox-image img{ | |||
background:linear-gradient(180deg,#fffdf7,#fff7e4); | |||
padding:.65rem; | |||
} | |||
.mw-parser-output .infobox-team th{ | |||
color:#6e4a17; | |||
} | |||