MediaWiki:Common.css: Difference between revisions

From richmondmakerlabs.uk
Jump to navigation Jump to search
m (Reverted change - no big difference.)
 
(added curadicule to main content (id))
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
/*.cuadricula*/
#content {
  background-image: linear-gradient(
      #28a9e11f 1.9px,
      transparent 1.9px
    ),
    linear-gradient(to right,  #28a9e11f 1.9px, transparent 1.9px);
  background-size: 40px 40px;
  background-repeat: repeat, repeat;
  background-position: center, center;
}

Revision as of 09:26, 19 September 2024

/* CSS placed here will be applied to all skins */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

/*.cuadricula*/
#content {
  background-image: linear-gradient(
       #28a9e11f 1.9px,
      transparent 1.9px
    ),
    linear-gradient(to right,  #28a9e11f 1.9px, transparent 1.9px);
  background-size: 40px 40px;
  background-repeat: repeat, repeat;
  background-position: center, center;
}