Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 44: | Line 44: | ||
/* Table Heading */ | /* Table Heading */ | ||
− | .wikitable > tr > th, .wikitable > * > tr > th { | + | .wikitable > tr > th.infobox, .wikitable > * > tr > th.infobox { |
background-color: #edad59; | background-color: #edad59; | ||
} | } | ||
/* Table Row */ | /* Table Row */ | ||
− | tr { | + | tr.infobox { |
background: #fff9e4; | background: #fff9e4; | ||
} | } |
Revision as of 11:58, 21 February 2025
/* CSS placed here will be applied to all skins */ @font-face { font-family: spFont; src: url(fonts/SpLanguage-Regular.ttf); } spFormat { font-family: spFont; } body { background: #B6E8FF url(https://www.worldofsp.com/wiki/images/8/8c/Wiki_bg_var2.png) 0 0 repeat; } div.pBody, div#content { background-color: #fffef9; } #mw-head, mw-head-base { background: #E6FFFF url(https://www.worldofsp.com/wiki/images/8/89/Wiki_bg_var2_top.png) 0 0 repeat; /* background: #E6FFFF; background-color: transparent; */ } #footer.mw-footer { background-color: #E6FFFF; } #p-navigation, #p-tb { border-radius: 20px; background-color: #fffef9; } li.gallerybox div.thumb { border: 2px solid #f1d7a3; border-radius: 5px; background-color: #ffea9f; } /* Table Stuff */ /* Table Heading */ .wikitable > tr > th.infobox, .wikitable > * > tr > th.infobox { background-color: #edad59; } /* Table Row */ tr.infobox { background: #fff9e4; } spLightPanel { background-color: #fffef9; }