MediaWiki:Mobile.css: mudanças entre as edições

sem sumário de edição
Sem resumo de edição
Sem resumo de edição
Linha 676: Linha 676:
     background: #1d1d1d;
     background: #1d1d1d;
}
}
.wikitable > tr > th, .wikitable > * > tr > th {
    background-color: #000000;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #1d1d1d;
    z-index: 1;
    display: none;
}
.overlay-header-container, .overlay-footer-container {
    width: 100%;
    background: #000;
    z-index: 2;
}
.overlay .content-header {
    background-color: #1d1d1d;
    border-bottom: 1px solid #eaecf0;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: inherit;
}
.overlay-footer-container {
    background-color: #000;
    bottom: 0;
    border-top: 1px solid #c8ccd1;
}
#mw-mf-page-left {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    min-width: 275px;
    max-width: 80%;
    z-index: 2;
    overflow-y: auto;
    background-color: #000000;
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    transform: translate(-100%,0);
}
.menu.view-border-box span {
    color: black;
}
#toc {
    display: none;
    position: relative;
    margin: 1em 0;
    padding: 0.2em 0.5em;
    background-color: #000000;
    border: solid 1px #eaecf0;
    box-sizing: border-box;
}
}
}