MediaWiki:Common.css: Difference between revisions

From Median-XL
No edit summary
No edit summary
Line 2: Line 2:
   background-color: #212121;
   background-color: #212121;
   border-collapse: collapse;
   border-collapse: collapse;
  border: 1px solid white;
   empty-cells: show;
   empty-cells: show;
   font-size: 16px;
   font-size: 16px;
Line 7: Line 8:
   margin-bottom: 5px;
   margin-bottom: 5px;
   float: right;
   float: right;
  border: 1px;
}
}



Revision as of 14:29, 1 May 2024

.infobox {
   background-color: #212121;
   border-collapse: collapse;
   border: 1px solid white;
   empty-cells: show;
   font-size: 16px;
   line-height: 20px;
   margin-bottom: 5px;
   float: right;
}

.infobox-header {
   background-color: #1D0404;
   color: #B1A66C;
}