589
правок
User (обсуждение | вклад) Нет описания правки Метки: с мобильного устройства из мобильной версии |
User (обсуждение | вклад) Нет описания правки |
||
(не показано 20 промежуточных версий этого же участника) | |||
Строка 5: | Строка 5: | ||
body.page-Вики-энциклопедия_университета_Главная header.vector-page-titlebar { | body.page-Вики-энциклопедия_университета_Главная header.vector-page-titlebar { | ||
display: none !important; | display: none !important; | ||
} | |||
body.skin--responsive #p-dock-bottom { | |||
display: none; | |||
} | |||
body.skin--responsive .mw-editsection { | |||
display: none; | |||
} | } | ||
#select-template { | #select-template { | ||
Строка 64: | Строка 70: | ||
padding: 0; | padding: 0; | ||
background: #0c672f; | background: #0c672f; | ||
display: flow-root; | |||
} | } | ||
.mw-logo-container, | .mw-logo-container, | ||
Строка 100: | Строка 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 { | ||
Строка 115: | Строка 125: | ||
} | } | ||
.srf-listwidget-navigation .ln-letters a { | .srf-listwidget-navigation .ln-letters a { | ||
padding: | padding: 7px; | ||
border: 1px solid #ddd; | border: 1px solid #ddd; | ||
margin: 5px -1px 0px 0px; | 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 { | .srf-listwidget-navigation .ln-letters { | ||
padding: 5px | 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; | |||
} | |||
} | } |