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

Innen: Az Én Alkotmányom
16. sor: 16. sor:
     color: #ccc;
     color: #ccc;
     font-family: Arial;
     font-family: Arial;
     content: open-quote;
     content: "\201C";
     font-size: 5em;
     font-size: 5em;
     line-height: .1em;
     line-height: .1em;
     position: absolute;
     position: absolute;
     left: 15px;
     left: 5px;
     top: -10px;
     top: 40px;
}
}



A lap 2021. augusztus 22., 10:51-kori változata

/* Közös CSS az összes felületnek */

/* Idézetblokk */
blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 2em 20px 0.2em 20px;
    font-style: italic;
    color: #555555;
    line-height: 1.6;
    position: relative;
}

blockquote:before {
    color: #ccc;
    font-family: Arial;
    content: "\201C";
    font-size: 5em;
    line-height: .1em;
    position: absolute;
    left: 5px;
    top: 40px;
}

/* Listaelemek sorközének beállítása */
li {
    margin-bottom: 0.3em;
}

/* Sidebar közök csökkentése */ 
#mw-site-navigation .sidebar-chunk h3 {
    margin: 0px;
}
#mw-site-navigation .sidebar-chunk .mw-portlet-body {
    margin-bottom: 1em;
}

/* Jobb oldali menü elrejtése */
#mw-related-navigation { display: none !important; }

/* User-menü elrejtése (kijelentkezve) */
#user-tools { display: none !important; }

/* Linksor eltüntetése */
#mw-page-header-links { display: none !important; }

/* Wiki eszközök elrejtése */
#site-tools { display: none !important; }

/* Lábléc linksor elrejtése */
#footer-places { display: none !important; }