MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 8: Line 8:
/* Meta color scheme */
/* Meta color scheme */
--fiendish-dark-purple: #5A1A45;
--fiendish-dark-purple: #5A1A45;h
--fiendish-purple: #993B80;
--fiendish-purple: #993B80;
--fiendish-gold: #C8AA6E;
--fiendish-gold: #C8AA6E;
Line 725: Line 725:
     box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
     box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
     margin-top: 0;
     margin-top: 0;
}
.mw-heading h1,
.mw-heading h2,
.mw-heading h3,
.mw-heading h4,
.mw-heading h5,
.mw-heading h6 {
    color: var(--text-color);
}
}


Line 736: Line 745:
}
}


h1,
.mw-heading h1,
h2 {
.mw-heading h2 {
     border-color: var(--section-border-color);
     border-color: var(--section-border-color);
}
}
Line 1,388: Line 1,397:
.wikitable > * > tr > th {
.wikitable > * > tr > th {
     background-color: var(--wikitable-header-bg);
     background-color: var(--wikitable-header-bg);
    color: var(--league-white);
}
}


Line 5,151: Line 5,161:
flex-direction: column;
flex-direction: column;
align-items: start;
align-items: start;
}
.mw-parser-output .tile-top a.external.text {
padding: 0 !important;
}
}