MediaWiki:Common.css:修订间差异

Lil174留言 | 贡献
无编辑摘要
Lil174留言 | 贡献
无编辑摘要
第386行: 第386行:
     z-index: 1000;
     z-index: 1000;
     bottom: 100%;
     bottom: 100%;
    left: 0%;
     transform: translateX(-100%);
     transform: translateX(-100%);
     white-space: nowrap;
     white-space: nowrap;
第445行: 第446行:
     bottom: 0%;
     bottom: 0%;
     left: 100%;
     left: 100%;
    transform: translateY(100%);
    white-space: nowrap;
}
.tooltip-content-bc { /* 下中 */
    visibility: hidden;
    background-color: #150d0a;
    border: 3px solid #7c502e;
    padding: 3px;
    border-radius: 4px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    position: absolute;
    z-index: 1000;
    bottom: 0%;
    left: 0%;
     transform: translateY(100%);
     transform: translateY(100%);
     white-space: nowrap;
     white-space: nowrap;
MediaWiki Appliance - Powered by TurnKey Linux