User:Wookipan/common.css

From Team Fortress Wiki
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* 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;
}