MediaWiki:Vector.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
--wiz-panel-background: rgba(15, 15, 15, 0.82); | --wiz-panel-background: rgba(15, 15, 15, 0.82); | ||
--wiz-page-background: #111; | --wiz-page-background: #111; | ||
--wiz-background-image: url("/mywiki/index.php/Special:Redirect/file/ | --wiz-background-image: url("/mywiki/index.php/Special:Redirect/file/background_circle.jpeg"); | ||
--wiz-content-border: #ff942d; | --wiz-content-border: #ff942d; | ||
--wiz-text: #d2d2d2; | --wiz-text: #d2d2d2; | ||
| Line 69: | Line 69: | ||
#mw-head-base { | #mw-head-base { | ||
border-bottom: 0; | border-bottom: 0; | ||
box-shadow: none; | |||
outline: 0; | |||
opacity: 1; | |||
} | |||
#mw-head-base::before, | |||
#mw-head-base::after { | |||
content: none; | |||
display: none; | |||
} | } | ||