MediaWiki:Mobile.css: различия между версиями
Страница интерфейса MediaWiki
WeekThor (обсуждение | вклад) Нет описания правки |
(нет различий)
|
Текущая версия от 15:22, 3 сентября 2022
/* CSS placed here will affect users of the mobile site */
.date-header{
color: #000;
background: none;
margin: 0;
overflow: hidden;
padding-top: 0.5em;
border-bottom: 0;
margin-top: 0.3em;
margin-bottom: 0;
padding-bottom: 0;
line-height: 1.6;
font-weight: bold !important;
font-size: 100%;
}
.temp{
background: url('https://waste.fantastic-game.ru/tbru/images/temp.png') !important;
}
.online-stats{
background: url('https://waste.fantastic-game.ru/tbru/images/online.png') !important;
}
.toc-mobile > h2 {
visibility: visible;
font-family: -apple-system,'BlinkMacSystemFont','Segoe UI','Roboto','Lato','Helvetica','Arial',sans-serif;
font-size: 0.8em;
font-weight: bold;
border-bottom: 0;
padding: 0.7em 0;
}
.toc-mobile{
display: table;
visibility: visible;
position: relative;
font-size: 1.3em;
margin: 1em 0;
border: solid 1px transparent;
}
@media (max-width: 720px){
.content table > tbody {
display: inline-table;
width: 100%;
}
}
table{
height: auto !important;
max-width: 100% !important;
}
/* PDF icon next to external PDF link for Mozilla and Opera and for {PDFlink} template */
a[href$=".pdf"].external,
a[href*=".pdf?"].external,
a[href*=".pdf#"].external,
a[href$=".PDF"].external,
a[href*=".PDF?"].external,
a[href*=".PDF#"].external,
span.PDFlink a {
background: url(//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif) center right no-repeat !important;
padding-right: 18px !important;
}
a[href*="wikipedia.org"].external,
a[href*="wikipedia.org"].extiw,
span.WIKIlink a {
background-image: url(//provincepedia.fantastic-game.ru/resources/assets/wikipedia_logo@32.png) !important;
background-position-x: right !important;
background-position-y: center !important;
background-size: initial !important;
background-repeat-x: no-repeat !important;
background-repeat-y: no-repeat !important;
background-size: 16px !important;
padding-right: 18px !important;
}
a[href*="vk.com"].external,
span.WIKIlink a {
background-image: url(//provincepedia.fantastic-game.ru/resources/assets/vk_logo@32.png) !important;
background-position-x: right !important;
background-position-y: center !important;
background-size: initial !important;
background-repeat-x: no-repeat !important;
background-repeat-y: no-repeat !important;
background-size: 16px !important;
padding-right: 18px !important;
}
a[href*="://t.me"].external,
span.WIKIlink a {
background-image: url(//provincepedia.fantastic-game.ru/resources/assets/telegram@32.png) !important;
background-position-x: right !important;
background-position-y: center !important;
background-size: initial !important;
background-repeat-x: no-repeat !important;
background-repeat-y: no-repeat !important;
background-size: 16px !important;
padding-right: 18px !important;
}
.content li.mw-search-result {
margin-bottom: 15px;
box-shadow: #e5e5e5 0px 0px 5px;
border-radius: 9px;
padding: 0.5em 1em;
}
.content ul.mw-search-results {
padding-left: 0 !important;
}