MediaWiki:Common.css: mudanças entre as edições

Ir para navegação Ir para pesquisar
sem sumário de edição
Sem resumo de edição
Sem resumo de edição
Linha 983: Linha 983:
}
}
.item-tooltip {
.item-tooltip {
     position: fixed; /* ← importante */
     position: fixed;
     width: 300px;
     width: 280px;
     padding: 14px;
     height: 120px;
    border-radius: 14px;
    font-size: 13px;
    color: #222;
     z-index: 999999;
     z-index: 999999;
    pointer-events: none;


     background: linear-gradient(#ffffff, #eaeaea);
     background: url("/images/background.png") no-repeat;
     border: 1px solid #bbb;
     background-size: 100% 100%;


     box-shadow:
     font-size: 12px;
        inset 0 1px 0 #fff,
     color: #111;
        0 8px 28px rgba(0,0,0,0.35);
 
     pointer-events: none;
    white-space: normal;
    word-break: break-word;
}
}


.item-tooltip b {
.item-tooltip .icon {
     font-size: 15px;
     position: absolute;
     color: #000;
     left: 12px;
    top: 12px;
    width: 24px;
    height: 24px;
}
}


.item-tooltip img {
.item-tooltip .text {
     image-rendering: pixelated;
     position: absolute;
    left: 46px;
    top: 10px;
    right: 12px;
    bottom: 12px;
    overflow: hidden;
}
}

Menu de navegação