MediaWiki:Common.css: Difference between revisions

no edit summary
(hiding heading on main page for all skins)
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
/* Make sure any changes are copied to MediaWiki:Mobile.css and vice versa. */
/* Make sure any changes are copied to MediaWiki:Mobile.css and vice versa. */
/* CSS placed here will be used by both desktop view and mobile view skins. */
/* CSS placed here will be used by both desktop view and mobile view skins. */
/* Galleries */
/* help to replace deprecated <center> tags */
.gallery.mw-gallery-traditional {
text-align: center;
}


.page-Main_Page #firstHeading { display:none; }
.page-Main_Page #firstHeading { display:none; }
Line 63: Line 69:
     background: transparent none repeat scroll 0 0 !important;
     background: transparent none repeat scroll 0 0 !important;
     padding: 0 !important;
     padding: 0 !important;
}
.mw-content-ltr ul.inline-list, .mw-content-ltr ol.inline-list, .inline-list ul, .inline-list ol {
    margin:0.5em 0;
    overflow-x:hidden;
    list-style-type:none;
}
.inline-list li {
    display:inline;
    margin:0 1.18em 0 0;
    white-space:nowrap;
}
.inline-list li + li {
    margin-left:-1.18em;
}
.inline-list li + li:before {
    content:"\a0•\a0";
}
.mw-content-ltr ul.plain-list, .mw-content-ltr ol.plain-list, .plain-list ul, .plain-list ol {
    margin:0;
    list-style-type:none;
    list-style-image:none;
}
.plain-list li {
    margin:0;
}
.wiki-directory-list li {
    text-align:left;
}
}