„MediaWiki:Common.css” változatai közötti eltérés
Megjelenés
Nincs szerkesztési összefoglaló |
Nincs szerkesztési összefoglaló |
||
| 61. sor: | 61. sor: | ||
} | } | ||
/* Teszt: a kategóriaoldal tetején lévő piros doboz | /* Teszt: a kategóriaoldal tetején lévő piros doboz | ||
.page-Category .category-header { | .page-Category .category-header { | ||
border: 5px solid blue !important; | border: 5px solid blue !important; | ||
| 69. sor: | 69. sor: | ||
padding: 10px !important; | padding: 10px !important; | ||
margin-bottom: 10px !important; | margin-bottom: 10px !important; | ||
} | }*/ | ||
/* Elrejti a tényleges Kategória:Brasiliopuntia főcímet | /* Elrejti a tényleges Kategória:Brasiliopuntia főcímet | ||
.page-Category .firstHeading { | .page-Category .firstHeading { | ||
display: none; | display: none; | ||
} | }*/ | ||
/* Vizsgálat: a Category header látszik a lista fölött | /* Vizsgálat: a Category header látszik a lista fölött | ||
.page-Category .category-header { | .page-Category .category-header { | ||
display: block; | display: block; | ||
margin-bottom: 1em; | |||
}*/ | |||
/* Csak a kategóriaoldalak elsődleges címe (namespace + kettőspont) elrejtése */ | |||
.page-Category .mw-page-title-namespace, | |||
.page-Category .mw-page-title-separator { | |||
display: none; | |||
} | |||
/* A főcím maradjon látható */ | |||
.page-Category .mw-page-title-main { | |||
font-size: 1.8em; | |||
font-weight: bold; | |||
margin-bottom: 1em; | margin-bottom: 1em; | ||
} | } | ||
A lap 2025. december 3., 10:34-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;
}
/* Teszt: a kategóriaoldal tetején lévő piros doboz
.page-Category .category-header {
border: 5px solid blue !important;
background-color: yellow !important;
color: red !important;
font-size: 22px !important;
padding: 10px !important;
margin-bottom: 10px !important;
}*/
/* Elrejti a tényleges Kategória:Brasiliopuntia főcímet
.page-Category .firstHeading {
display: none;
}*/
/* Vizsgálat: a Category header látszik a lista fölött
.page-Category .category-header {
display: block;
margin-bottom: 1em;
}*/
/* Csak a kategóriaoldalak elsődleges címe (namespace + kettőspont) elrejtése */
.page-Category .mw-page-title-namespace,
.page-Category .mw-page-title-separator {
display: none;
}
/* A főcím maradjon látható */
.page-Category .mw-page-title-main {
font-size: 1.8em;
font-weight: bold;
margin-bottom: 1em;
}