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:
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&display=swap');
 
@font-face {
    font-family: 'Eurostile';
    src: url('https://raw.githubusercontent.com/coderiver/mag/master/css/fonts/eurostile.eot');
    src: url('https://raw.githubusercontent.com/coderiver/mag/master/css/fonts/eurostile.eot?#iefix') format('embedded-opentype'),
        url('https://raw.githubusercontent.com/coderiver/mag/master/css/fonts/eurostile.woff2') format('woff2'),
        url('https://raw.githubusercontent.com/coderiver/mag/master/css/fonts/eurostile.woff') format('woff'),
        url('https://raw.githubusercontent.com/coderiver/mag/master/css/fonts/eurostile.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
 
/* Define the bold variant */
@font-face {
    font-family: 'Eurostile';
    src: url('https://raw.githubusercontent.com/coderiver/mag/master/css/fonts/eurostile-bold.eot');
    src: url('https://raw.githubusercontent.com/coderiver/mag/master/css/fonts/eurostile-bold.eot?#iefix') format('embedded-opentype'),
        url('https://raw.githubusercontent.com/coderiver/mag/master/css/fonts/eurostile-bold.woff2') format('woff2'),
        url('https://raw.githubusercontent.com/coderiver/mag/master/css/fonts/eurostile-bold.woff') format('woff'),
        url('https://raw.githubusercontent.com/coderiver/mag/master/css/fonts/eurostile-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


body {
body {
Line 6: Line 29:
     background-size: auto;
     background-size: auto;
     font-size: 10pt;
     font-size: 10pt;
     font-family: "Orbitron";
   
     font-family: "Oxanium";
}
}
h1, h2, h3 { font-family: "Eurostile", serif; }


#mw-page-container,
#mw-page-container,

Revision as of 14:43, 3 August 2026

@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&display=swap');

@font-face {
    font-family: 'Eurostile';
    src: url('https://raw.githubusercontent.com/coderiver/mag/master/css/fonts/eurostile.eot');
    src: url('https://raw.githubusercontent.com/coderiver/mag/master/css/fonts/eurostile.eot?#iefix') format('embedded-opentype'),
         url('https://raw.githubusercontent.com/coderiver/mag/master/css/fonts/eurostile.woff2') format('woff2'),
         url('https://raw.githubusercontent.com/coderiver/mag/master/css/fonts/eurostile.woff') format('woff'),
         url('https://raw.githubusercontent.com/coderiver/mag/master/css/fonts/eurostile.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Define the bold variant */
@font-face {
    font-family: 'Eurostile';
    src: url('https://raw.githubusercontent.com/coderiver/mag/master/css/fonts/eurostile-bold.eot');
    src: url('https://raw.githubusercontent.com/coderiver/mag/master/css/fonts/eurostile-bold.eot?#iefix') format('embedded-opentype'),
         url('https://raw.githubusercontent.com/coderiver/mag/master/css/fonts/eurostile-bold.woff2') format('woff2'),
         url('https://raw.githubusercontent.com/coderiver/mag/master/css/fonts/eurostile-bold.woff') format('woff'),
         url('https://raw.githubusercontent.com/coderiver/mag/master/css/fonts/eurostile-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    background: url('https://wiki.distantsands.org/images/b/bc/Directoratered.png') repeat;
    background-attachment: fixed;
    background-size: auto;
    font-size: 10pt;
    
    font-family: "Oxanium";
}

h1, h2, h3 { font-family: "Eurostile", serif; }

#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;
}