MediaWiki:Common.css: Różnice pomiędzy wersjami

Z Narkopedia
Skocz do:nawigacja, szukaj
Strona główna nie powinna miec tytułu
 
font hyperreala
 
Linia 2: Linia 2:
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
body.page-Strona_główna.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
body.page-Strona_główna.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
/* Font hyperreala */
@font-face {
        font-family: 'hyperreal';
        src:url('https://w8.hyperre.al/talk/styles/hyperbootlike/theme/icons/fonts/hyperreal.eot?7my71y');
        src:url('https://w8.hyperre.al/talk/styles/hyperbootlike/theme/icons/fonts/hyperreal.eot?7my71y#iefix') format('embedded-opentype'),
                url('https://w8.hyperre.al/talk/styles/hyperbootlike/theme/icons/fonts/hyperreal.ttf?7my71y') format('truetype'),
                url('https://w8.hyperre.al/talk/styles/hyperbootlike/theme/icons/fonts/hyperreal.woff?7my71y') format('woff'),
                url('https://w8.hyperre.al/talk/styles/hyperbootlike/theme/icons/fonts/hyperreal.svg?7my71y#hyperreal') format('svg');
        font-weight: normal;
        font-style: normal;
}
[class^="hicon-"], [class*=" hicon-"] {
        font-family: 'hyperreal';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}
.hicon-hyperreal:before {
        content: "\e900";
}

Aktualna wersja na dzień 08:02, 24 wrz 2019

/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
body.page-Strona_główna.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

/* Font hyperreala */
@font-face {
        font-family: 'hyperreal';
        src:url('https://w8.hyperre.al/talk/styles/hyperbootlike/theme/icons/fonts/hyperreal.eot?7my71y');
        src:url('https://w8.hyperre.al/talk/styles/hyperbootlike/theme/icons/fonts/hyperreal.eot?7my71y#iefix') format('embedded-opentype'),
                url('https://w8.hyperre.al/talk/styles/hyperbootlike/theme/icons/fonts/hyperreal.ttf?7my71y') format('truetype'),
                url('https://w8.hyperre.al/talk/styles/hyperbootlike/theme/icons/fonts/hyperreal.woff?7my71y') format('woff'),
                url('https://w8.hyperre.al/talk/styles/hyperbootlike/theme/icons/fonts/hyperreal.svg?7my71y#hyperreal') format('svg');
        font-weight: normal;
        font-style: normal;
}

[class^="hicon-"], [class*=" hicon-"] {
        font-family: 'hyperreal';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;

        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}

.hicon-hyperreal:before {
        content: "\e900";
}