Please join our Discord server! https://discord.gg/XCazaEVNzT
MediaWiki:Monobook.css
From Speedrunwiki.com
Revision as of 07:47, 14 March 2022 by PikAsriel (talk | contribs) (Created page with "→The original code: https://wikirby.com/wiki/MediaWiki:Monobook.css: div#globalWrapper { background: transparent; } #content, #footer { background: url(https://i.img...")
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.
/*The original code: https://wikirby.com/wiki/MediaWiki:Monobook.css*/ div#globalWrapper { background: transparent; } #content, #footer { background: url(https://i.imgur.com/7XScDaJ.png) -150px top left fixed; background-color: #eaf2fa; background: rgba(255, 255, 255, 0.80); border-top-left-radius: 1em; border-top-right-radius: 1em; border-bottom-left-radius: 1em; border-bottom-right-radius: 1em; } body { background: url(https://i.imgur.com/7XScDaJ.png) top left fixed; border-top-left-radius: 1em; border-bottom-left-radius: 1em; } .portlet .pBody { border-top-left-radius: 1em; border-top-right-radius: 1em; border-bottom-left-radius: 1em; border-bottom-right-radius: 1em; } /* border */ .wikiEditor-ui .wikiEditor-ui-view, #content, #footer { border: 2px solid #218cff; } textarea { border-color: #218cff; } /*Tabs*/ #p-cactions ul li, #p-cactions ul li a { background-color: #eaf2fa; border-top-left-radius: 1em; border-top-right-radius: 1em; padding-bottom: 5px; } body.skin--responsive .pBody { border-width: 2px; border-color: #218cff; } body.skin--responsive #p-cactions li { border-width: 2px; border-color: #218cff!important; padding-bottom: 3px; } body.skin--responsive #p-cactions li.selected a { border-bottom: 1px solid #fff; } /* user links */ li#pt-userpage, li#pt-anonuserpage, li#pt-login { background: url(https://i.imgur.com/Cr89wZM.png) top left no-repeat!important; background-size: 16px!important; padding: 1px 0 2px 20px!important; } #p-personal ul a { background-color: transparent; } #p-personal ul a:hover { background-color: transparent; text-decoration: underline; } #p-personal .pBody ul { background: rgba(255,255,255,0.80)!important; border-bottom: 1px solid #218cff!important; border-left: 1px solid #218cff!important; border-bottom-left-radius: 0.5em; float: right!important; padding-left: 5px!important; height: 1.55em; } /* edit summary tab */ .editOptions { background-color: #eaf2fa; border-color: #218cff; border-top-right-radius: 1em; border-bottom-right-radius: 1em; } .portlet .pBody { background-color: #eaf2fa; border: 2px solid #218cff; } input.searchButton { cursor: pointer; } #p-cactions li.selected { border-color: #218cff; } .portlet { width: 11.8em; } .usermessage { background-color:#eaf2fa; border: 1px solid #218cff; } a { color: #00f; } a:visited { color: #00c; } .mw-parser-output a.extiw { color: #06f; } .mw-parser-output a.extiw:visited { color: #3366BB; } .mw-parser-output a.external { color: #06f; } .mw-parser-output a.external:visited { color: #0044CC; } .mw-body-content { overflow: initial; }