MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
(Новая страница: «→Размещённый здесь CSS будет применяться ко всем темам оформления: span.docx { background: url(https://wikik2b.ru/w/resources/assets/file-type-icons/fileicon-docx.png) no-repeat; background-size: contain; →width: 20px;: padding-left: 20px; }») |
Нет описания правки |
||
| (не показано 5 промежуточных версий 2 участников) | |||
| Строка 5: | Строка 5: | ||
/* width: 20px; */ | /* width: 20px; */ | ||
padding-left: 20px; | padding-left: 20px; | ||
} | |||
docx { | |||
background: url(https://wikik2b.ru/w/resources/assets/file-type-icons/fileicon-docx.png) no-repeat; | |||
background-size: contain; | |||
/* width: 20px; */ | |||
padding-left: 20px; | |||
} | |||
#ca-viewsource { display: none !important; } | |||
.wk2bGetContactLotButton { | |||
pre { | |||
border: none !important; | |||
padding-left: 0 !important; | |||
} | |||
} | } | ||
Текущая версия от 09:16, 27 мая 2025
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
span.docx {
background: url(https://wikik2b.ru/w/resources/assets/file-type-icons/fileicon-docx.png) no-repeat;
background-size: contain;
/* width: 20px; */
padding-left: 20px;
}
docx {
background: url(https://wikik2b.ru/w/resources/assets/file-type-icons/fileicon-docx.png) no-repeat;
background-size: contain;
/* width: 20px; */
padding-left: 20px;
}
#ca-viewsource { display: none !important; }
.wk2bGetContactLotButton {
pre {
border: none !important;
padding-left: 0 !important;
}
}