MediaWiki:Common.css: Difference between revisions

From billsfield.org
Jump to navigationJump to search
No edit summary
No edit summary
Line 7: Line 7:
   border-width: 1px;
   border-width: 1px;
}
}
 
body
background
{
{
   color: black;
   background-color: black;
}
}

Revision as of 12:21, 5 December 2023

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

#content
{
   width: 70%;
   border-style: solid;
   border-width: 1px;
}
body
{
   background-color: black;
}