MediaWiki:Common.css: Difference between revisions

From Kirby Speedrunning Wiki
Jump to navigationJump to search
no edit summary
No edit summary
No edit summary
Line 9: Line 9:


body.page-Main_Page h1.firstHeading { display:none; }
body.page-Main_Page h1.firstHeading { display:none; }
body.page-Main_Page {
body.page-Main_Page {
  background-color: #e6ffb4;
  background-color: #e6ffb4;
Line 16: Line 17:
  background-size: cover;
  background-size: cover;
}
}
body.page-Main_Page #content { background-color: pink; }


body.page-Main_Page:lang(ja) #content { background-color: pink; }
body.page-Main_Page #content {
background: rgba(24, 13, 26, 0.87);
border-width: 3px;
border-style: solid;
border-color: rgb(151, 59, 255);
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
-webkit-border-top-left-radius: 1em;
-webkit-border-bottom-left-radius: 1em;
border-top-left-radius: 1em;
border-bottom-left-radius: 1em;
khtml-border-top-left-radius: 1em;
khtml-border-bottom-left-radius: 1em;
-icab-border-top-left-radius: 1em;
-icab-border-bottom-left-radius: 1em;
}


/*Retro Column*/
/*Retro Column*/

Navigation menu