MediaWiki:Common.css: Difference between revisions

From billsfield.org
Jump to navigationJump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 15: Line 15:
body
body
{
{
   font-size: 70%;
   font-size: 74%;
   background-image: url("images/bg.png");
   background-image: url("images/bg.png");
   background-color: #262626;
   background-color: #262626;
}
}

Latest revision as of 14:42, 5 February 2024

/* CSS placed here will be applied to all skins */
#toc
{
   float:right;
}


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