மீடியாவிக்கி:Common.css
நூலகம் இல் இருந்து
Parathan (பேச்சு | பங்களிப்புகள்) பயனரால் செய்யப்பட்ட 23:39, 15 செப்டம்பர் 2025 அன்றிருந்தவாரான திருத்தம்
/* 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;
}
.gallerytext a {
background: none !important;
padding: 0 !important;
}