„MediaWiki:Common.css” változatai közötti eltérés

Innen: Sanctum2 Wikipédia
Ugrás a navigációhozUgrás a kereséshez
Nincs szerkesztési összefoglaló
Nincs szerkesztési összefoglaló
1. sor: 1. sor:
/* Háttérkép beállítása az egész oldalra */
body {
    background: url('https://wiki.nw2online.com/path/to/your/background-image.jpg') no-repeat center center fixed;
    background-size: cover;
}


/* Logo fixálása */
/* Papirusz stílusú tartalom */
#p-logo,#p-tb,#p-search {
#content {
     position: absolute;
    background: url('https://wiki.nw2online.com/path/to/your/papyrus-background.png') no-repeat center center;
    background-size: cover;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
}

A lap 2024. június 24., 13:17-kori változata

/* Háttérkép beállítása az egész oldalra */
body {
    background: url('https://wiki.nw2online.com/path/to/your/background-image.jpg') no-repeat center center fixed;
    background-size: cover;
}

/* Papirusz stílusú tartalom */
#content {
    background: url('https://wiki.nw2online.com/path/to/your/papyrus-background.png') no-repeat center center;
    background-size: cover;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}