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

Innen: Az Én Alkotmányom
3. sor: 3. sor:
/* Idézetblokk */
/* Idézetblokk */
blockquote {
blockquote {
  background: #f9f9f9;
    background: #f9f9f9;
  border-left: 10px solid #ccc;
    border-left: 10px solid #ccc;
  margin: 1.5em 10px;
    margin: 1.5em 10px;
  padding: 0.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: open-quote;
    font-size: 5em;
    line-height: .1em;
    position: absolute;
    left: 15px;
    top: -10px;
}
}



A lap 2021. augusztus 22., 10:45-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: open-quote;
    font-size: 5em;
    line-height: .1em;
    position: absolute;
    left: 15px;
    top: -10px;
}

/* 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; }