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

From Team Fortress Wiki
Jump to: navigation, search
m
 
(8 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
}
 
}
  
.lootbox {
+
.mw-notification {
position: fixed;
+
padding: 0;
    width: 10em;
+
border: none;
    bottom: 2em;
+
box-shadow: none;
    right: 5em;
 
    cursor: pointer;
 
    z-index: 1;
 
 
}
 
}
  
.apfools22 p {
+
.mw-notification-content .ambox {
position: absolute;
+
margin: 0;
    left: 1em;
 
    bottom: 0;
 
    width: 5em;
 
    font-size: 90px;
 
    font-style: italic;
 
    font-family: 'TF2';
 
    text-transform: uppercase;
 
    z-index: 9999;
 
 
}
 
}
  
.thewikiskeleton-bg {
+
.mw-notification-content .ambox .ambox-image {
    position: absolute;
+
padding: 10px;
    width: 100%;
+
padding-right: 2px;
    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 {
+
.mw-notification-content .ambox-text br + span:after {
position: absolute;
+
content: ' [click to dismiss]';
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;
 
 
}
 
}

Latest revision as of 22:35, 7 December 2023

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

.mw-notification {
	padding: 0;
	border: none;
	box-shadow: none;
}

.mw-notification-content .ambox {
	margin: 0;
}

.mw-notification-content .ambox .ambox-image {
	padding: 10px;
	padding-right: 2px;
}

.mw-notification-content .ambox-text br + span:after {
	content: ' [click to dismiss]';
}