Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Tark/common.css: Difference between revisions

From the Portal Wiki
mNo edit summary
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
#pt-userpage,
/******* Start "scroll to top" button *******/
#pt-anonuserpage,
@keyframes tfwikiScrollUpFadeIn {
#pt-login {
    from {
background-image: url(https://i2.theportalwiki.net/img/b/b4/Icon_Tiny_Cube.png);
        opacity: 0;
background-position-y: 6px;
    }
    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 *******/


/* Code for div-based collapsing
/* Code for div-based collapsing