"மீடியாவிக்கி:Common.css" பக்கத்தின் திருத்தங்களுக்கிடையேயான வேறுபாடு
நூலகம் இல் இருந்து
("→CSS placed here will be applied to all skins: /* CSS placed..."-இப்பெயரில் புதிய பக்கம் உருவாக்கப்பட்டுள்ளது) |
|
| (பயனரால் செய்யப்பட ஒரு இடைப்பட்ட திருத்தம் காட்டப்படவில்லை.) | |
(வேறுபாடு ஏதுமில்லை)
| |
23:40, 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;
}