MediaWiki:Common.css: Difference between revisions

From billsfield.org
Jump to navigationJump to search
No edit summary
No edit summary
Tag: Reverted
Line 16: Line 16:
{
{
   font-size: 70%;
   font-size: 70%;
   background-image: url("images/bg.png");
   background-image: url("images/background.png");
   background-color: #262626;
   background-color: #262626;
}
}

Revision as of 15:26, 25 January 2024

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

#toc
{
   float:right;
}


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