MediaWiki:Common.css: Difference between revisions

From Cake Popz
Created page with "#mw-content-block { background-image: url('/images/Snowy.gif'); background-repeat: no-repeat; background-position: center; background-attachment: fixed; background-size: cover; }"
 
No edit summary
Line 5: Line 5:
     background-attachment: fixed;
     background-attachment: fixed;
     background-size: cover;
     background-size: cover;
}
@font-face {
    font-family: 'Genesize Grotesk Demo';
    src: url('fonts/GenesizeGroteskDemo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Zepter Pro';
    src: url('fonts/Zepter_Pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Pinky Burst';
    src: url('fonts/PinkyBurst.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Super Meatball';
    src: url('fonts/SuperMeatball.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Caracol Island';
    src: url('fonts/CaracolIsland.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PHONIXEA';
    src: url('fonts/PHONIXEARegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'KidsParty';
    src: url('fonts/KidsParty.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Marine Corps Personal Used';
    src: url('fonts/MarineCorpsPersonalUsed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Space Marine';
    src: url('fonts/SpaceMarine-Nominal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Party Day Demo';
    src: url('fonts/PartyDayDemoRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PoolParty';
    src: url('fonts/PoolParty.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PHONIXEA';
    src: url('fonts/PHONIXEARegular.woff2') format('woff2'),
        url('fonts/PHONIXEARegular.woff') format('woff'),
        url('fonts/PHONIXEARegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'KidsParty';
    src: url('fonts/KidsParty.woff2') format('woff2'),
        url('fonts/KidsParty.woff') format('woff'),
        url('fonts/KidsParty.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Marine Corps Personal Used';
    src: url('fonts/MarineCorpsPersonalUsed.woff2') format('woff2'),
        url('fonts/MarineCorpsPersonalUsed.woff') format('woff'),
        url('fonts/MarineCorpsPersonalUsed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Space Marine';
    src: url('fonts/SpaceMarine-Nominal.woff2') format('woff2'),
        url('fonts/SpaceMarine-Nominal.woff') format('woff'),
        url('fonts/SpaceMarine-Nominal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Party Day Demo';
    src: url('fonts/PartyDayDemoRegular.woff2') format('woff2'),
        url('fonts/PartyDayDemoRegular.woff') format('woff'),
        url('fonts/PartyDayDemoRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PoolParty';
    src: url('fonts/PoolParty.woff2') format('woff2'),
        url('fonts/PoolParty.woff') format('woff'),
        url('fonts/PoolParty.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
}

Revision as of 18:31, 31 January 2026

#mw-content-block {
    background-image: url('/images/Snowy.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

@font-face {
    font-family: 'Genesize Grotesk Demo';
    src: url('fonts/GenesizeGroteskDemo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zepter Pro';
    src: url('fonts/Zepter_Pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pinky Burst';
    src: url('fonts/PinkyBurst.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Super Meatball';
    src: url('fonts/SuperMeatball.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Caracol Island';
    src: url('fonts/CaracolIsland.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PHONIXEA';
    src: url('fonts/PHONIXEARegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KidsParty';
    src: url('fonts/KidsParty.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Marine Corps Personal Used';
    src: url('fonts/MarineCorpsPersonalUsed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Marine';
    src: url('fonts/SpaceMarine-Nominal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Party Day Demo';
    src: url('fonts/PartyDayDemoRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PoolParty';
    src: url('fonts/PoolParty.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'PHONIXEA';
    src: url('fonts/PHONIXEARegular.woff2') format('woff2'),
        url('fonts/PHONIXEARegular.woff') format('woff'),
        url('fonts/PHONIXEARegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KidsParty';
    src: url('fonts/KidsParty.woff2') format('woff2'),
        url('fonts/KidsParty.woff') format('woff'),
        url('fonts/KidsParty.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Marine Corps Personal Used';
    src: url('fonts/MarineCorpsPersonalUsed.woff2') format('woff2'),
        url('fonts/MarineCorpsPersonalUsed.woff') format('woff'),
        url('fonts/MarineCorpsPersonalUsed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Marine';
    src: url('fonts/SpaceMarine-Nominal.woff2') format('woff2'),
        url('fonts/SpaceMarine-Nominal.woff') format('woff'),
        url('fonts/SpaceMarine-Nominal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Party Day Demo';
    src: url('fonts/PartyDayDemoRegular.woff2') format('woff2'),
        url('fonts/PartyDayDemoRegular.woff') format('woff'),
        url('fonts/PartyDayDemoRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PoolParty';
    src: url('fonts/PoolParty.woff2') format('woff2'),
        url('fonts/PoolParty.woff') format('woff'),
        url('fonts/PoolParty.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}