MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
 
(20 intermediate revisions by the same user not shown)
Line 65: Line 65:
     .mw-search-profile-tabs { display: none; }
     .mw-search-profile-tabs { display: none; }
     .mw-search-results-tabs { display: none }
     .mw-search-results-tabs { display: none }
    #p-navigation { display: none; }
     #p-namespaces { display: none; }
     #p-namespaces { display: none; }
     #p-views { display: none; }
     #p-views { display: none; }
Line 72: Line 71:
     #personal { display: none; }
     #personal { display: none; }
     #p-more { display: none; }
     #p-more { display: none; }
/* JPJ These two kill the top-left menu */
    #site-navigation { display: none; }
    #p-logo-text { margin-left: -4em; }


/* This one is not overriden in Group-bureaucrat.css: */
/* This one is not overriden in Group-bureaucrat.css: */


/* end JPJ */
/* end JPJ */
Line 277: Line 279:
     padding-top: 30px;
     padding-top: 30px;
     padding-bottom: 30px;
     padding-bottom: 30px;
}
.mw-footer {
    font-size: 1.2em;
}
}


Line 498: Line 504:
ol.references {
ol.references {
margin-left: -1.5em;
margin-left: -1.5em;
}
.mw-footer-container {
    padding-top: 5px;
    padding-bottom: 5px;
}
.mw-footer {
    font-size: 0.95em;
}
}