MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
.mw-wiki-logo { | .mw-wiki-logo { | ||
background-size: 100%; | background-size: 100%; | ||
} | |||
body { | |||
background-image: url('https://ranchroleplay.com/cdn/bg.jpg'); | |||
background-size: cover; | |||
background-attachment: fixed; | |||
background-repeat: norepeat; | |||
} | |||
#mw-page-base { | |||
background: none; | |||
} | |||
#mw-panel span { | |||
color: white; | |||
font-weight: 600; | |||
} | |||
#right-navigation, #left-navigation { | |||
background: white; | |||
} | |||
#p-personal { | |||
font-weight: 600; | |||
padding: 4px 13px; | |||
} | |||
#p-personal span { | |||
color: white; | |||
} | |||
#pt-preferences span { | |||
color: white; | |||
} | } | ||
Revision as of 20:40, 1 August 2022
/* CSS placed here will be applied to all skins */ .mw-wiki-logo { background-size: 100%; } body { background-image: url('https://ranchroleplay.com/cdn/bg.jpg'); background-size: cover; background-attachment: fixed; background-repeat: norepeat; } #mw-page-base { background: none; } #mw-panel span { color: white; font-weight: 600; } #right-navigation, #left-navigation { background: white; } #p-personal { font-weight: 600; padding: 4px 13px; } #p-personal span { color: white; } #pt-preferences span { color: white; } .w100 { width: 100%; }