MediaWiki:Common.css: Difference between revisions

From billsfield.org
Jump to navigationJump to search
No edit summary
No edit summary
Line 9: Line 9:
body
body
{
{
   background-color: black;
   background-color: #262626;
}
}

Revision as of 12:22, 5 December 2023

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

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