Aller au contenu

« MediaWiki:Mobile.css » : différence entre les versions

m
aucun résumé des modifications
(version finale pour tests)
mAucun résumé des modifications
Ligne 40 : Ligne 40 :
/* Maintenance templates you see atop some articles */
/* Maintenance templates you see atop some articles */
.ambox-content {background-color: #ddd;border-color: #cdcbc8;}
.ambox-content {background-color: #ddd;border-color: #cdcbc8;}
#backtotop {
    border-right: none;
    float: right;
    margin-top: -1px;
}
#backtotop button {
    height: 20px;
}
#BackToTopBtn div {
    border-radius: 100%;
    bottom: 3%;
    box-sizing: border-box;
    cursor: pointer;
    height: 50px;
    padding: 13px;
    position: fixed;
    text-align: center;
    width: 50px;
    z-index: 5000102;
}
#BackToTopBtn div svg {
    display: block;
    fill: currentColor;
    transform: scaleY(-1);
}
9 349

modifications