MediaWiki:Common.css: Difference between revisions

From billsfield.org
Jump to navigationJump to search
No edit summary
No edit summary
Line 8: Line 8:
#content
#content
{
{
   width: 50%;
   width: 60%;
   border-style: solid;
   border-style: solid;
   border-width: 1px;
   border-width: 1px;
   margin: auto;
    
}
}
body
body

Revision as of 14:27, 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: 70%;
   background-image: url("images/bg.png");
   background-color: #262626;
}