589
правок
User (обсуждение | вклад) Нет описания правки Метки: с мобильного устройства из мобильной версии |
User (обсуждение | вклад) Нет описания правки |
||
(не показаны 32 промежуточные версии этого же участника) | |||
Строка 6: | Строка 6: | ||
display: none !important; | display: none !important; | ||
} | } | ||
body.skin--responsive #p-dock-bottom { | |||
display: none; | |||
} | |||
body.skin--responsive .mw-editsection { | |||
display: none; | |||
} | |||
#select-template { | |||
appearance: none !important; | |||
-webkit-appearance: none !important; | |||
} | |||
.vector-page-titlebar { | |||
width: 100%; | |||
} | } | ||
.mw-logo { | .mw-logo { | ||
Строка 60: | Строка 70: | ||
padding: 0; | padding: 0; | ||
background: #0c672f; | background: #0c672f; | ||
display: flow-root; | |||
} | } | ||
.mw-logo-container, | .mw-logo-container, | ||
Строка 77: | Строка 88: | ||
line-height: initial; | line-height: initial; | ||
float: left; | float: left; | ||
margin: | margin: 7px 7px 0px 0px; | ||
text-align: left; | text-align: left; | ||
min-height: 32px; | min-height: 32px; | ||
} | } | ||
#create-buttons select { | #create-buttons select { | ||
min-width: 270px; | |||
width: 30%; | width: 30%; | ||
} | } | ||
Строка 95: | Строка 107: | ||
#counter-text { | #counter-text { | ||
float: right; | float: right; | ||
align-content: center; | align-content: center; | ||
padding: 0px 14px; | padding: 0px 14px; | ||
font-style: italic; | font-style: italic; | ||
color: #fff; | color: #fff; | ||
} | |||
#counter-text a { | |||
font-size: 80%; | |||
line-height: 18px; | |||
} | } | ||
#hello { | #hello { | ||
Строка 108: | Строка 123: | ||
#hello-mini { | #hello-mini { | ||
font-size: 0.875em; | font-size: 0.875em; | ||
} | |||
.srf-listwidget-navigation .ln-letters a { | |||
padding: 7px; | |||
border: 1px solid #ddd; | |||
margin: 5px -1px 0px 0px; | |||
text-align: center; | |||
min-width: 11px; | |||
} | |||
.srf-listwidget-navigation .ln-letters a:first-child { | |||
width: 9px; | |||
padding-left: 6px; | |||
padding-right: 8px; | |||
} | |||
.srf-listwidget-navigation .ln-letters { | |||
padding: 5px; | |||
} | |||
#mw-content-text p { | |||
text-align: justify; | |||
text-indent: 3em; | |||
} | |||
.multicolumn-list ul { | |||
column-count: 3; | |||
column-gap: 20px; | |||
} | |||
.multicolumn-list li { | |||
break-inside: avoid; | |||
} | |||
@media (max-width: 1000px) { | |||
.multicolumn-list ul { | |||
column-count: 2; | |||
} | |||
} | |||
@media (max-width: 600px) { | |||
.multicolumn-list ul { | |||
column-count: 1; | |||
} | |||
} | } |