Изменения

Перейти к навигации Перейти к поиску
код перенесён в файл шаблона
Строка 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://ru.teopedia.org/w-pool/images/skin/up.png');
  −
}
  −
  −
div.go_top: hover: before {
  −
    content:url('http://ru.teopedia.org/w-pool/images/skin/.png');
  −
}
  −
div.go_top {
  −
    /*content:url('http://ru.teopedia.org/w-pool/images/skin/up.png');*/
  −
    cursor:pointer;
  −
        position: fixed;
  −
        z-index: 1;
  −
        top: 120px;
  −
        /*right: 5px;*/
  −
        left: 3px;
  −
        /*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://ru.teopedia.org/w-pool/images/skin/down.png');
  −
}
  −
div.go_down: hover: before  {
  −
    content:url('http://ru.teopedia.org/w-pool/images/skin/down_over.png');
  −
}
  −
  −
div.go_down:hover {
  −
    content:url('http://ru.teopedia.org/w-pool/images/skin/down_over.png');
  −
}
  −
  −
div.go_down {
  −
    /*content:url('http://ru.teopedia.org/w-pool/images/skin/down.png');*/
  −
    cursor:pointer;
  −
        position: fixed;
  −
        z-index: 1;
  −
        top: 143px;
  −
        /*right: 5px;*/
  −
        left: 3px;
  −
        /*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 */
 

Навигация