MediaWiki:Common.css: Difference between revisions
From Distant Sands 11
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
@font-face { | |||
font-family: 'Eurostile'; | |||
src: url('https://github.com/coderiver/mag/blob/master/css/fonts/eurostile.woff2') format('woff2'), | |||
url('https://github.com/coderiver/mag/blob/master/css/fonts/eurostile.woff') format('woff'); | |||
} | |||
body { | body { | ||
background: url('https://wiki.distantsands.org/images/b/bc/Directoratered.png') repeat; | background: url('https://wiki.distantsands.org/images/b/bc/Directoratered.png') repeat; | ||
| Line 4: | Line 10: | ||
background-size: auto; | background-size: auto; | ||
font-size: 9pt; | font-size: 9pt; | ||
font-family: "Eurostile" | font-family: "Eurostile"; | ||
} | } | ||
Revision as of 14:10, 3 August 2026
@font-face {
font-family: 'Eurostile';
src: url('https://github.com/coderiver/mag/blob/master/css/fonts/eurostile.woff2') format('woff2'),
url('https://github.com/coderiver/mag/blob/master/css/fonts/eurostile.woff') format('woff');
}
body {
background: url('https://wiki.distantsands.org/images/b/bc/Directoratered.png') repeat;
background-attachment: fixed;
background-size: auto;
font-size: 9pt;
font-family: "Eurostile";
}
#mw-page-container,
#globalWrapper {
max-width: 1280px !important;
margin: 0 auto !important;
float: none !important;
display: block !important;
width: auto !important;
min-width: 0 !important;
}
.mw-body,
#content {
padding: 1.5em !important;
background: url('https://wiki.distantsands.org/images/b/bc/Rdefgrey.png') repeat !important;
}