You can know more about editing the articles in the wiki by reading guidelines.
Difference between revisions of "MediaWiki:Monobook.css"
From Speedrunwiki.com
Jump to navigationJump to search(3 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
#content, #footer { | #content, #footer { | ||
− | background: url(https://i.imgur.com/ | + | background: url(https://i.imgur.com/7XScDaJ.png) -150px top left fixed; |
background-color: #eaf2fa; | background-color: #eaf2fa; | ||
background: rgba(255, 255, 255, 0.80); | background: rgba(255, 255, 255, 0.80); | ||
Line 15: | Line 15: | ||
body { | body { | ||
− | background: url(https://i.imgur.com/ | + | background: url(https://i.imgur.com/7XScDaJ.png) top left fixed; |
border-top-left-radius: 1em; | border-top-left-radius: 1em; | ||
border-bottom-left-radius: 1em; | border-bottom-left-radius: 1em; | ||
Line 79: | Line 79: | ||
background: rgba(255,255,255,0.80)!important; | background: rgba(255,255,255,0.80)!important; | ||
border-bottom: 1px solid #218cff!important; | border-bottom: 1px solid #218cff!important; | ||
− | border-left: 1px solid # | + | border-left: 1px solid #218cff!important; |
border-bottom-left-radius: 0.5em; | border-bottom-left-radius: 0.5em; | ||
float: right!important; | float: right!important; |
Latest revision as of 07:07, 27 February 2022
/*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; }