User:Jestie/Page.css
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.
/* note to moderators, most of the spam from earlier was my trying ideas i had that i THOUGHT would work but unfortunately didn't. for example, my attemps at making the surrounding area of my other coloured backgrounds black, until i finally realised it literally was not possible. i apologise, i will be more economical with my usage in css and try not to be stupid. sorry.*/ .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; } * {font-family: comic sans ms} li#ptuserpage #thoughts .entry + .entry::before { content: ""; display: block; height: 10em; background: url('https://wiki.teamfortress.com/w/images/0/0a/User_Payn_Pebbles_Penguin_Login.png'); background-size: 13px 13px; } li#ptuserpage #thoughts .entry:nth-of-type(2n+1)::before { background: url("/w/images/d/d8/Login_Soldier.png"); background-size: 13px 13px; } #thoughts .entry:nth-of-type(3n+1)::before { background: url('https://wiki.teamfortress.com/w/images/3/33/Login_Scout.png'); background-size: 13px 13px; } #thoughts .entry:nth-of-type(4n+1)::before { background: url('https://wiki.teamfortress.com/w/images/e/e4/Login_Sniper.png'); background-size: 13px 13px; } #thoughts .entry:nth-of-type(5n+1)::before { background: url('https://wiki.teamfortress.com/w/images/d/d4/Login_Medic.png'); background-size: 13px 13px; }