MediaWiki:Common.css: Difference between revisions

From billsfield.org
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#column-content
{
margin: auto
}
#toc
#toc
{
{
Line 17: Line 11:
   border-style: solid;
   border-style: solid;
   border-width: 1px;
   border-width: 1px;
  margin: auto;
}
}
body
body

Revision as of 14:26, 5 February 2024

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


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