MediaWiki:Common.css: Difference between revisions

From billsfield.org
Jump to navigationJump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 3: Line 3:
#content
#content
{
{
   width: 80%;
   width: 70%;
   border-style: solid;
   border-style: solid;
   border-width: 1px;
   border-width: 1px;

Revision as of 23:08, 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;
}