MediaWiki:Timeless.css: различия между версиями

Материал из Витебская энциклопедии
Новая страница: «All CSS here will be loaded for users of the Timeless skin: #p-banner { display: none; }»
 
Нет описания правки
 
(не показано 10 промежуточных версий этого же участника)
Строка 2: Строка 2:


#p-banner {
#p-banner {
  display: none;
  display: none !important;
}
 
.mw-body h1.firstHeading {
    border-bottom: 0 !important;
}
 
.tools-inline li {
    border-bottom: solid 2px transparent;
}
 
#mw-page-header-links .mw-list-item a {
    padding-left: 22px;
}
 
.page-Main_Page #firstHeading {
    display: none;
}
 
#mw-content-container {
    border-bottom: solid 4px #a5a5a5;
}
 
@media screen and (min-width: 851px) {
    #mw-content-container {
        margin-top: 3.35em;
    }
}
 
 
@media screen and (min-width: 851px) {
    #mw-header-nav-hack, #mw-header-hack {
        top: 3.1em;
    }
}
 
.color-middle {
    background: #ed2626;
}
 
.color-left,
.color-right {
    background: #2b389d;
}
}

Текущая версия от 16:46, 17 декабря 2025

/* All CSS here will be loaded for users of the Timeless skin */

#p-banner {
 display: none !important;
}

.mw-body h1.firstHeading {
    border-bottom: 0 !important;
}

.tools-inline li {
    border-bottom: solid 2px transparent;
}

#mw-page-header-links .mw-list-item a {
    padding-left: 22px;
}

.page-Main_Page #firstHeading {
    display: none;
}

#mw-content-container {
    border-bottom: solid 4px #a5a5a5;
}

@media screen and (min-width: 851px) {
    #mw-content-container {
        margin-top: 3.35em;
    }
}


@media screen and (min-width: 851px) {
    #mw-header-nav-hack, #mw-header-hack {
        top: 3.1em;
    }
}

.color-middle {
    background: #ed2626;
}

.color-left,
.color-right {
    background: #2b389d;
}