„MediaWiki:Common.css” változatai közötti eltérés
Megjelenés
Nincs szerkesztési összefoglaló |
Nincs szerkesztési összefoglaló |
||
| 50. sor: | 50. sor: | ||
} | } | ||
table.infobox.biota th { | table.infobox.biota th { | ||
background-color: #afe1af; | background-color: #afe1af; | ||
color: white; | |||
text-align: center; | |||
} | |||
table.infobox.biota caption { | |||
background-color: #afe1af; | |||
text-align: center; | |||
} | } | ||
A lap 2025. november 23., 23:39-kori változata
/* Közös CSS az összes felületnek */
/* Anonim felhasználóknál rejtsük el a felesleges füleket */
body.anonymous #ca-history,
body.anonymous #ca-viewsource {
display: none !important;
}
.szerzo {
text-align: center;
font-size: xx-large;
font-weight: bold;
}
.cim {
text-align: center;
font-size: xxx-large;
font-weight: bold;
}
.center {
text-align: center;
}
.right {
text-align: right;
}
#mw-content-text h3,
#mw-content-text h4 {
text-decoration-line: underline;
}
/* taxobox alapstílus */
table.taxobox { border-collapse: collapse; border: 1px solid #aaa; width: 280px; font-size: 90%; }
table.taxobox th { background: #f2f2f2; padding: 4px 6px; text-align: left; vertical-align: top; }
table.taxobox td { padding: 4px 6px; vertical-align: top; }
.taxobox-title { font-weight: bold; font-size: 110%; text-align: center; }
/* SimpleTaxobox */
table.infobox.biota {
border: 1px solid #a2a9b1;
background-color: #f8f9fa;
float: right;
margin: 10px;
/* padding: .2em;*/
padding: 2px;
text-align: center;
width: 272px;
}
table.infobox.biota th {
background-color: #afe1af;
color: white;
text-align: center;
}
table.infobox.biota caption {
background-color: #afe1af;
text-align: center;
}