MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Tag: Reverted
Line 5: Line 5:
background: url("/images/TexturedBackground.jpg");
background: url("/images/TexturedBackground.jpg");
background-size: cover;
background-size: cover;
}
.basicsnavtable {
  border: 1px solid rgb(132,174,236);
  padding: 5px;
  border-radius: 11px;
  border-spacing: 0;
  width: 100%;
  max-width: 1024px; 
  margin: 15px auto 40px auto;
  font-weight: bold;
  line-height: 1.3em;
  text-align: center;
  background-color: rgba(255,255,255,0.3);
}
}