User:Tark/common.css: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
mNo edit summary
Line 1: Line 1:
/******* Start "scroll to top" button *******/
@keyframes tfwikiScrollUpFadeIn {
    from {
        opacity: 0;
    }
    to {
    /* same as #tfwiki-scrollup */
        opacity: 0.7;
    }
}
#tfwiki-scrollup {
    position: fixed;
    bottom: 24px;
    left: 18px;
    opacity: 0.7;
    cursor: pointer;
    display: none;
    width: 50px;
    height: 50px;
    animation: tfwikiScrollUpFadeIn 1s;
}
/******* End "scroll to top" button *******/
#pt-userpage a,
#pt-userpage a,
#pt-anonuserpage a,
#pt-anonuserpage a,

Navigation menu