Jump to content

MediaWiki:Common.css: Difference between revisions

From Wiki Knights Errant Life
Created page with "CSS placed here will be applied to all skins: Главная страница: body.page-Main_Page { background: #f8f3e8 url("/images/5/51/pergament_svg.svg") repeat; color: #2a1c12; font-family: 'Uncial Antiqua', 'MedievalSharp', serif; } body.page-Main_Page .main-content { max-width: 900px; margin: 40px auto; padding: 30px; background: rgba(255, 255, 240, 0.95); border: 3px solid #7b2c2c; border-radius: 12px; box-shad..."
 
(No difference)

Latest revision as of 06:50, 17 August 2025

/* CSS placed here will be applied to all skins */

/* Главная страница */
body.page-Main_Page {
    background: #f8f3e8 url("/images/5/51/pergament_svg.svg") repeat;
    color: #2a1c12;
    font-family: 'Uncial Antiqua', 'MedievalSharp', serif;
}

body.page-Main_Page .main-content {
    max-width: 900px;
    margin: 40px auto;
    padding: 30px;
    background: rgba(255, 255, 240, 0.95);
    border: 3px solid #7b2c2c;
    border-radius: 12px;
    box-shadow: 0 0 25px rgba(0,0,0,0.4);
}

body.page-Main_Page h1, 
body.page-Main_Page h2 {
    font-family: 'Uncial Antiqua', serif;
    color: #5a1a1a;
    text-align: center;
}

body.page-Main_Page a {
    color: #7b2c2c;
    font-weight: bold;
}

body.page-Main_Page a:hover {
    color: #000;
    text-decoration: underline;
}