MediaWiki: Modern.css: различия между версиями 🔗
Материал из VEDA Wiki
Sphynkx (обсуждение | вклад) Нет описания правки |
Sphynkx (обсуждение | вклад) Нет описания правки |
||
Строка 1: | Строка 1: | ||
/* CSS placed here will affect users of the Modern skin */ | /* CSS placed here will affect users of the Modern skin */ | ||
/* | |||
https://www.mediawiki.org/wiki/Manual:Interface/Sidebar#Sidebar_width_in_Vector_Skin_.28CSS.29 | |||
increase sidebar width */ | |||
#column-content { margin-left: -15em; } | |||
#column-content #content { margin-left: 15em; } | |||
#p-logo a, #p-logo a:hover { width: 15em; } | |||
#p-cactions { left: 14.5em; } | |||
.portlet { width: 14em; } | |||
#column-content { margin-left: -14em; } | |||
#content.mw-body { margin-left: 14em; } |
Версия от 23:54, 29 июня 2020
/* CSS placed here will affect users of the Modern skin */
/*
https://www.mediawiki.org/wiki/Manual:Interface/Sidebar#Sidebar_width_in_Vector_Skin_.28CSS.29
increase sidebar width */
#column-content { margin-left: -15em; }
#column-content #content { margin-left: 15em; }
#p-logo a, #p-logo a:hover { width: 15em; }
#p-cactions { left: 14.5em; }
.portlet { width: 14em; }
#column-content { margin-left: -14em; }
#content.mw-body { margin-left: 14em; }