MediaWiki:Common.css: Difference between revisions

From billsfield.org
Jump to navigationJump to search
No edit summary
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#toc
{
  float:right;
}


#content
#content
{
{
   width: 70%;
   width: 60%;
   border-style: solid;
   border-style: solid;
   border-width: 1px;
   border-width: 1px;
 
}
}
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;
}