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

Материал из Теопедии
Перейти к навигации Перейти к поиску
м (Прячем заголовок)
(код перенесён в файл шаблона)
 
(не показано 5 промежуточных версий 2 участников)
Строка 1: Строка 1:
 
/*Внесённые здесь измения повлияют только на Основной раздел сайта*/
 
/*Внесённые здесь измения повлияют только на Основной раздел сайта*/
 
/* прячем заголовок только на заглавной странице */
 
body.page-Заглавная_страница h1.firstHeading { display: none; }
 
 
/* отодвигаем боковое меню для отображения кнопок соц сетей */
 
#mw-panel {
 
  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 */
 

Текущая версия на 11:45, 28 июня 2017

/*Внесённые здесь измения повлияют только на Основной раздел сайта*/