மீடியாவிக்கி:Common.css
From நூலகம்
/* CSS placed here will be applied to all skins */ /* CSS placed here will be applied to all skins */ /* Header elements padding */ .nav > li > a { padding: 8px 10px; } /* All heading elements */ h1, .h1, h2, .h2, h3, .h3 { margin-top: 10px; } /* Template tables */ table.toccolours { background-color: #f8f9fa; color: #black; margin: 1em 0; border: 1px solid #a2a9b1; border-collapse: collapse; } table.toccolours > tr > th, table.toccolours > tr > td, table.toccolours > * > tr > th, table.toccolours > * > tr > td { border: 1px solid #aaa; padding: 0.2em 0.4em; } table.toccolours > tr > th, table.toccolours > * > tr > th { background-color: #f2f2f2; text-align: center; border: 1px solid #aaa; font-weight: bold; } table.toccolours > caption { font-weight: bold; }