„MediaWiki:Common.css” változatai közötti eltérés
Megjelenés
Nincs szerkesztési összefoglaló |
Nincs szerkesztési összefoglaló |
||
| 113. sor: | 113. sor: | ||
/* Csak a taxobox keresőikonjaira vonatkozó stílus vége */ | /* Csak a taxobox keresőikonjaira vonatkozó stílus vége */ | ||
/* | |||
.google-gallery img { | .google-gallery img { | ||
width: 250px; | width: 250px; | ||
margin: 4px; | margin: 4px; | ||
} | } | ||
| 122. sor: | 123. sor: | ||
gap: 4px; | gap: 4px; | ||
} | } | ||
*/ | |||
@media screen { | @media screen { | ||
| 128. sor: | 130. sor: | ||
--line-height-medium: 1.6; | --line-height-medium: 1.6; | ||
} | } | ||
} | |||
.wiki-dynamic-gallery a { | |||
display: inline-block; | |||
min-width: 340px; | |||
min-height: 200px; /* Egy átlagos fekvő kép magassága */ | |||
background: #f9f9f9; | |||
margin: 5px; | |||
} | } | ||
A lap 2025. december 27., 20:49-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 td {
padding: 4px 2px;
}
table.infobox.biota caption {
background-color: #afe1af;
text-align: center;
}
/* Csak a kategóriaoldalak elsődleges címe (namespace + kettőspont) elrejtése */
.mw-page-title-namespace,
.mw-page-title-separator {
display: none;
}
/* A főcím maradjon látható
.mw-page-title-main {
font-size: 1.8em;
font-weight: bold;
margin-bottom: 1em;
} */
/* Csak a taxobox keresőikonjaira vonatkozó stílus */
/* Eltávolítjuk az alapértelmezett belső margókat a celláról */
table.infobox.biota th.taxobox-icons {
background-color: #ebebe0;
padding: 10px 0 !important;
}
/* Minden linkre (a-tag), ami a taxobox-icons cellában van */
.taxobox-icons a {
margin: 0 5px !important;
display: inline-block;
vertical-align: middle;
text-decoration: none !important; /* Eltünteti az esetleges aláhúzást */
}
/* Opcionális: a külső link ikon elrejtése, ha zavarja a logót */
.taxobox-icons .external {
background-image: none !important;
padding-right: 0 !important;
}
/* Biztosítjuk, hogy a kép ne lógjon ki */
.taxobox-icons img {
display: block;
opacity: 0.7;
}
/* Ha szeretnél egy kis hover effektet (elhalkul/erősödik ha rámutatsz) */
.taxobox-icons img:hover {
opacity: 1;
transition: opacity 0.2s;
}
/* Csak a taxobox keresőikonjaira vonatkozó stílus vége */
/*
.google-gallery img {
width: 250px;
margin: 4px;
}
.google-gallery {
display: flex;
flex-wrap: wrap;
gap: 4px;
}
*/
@media screen {
.vector-feature-custom-font-size-clientpref--excluded, .vector-feature-custom-font-size-clientpref-0, .mw-body-content .cdx-message {
--font-size-medium: 1rem;
--line-height-medium: 1.6;
}
}
.wiki-dynamic-gallery a {
display: inline-block;
min-width: 340px;
min-height: 200px; /* Egy átlagos fekvő kép magassága */
background: #f9f9f9;
margin: 5px;
}