MediaWiki:Common.css: Porovnání verzí

Z The Last Kingdom UO Wiki
Bez shrnutí editace
Bez shrnutí editace
značka: ruční vrácení zpět
 
(Není zobrazeno 15 mezilehlých verzí od stejného uživatele.)
Řádek 6: Řádek 6:
     box-shadow: none;
     box-shadow: none;
     border-collapse: collapse;
     border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
}
}


Řádek 23: Řádek 25:
th[style*="background"] {
th[style*="background"] {
     all: revert;
     all: revert;
}
.centered-table {
    margin-left: auto;
    margin-right: auto;
}
/* Center shrink-to-fit tables (e.g. image-only tables) */
table.center-table {
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
/* Center text in all wikitable cells */
.wikitable th,
.wikitable td {
    text-align: center;
    vertical-align: middle;
}
/* Center images in tables */
.wikitable img {
    display: block;
    margin: 0 auto;
}
/* Keep text and links inline */
.wikitable td,
.wikitable th {
    text-align: center;
    vertical-align: middle;
}
.wikitable td a,
.wikitable th a,
.wikitable td span,
.wikitable th span {
    display: inline;
}
}


Řádek 62: Řádek 103:
     text-align: left;
     text-align: left;
     margin-top: 10px;
     margin-top: 10px;
}
/* Hide site title next to logo */
.mw-logo-wordmark {
    display: none !important;
}
}