MediaWiki:Common.css: Difference between revisions

From Distant Sands 11
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Tag: Manual revert
 
(24 intermediate revisions by the same user not shown)
Line 29: Line 29:
     font-size: 10pt;
     font-size: 10pt;
     font-family: "Oxanium";
     font-family: "Oxanium";
    font-weight: 700;
}
}


Line 48: Line 47:
     padding: 1.5em !important;
     padding: 1.5em !important;
     background: url('https://wiki.distantsands.org/images/b/bc/Rdefgrey.png') repeat !important;
     background: url('https://wiki.distantsands.org/images/b/bc/Rdefgrey.png') repeat !important;
}
#p-personal li a,
#p-personal .pt-login,
#p-personal .pt-userpage,
#p-personal .pt-anonuserpage,
#p-personal .pt-createaccount,
#p-personal .pt-logout,
#p-personal .pt-notifications,
#p-personal .pt-watchlist,
#p-personal .pt-mytalk,
#p-personal .pt-preferences,
#p-personal .pt-contributions,
#p-navigation h3,
#p-tb h3,
#p-tb .vector-menu-heading,
.sidebar-toc h3,
#p-search label {
    color: #fff !important;
    text-shadow: 0 0 4px rgba(0,0,0,0.7);
}
div#p-logo.portlet a {
    background-image: url('https://wiki.distantsands.org/images/d/df/Ds11small.png') !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 135px !important;
}
}

Latest revision as of 12:38, 20 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;
}

@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, h4, h5 { 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;
}

#p-personal li a,
#p-personal .pt-login,
#p-personal .pt-userpage,
#p-personal .pt-anonuserpage,
#p-personal .pt-createaccount,
#p-personal .pt-logout,
#p-personal .pt-notifications,
#p-personal .pt-watchlist,
#p-personal .pt-mytalk,
#p-personal .pt-preferences,
#p-personal .pt-contributions,
#p-navigation h3,
#p-tb h3,
#p-tb .vector-menu-heading,
.sidebar-toc h3,
#p-search label {
    color: #fff !important;
    text-shadow: 0 0 4px rgba(0,0,0,0.7);
}

div#p-logo.portlet a {
    background-image: url('https://wiki.distantsands.org/images/d/df/Ds11small.png') !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 135px !important;
}