MediaWiki:Vector.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
--wiz-page-width: 1360px; | --wiz-page-width: 1360px; | ||
--wiz-sidebar-width: 210px; | --wiz-sidebar-width: 210px; | ||
--wiz-sidebar-left-inset: 8px; | |||
--wiz-sidebar-content-gap: 0px; | --wiz-sidebar-content-gap: 0px; | ||
--wiz-page-gutter: 24px; | --wiz-page-gutter: 24px; | ||
| Line 14: | Line 15: | ||
--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 124: | Line 125: | ||
background: transparent; | background: transparent; | ||
color: var(--wiz-text); | color: var(--wiz-text); | ||
} | |||
#p-logo { | |||
left: var(--wiz-sidebar-left-inset); | |||
width: calc(var(--wiz-sidebar-width) - var(--wiz-sidebar-left-inset)); | |||
margin: 0; | |||
} | |||
#p-logo a { | |||
width: 100%; | |||
background-position: center top; | |||
background-size: contain; | |||
} | } | ||