MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
a.external, #ca-talk > span > a {color: #f2d7c1 !important; } | a.external, #ca-talk > span > a {color: #f2d7c1 !important; } | ||
a:link, #ca-talk > span > a { color: #f2d7c1 !important; } | a:link, #ca-talk > span > a { color: #f2d7c1 !important; } | ||
tabbernav { | |||
font-family: inherit !important; | |||
font-weight: normal !important; | |||
font-size: 16px !important; | |||
border-bottom: 3px solid #4e5257 !important; | |||
overflow: hidden !important; | |||
padding: 0.3em 0 !important; | |||
} | |||
.tabbernav a { | |||
padding: 0.3em 0.5em !important; | |||
margin: 0 !important; | |||
color: white !important; | |||
border: none !important; | |||
background: #4e5257 !important; | |||
} | |||
.tabbernav li { | |||
display: inline-block !important; | |||
margin-top: 11px !important; | |||
} | |||
.tabberactive a { | |||
color: white !important; | |||
background: #818991 !important; | |||
} | |||
.tabbernav :not(.tabberactive) a:hover { | |||
background: #acb7c2 !important; | |||
} | |||
.tabbertab { | |||
border: none !important; | |||
padding: 0 !important; | |||
} | |||
.tabbernav { | |||
text-align:center; | |||
} |
Revision as of 20:23, 3 April 2020
/* CSS placed here will be applied to all skins */ body.mediawiki.page-User_Jamintheinfinite{ background: #414345 url(https://hub.scpslgame.com/images/thumb/b/be/096%27s_CC_Door.png/800px-096%27s_CC_Door.png) 0 0 no-repeat; background-position: center top; background-repeat: no-repeat; background-attachment: fixed; background-size:1920px 1080px; } a.new:visited, #ca-talk > span > a { color: #d6b295 !important; } a.new:link, #ca-talk > span > a { color: #926b6b !important; } a.external, #ca-talk > span > a {color: #f2d7c1 !important; } a:link, #ca-talk > span > a { color: #f2d7c1 !important; } tabbernav { font-family: inherit !important; font-weight: normal !important; font-size: 16px !important; border-bottom: 3px solid #4e5257 !important; overflow: hidden !important; padding: 0.3em 0 !important; } .tabbernav a { padding: 0.3em 0.5em !important; margin: 0 !important; color: white !important; border: none !important; background: #4e5257 !important; } .tabbernav li { display: inline-block !important; margin-top: 11px !important; } .tabberactive a { color: white !important; background: #818991 !important; } .tabbernav :not(.tabberactive) a:hover { background: #acb7c2 !important; } .tabbertab { border: none !important; padding: 0 !important; } .tabbernav { text-align:center; }