Please sign in to edit, using the button at the upper right corner of the page.


MediaWiki:Common.css: Difference between revisions

From Gunn Wiki
Jump to navigation Jump to search
Moved title hiding to CSS
 
Template doc
Line 3: Line 3:
body.page-Main_Page.action-view h1.firstHeading {
body.page-Main_Page.action-view h1.firstHeading {
  display: none !important;
  display: none !important;
}
.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa;
    background-color: #ecfcf4;
    padding: 5px;
}
}

Revision as of 23:06, 26 May 2021

/* CSS placed here will be applied to all skins */

body.page-Main_Page.action-view h1.firstHeading {
 display: none !important;
}

.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa; 
    background-color: #ecfcf4; 
    padding: 5px;
}