MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
a:link, #ca-talk > span > a { color: #f2d7c1 !important; } | a:link, #ca-talk > span > a { color: #f2d7c1 !important; } | ||
.tabbernav | ul.tabbernav li a { | ||
border: none; | |||
background: #282829 !important; | |||
border-radius: 0 0 0 0; | |||
-moz-border-radius: 0 0 0 0; | |||
-webkit-border-radius: 0 0 0 0; | |||
-o-border-radius: 0 0 0 0; | |||
} | } | ||
. | ul.tabbernav li.tabberactive a { | ||
background: #59595c !important; | |||
border: none; | |||
border-radius: 0 0 0 0; | |||
-moz-border-radius: 0 0 0 0; | |||
-webkit-border-radius: 0 0 0 0; | |||
-o-border-radius: 0 0 0 0; | |||
color: black !important; | |||
font-weight: bold !important; | |||
} | } |
Revision as of 01:36, 6 May 2020
/* CSS placed here will be applied to all skins */ body.page-User_Jamintheinfinite{ background: #414345 url(https://hub.scpslgame.com/images/7/73/Backgroundtest3.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; } ul.tabbernav li a { border: none; background: #282829 !important; border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; -webkit-border-radius: 0 0 0 0; -o-border-radius: 0 0 0 0; } ul.tabbernav li.tabberactive a { background: #59595c !important; border: none; border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; -webkit-border-radius: 0 0 0 0; -o-border-radius: 0 0 0 0; color: black !important; font-weight: bold !important; }