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
{
{
   font-size: 100%;
   font-size: 70%;
   background-image: url("images/bg.png");
   background-image: url("images/bg.png");
   background-color: #262626;
   background-color: #262626;
}
}

Revision as of 23:06, 21 January 2024

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

#content
{
   width: 70%;
   border-style: solid;
   border-width: 1px;
}
body
{
   font-size: 70%;
   background-image: url("images/bg.png");
   background-color: #262626;
}