Открыть меню
Переключить меню настроек
Открыть персональное меню
Вы не представились системе
Ваш IP-адрес будет виден всем, если вы внесёте какие-либо изменения.

MediaWiki:Common.css: различия между версиями

Страница интерфейса MediaWiki
Нет описания правки
Нет описания правки
Строка 1: Строка 1:
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
.itemepic {
span.itemepic {
     color: #A02EF7 !important;
     color: #A02EF7 !important;
}
}
.itemfine {
span.itemfine {
     color: #2DC50E !important;
     color: #2DC50E !important;
}
}
.itemsuperior {
span.itemsuperior {
     color: #3A92FF !important;
     color: #3A92FF !important;
}
}
Строка 2015: Строка 2015:
     color: #64a9ff !important;
     color: #64a9ff !important;
}
}
html.skin-theme-clientpref-night .itemepic {
html.skin-theme-clientpref-night span.itemepic {
     color: #b662f5 !important;
     color: #b662f5 !important;
}
}
html.skin-theme-clientpref-night .itemfine {
html.skin-theme-clientpref-night span.itemfine {
     color: #4ef62c !important;
     color: #4ef62c !important;
}
}
html.skin-theme-clientpref-night .itemsuperior {
html.skin-theme-clientpref-night span.itemsuperior {
     color: #64a9ff !important;
     color: #64a9ff !important;
}
}
Строка 2227: Строка 2227:
     color: #64a9ff !important;
     color: #64a9ff !important;
}
}
html.skin-theme-clientpref-os .itemepic {
html.skin-theme-clientpref-os span.itemepic {
     color: #b662f5 !important;
     color: #b662f5 !important;
}
}
html.skin-theme-clientpref-os .itemfine {
html.skin-theme-clientpref-os span.itemfine {
     color: #4ef62c !important;
     color: #4ef62c !important;
}
}
html.skin-theme-clientpref-os .itemsuperior {
html.skin-theme-clientpref-os span.itemsuperior {
     color: #64a9ff !important;
     color: #64a9ff !important;
}
}
}
}