„MediaWiki:Common.css” változatai közötti eltérés

Innen: Operencia - Wikipedia
Ugrás a navigációhoz Ugrás a kereséshez
Új oldal, tartalma: „Közös CSS az összes felületnek: .lang-menu { font-size: 14px; margin-top: 10px; } .lang-menu a { color: #007bff; text-decoration: none; margin-right: 10px; } .lang-menu a:hover { text-decoration: underline; }”
 
Nincs szerkesztési összefoglaló
 
8. sor: 8. sor:
     text-decoration: none;
     text-decoration: none;
     margin-right: 10px;
     margin-right: 10px;
    display: inline-flex;
    align-items: center;
}
.lang-menu a img {
    width: 16px; /* Kisebb kép méret */
    height: auto;
    margin-right: 5px;
}
}
.lang-menu a:hover {
.lang-menu a:hover {
     text-decoration: underline;
     text-decoration: underline;
}
}

A lap jelenlegi, 2025. január 20., 18:50-kori változata

/* Közös CSS az összes felületnek */
.lang-menu {
    font-size: 14px;
    margin-top: 10px;
}
.lang-menu a {
    color: #007bff;
    text-decoration: none;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
}
.lang-menu a img {
    width: 16px; /* Kisebb kép méret */
    height: auto;
    margin-right: 5px;
}
.lang-menu a:hover {
    text-decoration: underline;
}