Difference between revisions of "User:Payn/Page.css"

From Team Fortress Wiki
Jump to: navigation, search
m (small change to make things fit better, will work on this more later)
m (small thing)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* note to moderators, i will be doing quite a lot of experimenting as i want to create something special with css, so i apologise if i flood the recent changes logs. */
 
 
.mw-wiki-logo  
 
.mw-wiki-logo  
 
{background-image: url("https://wiki.teamfortress.com/w/images/d/d9/User_Payn_TFWiki_Logo_Replacement.png") !important;  
 
{background-image: url("https://wiki.teamfortress.com/w/images/d/d9/User_Payn_TFWiki_Logo_Replacement.png") !important;  
 
background-size: 135px 135px;
 
background-size: 135px 135px;
 
}
 
}
/* for the pixel art near the login, also just leaving this here for now for further usage. */
 
 
 
li#pt-userpage {
 
li#pt-userpage {
background:transparent url("/w/images/2/27/Login_Spy.png") !important;
+
    background-image: url('https://wiki.teamfortress.com/w/images/0/0a/User_Payn_Pebbles_Penguin_Login.png') !important;
background-size: 13px 13px;
+
    background-size: 13px 13px;
image-rendering: pixelated;
 
image-rendering: crisp-edges;
 
padding-left:22px;   
 
 
}
 
}
  
  
 
* {font-family: comic sans ms}
 
* {font-family: comic sans ms}

Latest revision as of 02:17, 20 May 2024

.mw-wiki-logo 
	{background-image: url("https://wiki.teamfortress.com/w/images/d/d9/User_Payn_TFWiki_Logo_Replacement.png") !important; 
	background-size: 135px 135px;
}
li#pt-userpage {
    background-image: url('https://wiki.teamfortress.com/w/images/0/0a/User_Payn_Pebbles_Penguin_Login.png') !important;
    background-size: 13px 13px;
}


* {font-family: comic sans ms}