MediaWiki:Timeless.css: различия между версиями
Материал из Space Station 14 Вики
Tfmb (обсуждение | вклад) Новая страница: «.client-js .sortable:not(.jquery-tablesorter) > * > tr:first-child > th:not(.unsortable), .jquery-tablesorter th.headerSort { background-image: url(/resources/src/jquery.tablesorter.styles/images/sort_both.svg?0e440) !important; cursor: pointer; background-repeat: no-repeat !important; background-position: center right !important; padding-right: 21px; }» |
Tfmb (обсуждение | вклад) Нет описания правки |
||
| Строка 1: | Строка 1: | ||
/*фикс сортировочных таблиц*/ | |||
.client-js .sortable:not(.jquery-tablesorter) > * > tr:first-child > th:not(.unsortable), .jquery-tablesorter th.headerSort { | .client-js .sortable:not(.jquery-tablesorter) > * > tr:first-child > th:not(.unsortable), .jquery-tablesorter th.headerSort { | ||
background-image: url(/resources/src/jquery.tablesorter.styles/images/sort_both.svg?0e440) !important; | background-image: url(/resources/src/jquery.tablesorter.styles/images/sort_both.svg?0e440) !important; | ||
| Строка 5: | Строка 6: | ||
background-position: center right !important; | background-position: center right !important; | ||
padding-right: 21px; | padding-right: 21px; | ||
} | |||
/*Категория внизу*/ | |||
#catlinks-sidebar { | |||
display: none | |||
} | |||
#catlinks { | |||
display: block !important; | |||
background: #212126; | |||
padding: 0.5em; | |||
box-shadow: 0 0 2px black | |||
} | |||
@media (min-width: 1340px) { | |||
#mw-content-block { | |||
display:block | |||
} | |||
#mw-content { | |||
margin-left: 14em; | |||
padding: 2em 0 0 | |||
} | |||
#mw-content-wrapper { | |||
float: right; | |||
margin-left: -14em; | |||
background: transparent; | |||
width: 100% | |||
} | |||
#mw-related-navigation { | |||
width: 14em; | |||
padding: 0 1em 0 0 | |||
} | |||
.color-middle { | |||
margin-right: 0 | |||
} | |||
.mw-wiki-logo { | |||
display: inline-block | |||
} | |||
#catlinks { | |||
margin-left: 14em | |||
} | |||
} | } | ||
Версия от 16:27, 29 марта 2024
/*фикс сортировочных таблиц*/
.client-js .sortable:not(.jquery-tablesorter) > * > tr:first-child > th:not(.unsortable), .jquery-tablesorter th.headerSort {
background-image: url(/resources/src/jquery.tablesorter.styles/images/sort_both.svg?0e440) !important;
cursor: pointer;
background-repeat: no-repeat !important;
background-position: center right !important;
padding-right: 21px;
}
/*Категория внизу*/
#catlinks-sidebar {
display: none
}
#catlinks {
display: block !important;
background: #212126;
padding: 0.5em;
box-shadow: 0 0 2px black
}
@media (min-width: 1340px) {
#mw-content-block {
display:block
}
#mw-content {
margin-left: 14em;
padding: 2em 0 0
}
#mw-content-wrapper {
float: right;
margin-left: -14em;
background: transparent;
width: 100%
}
#mw-related-navigation {
width: 14em;
padding: 0 1em 0 0
}
.color-middle {
margin-right: 0
}
.mw-wiki-logo {
display: inline-block
}
#catlinks {
margin-left: 14em
}
}