Difference between revisions of "User:Wookipan/common.css"

From Team Fortress Wiki
Jump to: navigation, search
(Created page with "Sparkly soldier: li#pt-userpage { background-image: url('/w/images/9/92/Soldier_Login_WikiCap.gif') !important; }")
 
Line 2: Line 2:
 
li#pt-userpage {
 
li#pt-userpage {
 
     background-image: url('/w/images/9/92/Soldier_Login_WikiCap.gif') !important;
 
     background-image: url('/w/images/9/92/Soldier_Login_WikiCap.gif') !important;
 +
}
 +
 +
.lootbox {
 +
position: fixed;
 +
    width: 10em;
 +
    bottom: 2em;
 +
    right: 5em;
 +
    cursor: pointer;
 +
    z-index: 1;
 +
}
 +
 +
.apfools22 p {
 +
position: absolute;
 +
    left: 1em;
 +
    bottom: 0;
 +
    width: 5em;
 +
    font-size: 90px;
 +
    font-style: italic;
 +
    font-family: 'TF2';
 +
    text-transform: uppercase;
 +
    z-index: 9999;
 +
}
 +
 +
.thewikiskeleton-bg {
 +
    position: absolute;
 +
    width: 100%;
 +
    height: 100%;
 +
    background: url('/w/images/8/87/User_Wookipan_bg_fire.gif') no-repeat;
 +
    background-size: cover;
 +
    opacity: 0.8;
 +
    z-index: 999;
 +
}
 +
 +
.thewikiskeleton {
 +
position: absolute;
 +
top: 50%;
 +
left: 0;
 +
right: 0;
 +
    width: 35em;
 +
    height: 50em;
 +
    margin: 0 auto 0 auto;
 +
    transform: translateY(-50%);
 +
    background: url('/w/images/4/4c/User_Wookipan_thewikiskeleton.png') no-repeat;
 +
    background-size: contain;
 +
    z-index: 9999;
 +
}
 +
 +
.apfools22 p,
 +
.thewikiskeleton-bg,
 +
.thewikiskeleton {
 +
display: none;
 +
pointer-events: none;
 
}
 
}

Revision as of 05:23, 1 April 2022

/* Sparkly soldier */
li#pt-userpage {
    background-image: url('/w/images/9/92/Soldier_Login_WikiCap.gif') !important;
}

.lootbox {
	position: fixed;
    width: 10em;
    bottom: 2em;
    right: 5em;
    cursor: pointer;
    z-index: 1;
}

.apfools22 p {
	position: absolute;
    left: 1em;
    bottom: 0;
    width: 5em;
    font-size: 90px;
    font-style: italic;
    font-family: 'TF2';
    text-transform: uppercase;
    z-index: 9999;
}

.thewikiskeleton-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('/w/images/8/87/User_Wookipan_bg_fire.gif') no-repeat;
    background-size: cover;
    opacity: 0.8;
    z-index: 999;
}

.thewikiskeleton {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
    width: 35em;
    height: 50em;
    margin: 0 auto 0 auto;
    transform: translateY(-50%);
    background: url('/w/images/4/4c/User_Wookipan_thewikiskeleton.png') no-repeat;
    background-size: contain;
    z-index: 9999;
}

.apfools22 p,
.thewikiskeleton-bg,
.thewikiskeleton {
	display: none;
	pointer-events: none;
}