MediaWiki:Common.css: Difference between revisions

From GRS Documentation Wiki
(Created page with "→‎CSS placed here will be applied to all skins: div#toc{ background: rgba(192, 252, 255, 0.66); padding: 1%; }")
 
No edit summary
Line 2: Line 2:


div#toc{
div#toc{
  background: rgba(192, 252, 255, 0.66);
  background: rgba(192,252,255,0.66);
  padding: 1%;
  padding: 1%;
  width: 40%;
  border: solid #a2a9b1 2px;
}
}

Revision as of 12:26, 3 April 2024

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

div#toc{
  background: rgba(192,252,255,0.66);
  padding: 1%;
  width: 40%;
  border: solid #a2a9b1 2px;
}