"மீடியாவிக்கி:Common.css" பக்கத்தின் திருத்தங்களுக்கிடையேயான வேறுபாடு
நூலகம் இல் இருந்து
("→CSS placed here will be applied to all skins: /* CSS placed..."-இப்பெயரில் புதிய பக்கம் உருவாக்கப்பட்டுள்ளது) |
|||
| வரிசை 40: | வரிசை 40: | ||
table.toccolours > caption { | table.toccolours > caption { | ||
font-weight: bold; | font-weight: bold; | ||
| + | } | ||
| + | |||
| + | .gallerytext a { | ||
| + | background: none !important; | ||
| + | padding: 0 !important; | ||
} | } | ||
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;
}