Изменения

MediaWiki:Common.css

307 байтов убрано, 09:09, 15 декабря 2017
Нет описания правки
}
#tooltipnavigation
{
textdisplay: inline-align: center; color: #fff; background: #111block; position: absolutefixed; z-index: 100101;
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%;
}
#tooltip:after /* triangle decoration */
{
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #111;
content: '';
position: absolute;
left: 50%;
bottom: -10px;
margin-left: -10px;
}
#tooltip.top:after
{
border-top-color: transparent;
border-bottom: 10px solid #111;
top: -20px;
bottom: auto;
}
#tooltip.left:after
{
left: 10px;
margin: 0;
}
#tooltip.right:after
{
right: 10px;
left: auto;
margin: 0;
}
377
правок