Warning.png

Поддержка Wiki прекращена, она доступна в режиме архива. Информация в ней устарела и может быть неактуальной.

Изменения

Перейти к: навигация, поиск

MediaWiki:Mobile.css

2382 байта убрано, 21:40, 29 января 2017
Нет описания правки
/* CSS placed here will affect users of the mobile site *Minecraft skin **/@import "/resources/src/jquery.tipsy/jquery.tipsy.css";
/** Minecraft skin **/
/* Minecraft font */
@font-face {
.oo-ui-toolbar-bar { border: none!important }
 
.tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted;
}
 
.tooltip .tooltiptext {
visibility: hidden;
background-color: #fff;
text-align: center;
border-radius: 3px;
padding: 3px 7px;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -55px;
opacity: 0;
transition: opacity .3s;
border: 1px solid #aaa;
}
 
.tooltip .tooltiptext:before,
.tooltip .tooltiptext:after {
content: "";
position: absolute;
bottom: -10px;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #fff transparent transparent transparent;
}
 
.tooltip .tooltiptext:before {
border-top-color: #777;
bottom: -11px;
}
 
.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
}
 
.tipsy {
padding: 5px;
position: absolute;
z-index: 100000;
cursor: default;
}
.tipsy-inner {
padding: 5px 8px 4px 8px;
/*background-color: #e8f2f8;*/
background-color: #ffffff;
border: solid 1px #a7d7f9;
color: black;
max-width: 15em;
border-radius: 4px;
/*
-moz-box-shadow: 0px 2px 8px #cccccc;
-webkit-box-shadow: 0px 2px 8px #cccccc;
box-shadow: 0px 2px 8px #cccccc;
-ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=2, Strength=6, Direction=90, Color='#cccccc')";
filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=2, Strength=6, Direction=90, Color='#cccccc');
*/
}
.tipsy-arrow {
position: absolute;
/* @embed */
background: url('images/tipsy.png') no-repeat top left;
width: 11px;
height: 6px;
}
/* @noflip */ .tipsy-n .tipsy-arrow {
top: 0;
left: 50%;
margin-left: -5px;
}
/* @noflip */ .tipsy-nw .tipsy-arrow {
top: 0;
left: 10px;
}
/* @noflip */ .tipsy-ne .tipsy-arrow {
top: 0;
right: 10px;
}
/* @noflip */ .tipsy-s .tipsy-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
background-position: bottom left;
}
/* @noflip */ .tipsy-sw .tipsy-arrow {
bottom: 0;
left: 10px;
background-position: bottom left;
}
/* @noflip */ .tipsy-se .tipsy-arrow {
bottom: 0;
right: 10px;
background-position: bottom left;
}
/* @noflip */ .tipsy-e .tipsy-arrow {
top: 50%;
margin-top: -5px;
right: 0;
width: 6px;
height: 11px;
background-position: top right;
}
/* @noflip */ .tipsy-w .tipsy-arrow {
top: 50%;
margin-top: -5px;
left: 0;
width: 6px;
height: 11px;
}

Навигация