Difference between revisions of "MediaWiki:Common.css"

From Mumble Wiki
Jump to: navigation, search
m (disable)
(Hide main page title)
Line 2: Line 2:
 
allpagesredirect, watchlistredir, .redirect-in-category { font-style: italic; }
 
allpagesredirect, watchlistredir, .redirect-in-category { font-style: italic; }
  
 +
/* Hide main page title */
 +
body.page-Main_Page h1.firstHeading { display: none; }
  
 
/* increase Vector sidebar width */
 
/* increase Vector sidebar width */

Revision as of 20:56, 5 September 2014

/* CSS placed here will be applied to all skins */
allpagesredirect, watchlistredir, .redirect-in-category { font-style: italic; }

/* Hide main page title */
body.page-Main_Page h1.firstHeading { display: none; }

/* increase Vector sidebar width */
/*#mw-panel { width: 12em; }
#footer, #mw-head-base, #content { margin-left: 12em; }
#left-navigation { margin-left: 12em; }
*/

/*.mw-headline {
    font-size:0.8em;
    color:#888;
    border:1px solid #f0f0f0;
    border-radius:4px;
    background-color:#f0f0f0;
}*/