Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 14: Line 14:
     background-color: #FFFFFF;
     background-color: #FFFFFF;
     box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
     box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.w-page-container-inner > div:nth-child(1),
                  div:nth-child(2),
                  div:nth-child(3) {
  background: blue;
}
}