Изменения

MediaWiki:Common.css

978 байтов добавлено, 09:09, 15 декабря 2017
Нет описания правки
/* Move suggestions back into place (netbar moved them) */
.suggestions {
//margin-top: -29px !important;
}
text-align: right;
margin-left: 0.8em;
}
 
/* Кнопка "Вверх": [[Файл:Scroll_top.png]] */
#scroll-top
{
display: none;
background: url(//w.hil.su/images/8/8f/Scroll_top.png?version=d8f258a5cddea8a9c39f3ed949146d4a) no-repeat;
width: 50px;
height: 50px;
cursor: pointer;
position: fixed;
left: 30px;
bottom: 30px;
z-index: 10000;
}
 
#scroll-top:hover
{
background-position: 0 -50px;
}
 
#navigation
{
display: inline-block;
position: fixed;
z-index: 101;
padding: 15px;
/*background: rgb(28, 33, 33);
border: 1px solid rgb(70, 70, 70);
box-shadow: 0 0 2px #000;
border-radius: 4px; */
right: 1%;
margin-bottom: 15px;
max-width: 13%;
}
 
#page_wn
{
margin-right: 16%;
}
 
#warning
{
display: inline-block;
z-index: 101;
padding: 15px;
background: rgb(28, 33, 33);
border: 1px solid rgb(70, 70, 70);
box-shadow: 0 0 2px #000;
border-radius: 4px;
margin-bottom: 15px;
max-width: 70%;
}
377
правок