MediaWiki:Common.css: Difference between revisions

From richmondmakerlabs.uk
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
       transparent 0.5px
       transparent 0.5px
     ),
     ),
     linear-gradient(to right,  #28a9e11f 1.9px, transparent 2.5px);
     linear-gradient(to right,  #28a9e11f 1.9px, transparent 0.5px);
   background-size: 40px 40px;
   background-size: 40px 40px;
   background-repeat: repeat, repeat;
   background-repeat: repeat, repeat;

Revision as of 09:39, 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 0.5px
    ),
    linear-gradient(to right,  #28a9e11f 1.9px, transparent 0.5px);
  background-size: 40px 40px;
  background-repeat: repeat, repeat;
  background-position: center, center;
}
h2 {
  color:#50763d;

  font-weight: bolder;
  text-transform: uppercase;

  text-align: center;
  padding-bottom: 30px;
}