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/background_circle.jpeg"); | |||
--wiz-content-border: #ff942d; | --wiz-content-border: #ff942d; | ||
--wiz-text: #d2d2d2; | --wiz-text: #d2d2d2; | ||
| Line 21: | Line 22: | ||
html { | html { | ||
background: var(--wiz-page-background); | min-height: 100%; | ||
background-color: var(--wiz-page-background); | |||
background-image: var(--wiz-background-image); | |||
background-repeat: no-repeat; | |||
background-position: center center; | |||
background-size: cover; | |||
background-attachment: fixed; | |||
} | } | ||
| Line 489: | Line 496: | ||
.wizlords-useful-links { | .wizlords-useful-links { | ||
margin: 8px 0 0 20px; | margin: 8px 0 0 20px; | ||
padding: | padding-left: 20px; | ||
list-style: disc outside; | |||
text-align: left; | text-align: left; | ||
} | } | ||
| Line 495: | Line 503: | ||
.wizlords-useful-links li { | .wizlords-useful-links li { | ||
margin-bottom: 6px; | margin-bottom: 6px; | ||
list-style: disc outside; | |||
} | } | ||