Toggle menu
Toggle preferences menu
Toggle personal menu
Nejste přihlášen(a)
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.css: Porovnání verzí

MediaWiki interface page
založena nová stránka s textem „All CSS here will be loaded for users of the Citizen skin: body.skin-citizen { background: url("https://samuel-thomas.com/wp-content/uploads/2020/07/NN9457b-copy.jpg"); }“
 
Bez shrnutí editace
Řádek 1: Řádek 1:
/* All CSS here will be loaded for users of the Citizen skin */
/* All CSS here will be loaded for users of the Citizen skin */
body.skin-citizen {
@media screen {
background: url("https://samuel-thomas.com/wp-content/uploads/2020/07/NN9457b-copy.jpg");
    /* Hero image */
    .citizen-page-container:before {
        /* FIXME: Optimization needed (WebP, proper sized) */
        background-image: url(https://samuel-thomas.com/wp-content/uploads/2020/07/NN9457b-copy.jpg);
        background-position: 70% center;
    }
 
    /* Site header image */
    .citizen-header:before {
        background-image: url(/w/images/2/28/Citizen_header_image.webp);
    }
 
    /* One Ring Inscription */
    .citizen-body-container::after {
        background-image: url(/w/images/b/bf/One_Ring_Inscription_single_line_vertical.svg);
    }
}
}

Verze z 28. 9. 2025, 21:58

/* All CSS here will be loaded for users of the Citizen skin */
@media screen {
    /* Hero image */
    .citizen-page-container:before {
        /* FIXME: Optimization needed (WebP, proper sized) */
        background-image: url(https://samuel-thomas.com/wp-content/uploads/2020/07/NN9457b-copy.jpg);
        background-position: 70% center;
    }

    /* Site header image */
    .citizen-header:before {
        background-image: url(/w/images/2/28/Citizen_header_image.webp);
    }

    /* One Ring Inscription */
    .citizen-body-container::after {
        background-image: url(/w/images/b/bf/One_Ring_Inscription_single_line_vertical.svg);
    }
}