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

нет описания правки
Нет описания правки
Нет описания правки
 
(не показано 13 промежуточных версий этого же участника)
Строка 154: Строка 154:
     color: #000;
     color: #000;
     background: transparent;
     background: transparent;
    display: flex;
    align-items: center;
}
}
.vector222Tabs span, .vector222Tabs ul, #mw-page-base, .vector222Tabs {
.vector222Tabs span, .vector222Tabs ul, #mw-page-base, .vector222Tabs {
Строка 159: Строка 161:
}
}
#left-navigation {
#left-navigation {
     float: left;
     margin-top: 1em;
     margin-top: 3.5em;
     margin-bottom: 0em;
     margin-bottom: -4em;
     margin-left: 0em;
 
}
}
#p-search {
#p-search {
Строка 198: Строка 199:
}
}
table.wikitable222 {
table.wikitable222 {
width: 63%;
width: 62%;
      
      
     color: #000;
     color: #000;
Строка 227: Строка 228:
table.wikitable242 a, table.wikitable242 a:visited {
table.wikitable242 a, table.wikitable242 a:visited {
     color: #000;
     color: #000;
}
table.wikitable242 img {
    max-width: 22.5vw;
    height: auto;
}
table.wikitable242 .thumbinner {
    width: unset !important;
}
}
table.wikitable243 {
table.wikitable243 {
Строка 267: Строка 275:
     cursor: pointer;
     cursor: pointer;
     font-size: 0.8125em;
     font-size: 0.8125em;
}
#mw-head {
    position: absolute;
    top: 0;
    left: 0;
    width: unset;
    display: flex;
    /* align-content: center; */
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 11em;
    /* left: 11em; */
    /* padding-right: 11em; */
    max-width: 100%;
    min-height: 75px;
}
#right-navigation {
    margin-top: 0em;
}
.vector-search-box-inner {
    /* min-width: 5em; */
    width: 13.2em;
    /* width: 20vw; */
    /* max-width: 20em; */
}
}