MediaWiki:Common.css: Difference between revisions

From CPC Game Making
No edit summary
mNo edit summary
Line 10: Line 10:
   color: #979797;
   color: #979797;
   display: inline-block;
   display: inline-block;
   margin-top: 30px;
   margin-bottom: 30px;
   max-width: 60%;
   max-width: 60%;
   padding: 0 20px;
   padding: 0 20px;
}
}

Revision as of 14:05, 13 July 2025

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

.break-text {
  word-break: break-all;  /* https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_text/Wrapping_breaking_text */
}

.box {
  border: 2px dashed #baa047;
  border-radius: 20px;
  color: #979797;
  display: inline-block;
  margin-bottom: 30px;
  max-width: 60%;
  padding: 0 20px;
}