MediaWiki:Common.css: Difference between revisions

From Ultros Wiki
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: .infoboxtable { background-color: rgba(0, 0, 0, 0); border: 1px solid #db007c; float: right; font-size: 89%; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; width: 300px; }"
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
:root {
  --wiki-body-background-image: url(/static_images/background.png);
}
 
 
.infoboxtable {
.infoboxtable {
   background-color: rgba(0, 0, 0, 0);
   background-color: rgba(0, 0, 0, 0);

Revision as of 00:04, 13 March 2025

:root {
  --wiki-body-background-image: url(/static_images/background.png);
}


.infoboxtable {
   background-color: rgba(0, 0, 0, 0);
   border: 1px solid #db007c;
   float: right;
   font-size: 89%;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   width: 300px;
 }