MediaWiki

Difference between revisions of "Common.css"

From Guiliani

 
(31 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
body.page-Welcome_to_guiliani_de.action-view h2.title, body.page-Welcome_to_guiliani_de.action-submit h2.title { display: none; }
 +
h2, h3, h4, h5, h6 {
 +
  margin-top: 1.0em;
 +
  margin-bottom: 0.3em;
 +
}
  
<!-- No [view source] tab for anonymous users -->
+
h2#firstHeading.title {
<?php global $wgUser; if( $wgUser->isAnon() ) { ?>
+
  display:none;
      <style type="text/css">
+
}
        #ca-history { display:none!important; }
 
      </style>
 
    <?php } ?>
 

Latest revision as of 08:09, 19 May 2018

/* CSS placed here will be applied to all skins */
body.page-Welcome_to_guiliani_de.action-view h2.title, body.page-Welcome_to_guiliani_de.action-submit h2.title { display: none; }
h2, h3, h4, h5, h6 {
  margin-top: 1.0em;
  margin-bottom: 0.3em;
}

h2#firstHeading.title {
  display:none;
}