Изменения

Перейти к навигации Перейти к поиску
м
Прячем заголовок
Строка 1: Строка 1: −
/* отодвигаем боковое мению для отображения кнопок соц сетей */
+
/*Внесённые здесь измения повлияют только на Основной раздел сайта*/
 +
 
 +
/* прячем заголовок только на заглавной странице */
 +
body.page-Заглавная_страница h1.firstHeading { display: none; }
 +
 
 +
/* отодвигаем боковое меню для отображения кнопок соц сетей */
 
#mw-panel {
 
#mw-panel {
   padding-left: 0.7em;
+
   padding-left: 0.9em;
 
}
 
}
 +
 +
/* -------------------------------------------- */
 +
/* -pm- Go top and down buttons*/
 +
 +
div.go_top: before {
 +
    content:url('http://playground.sysadminwiki.ru/w/skins/Vector/pm_add/up.png');
 +
}
 +
 +
div.go_top: hover: before {
 +
    content:url('http://playground.sysadminwiki.ru/w/skins/Vector/pm_add/up_over.png');
 +
}
 +
div.go_top {
 +
    /*content:url('http://playground.sysadminwiki.ru/w/skins/Vector/pm_add/up.png');*/
 +
    cursor:pointer;
 +
        position: fixed;
 +
        z-index: 1;
 +
        top: 183px;
 +
        /*right: 5px;*/
 +
        left: 158px;
 +
        /*border: 3px solid grey;*/
 +
        border-radius: 12px 12px 7px 7px;
 +
        /*box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
 +
        color: grey;
 +
        font-style: bold;
 +
        text-shadow: 3px 3px 3px grey;
 +
        font-size: 120%;
 +
        text-decoration: none;
 +
}
 +
 +
div.go_down: before {
 +
    content:url('http://playground.sysadminwiki.ru/w/skins/Vector/pm_add/down.png');
 +
}
 +
div.go_down: hover: before  {
 +
    content:url('http://playground.sysadminwiki.ru/w/skins/Vector/pm_add/down_over.png');
 +
}
 +
 +
div.go_down:hover {
 +
    content:url('http://playground.sysadminwiki.ru/w/skins/Vector/pm_add/down_over.png');
 +
}
 +
 +
div.go_down {
 +
    /*content:url('http://playground.sysadminwiki.ru/w/skins/Vector/pm_add/down.png');*/
 +
    cursor:pointer;
 +
        position: fixed;
 +
        z-index: 1;
 +
        top: 225px;
 +
        /*right: 5px;*/
 +
        left: 158px;
 +
        /*border: 3px solid grey;*/
 +
        border-radius: 7px 7px 12px 12px;
 +
        /*box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
 +
        color: grey;
 +
        font-style: bold;
 +
        text-shadow: 3px 3px 3px grey;
 +
        font-size: 120%;
 +
        text-decoration: none;
 +
}
 +
/* -pm- end of Go top and down buttons */

Навигация