MediaWiki:Common.css: Difference between revisions

From MythCraft Online SRD
Jump to navigation Jump to search
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);
}
}

Revision as of 15:27, 13 November 2023

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


body {
background: url("/images/TexturedBackground.jpg");
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);
}