MediaWiki:Common.css: Difference between revisions

From MythCraft Online SRD
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 7: Line 7:
}
}


.basicsnavtable {
a:link {
  border: 1px solid rgb(132,174,236);
  color: red;
  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);
}
}

Revision as of 15:30, 13 November 2023

/* CSS placed here will be applied to all skins */


body {
background: url("/images/TexturedBackground.jpg");
background-size: cover;
}

a:link {
  color: red;
}