Difference between revisions of "User:Jestie/Page.css"
m (small change to make things fit better, will work on this more later) |
m (me when i accidentally remove a line of code that ensures things dont go awry, should be fine now) |
||
Line 6: | Line 6: | ||
/* for the pixel art near the login, also just leaving this here for now for further usage. */ | /* for the pixel art near the login, also just leaving this here for now for further usage. */ | ||
− | li#pt-userpage { | + | li#pt-userpage, li#pt-anonuserpage, li#pt-login { |
− | background:transparent url("/w/images/ | + | background:transparent url("/w/images/d/d8/Login_Soldier.png") no-repeat scroll top left !important; |
− | |||
image-rendering: pixelated; | image-rendering: pixelated; | ||
image-rendering: crisp-edges; | image-rendering: crisp-edges; | ||
− | padding-left:22px; | + | padding-left:22px; |
} | } | ||
* {font-family: comic sans ms} | * {font-family: comic sans ms} |
Revision as of 20:57, 13 May 2024
/* 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 {background-image: url("https://wiki.teamfortress.com/w/images/d/d9/User_Payn_TFWiki_Logo_Replacement.png") !important; 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-anonuserpage, li#pt-login { background:transparent url("/w/images/d/d8/Login_Soldier.png") no-repeat scroll top left !important; image-rendering: pixelated; image-rendering: crisp-edges; padding-left:22px; } * {font-family: comic sans ms}