MediaWiki:Common.css: Difference between revisions
From billsfield.org
Jump to navigationJump to search
No edit summary Tag: Manual revert |
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 |
Revision as of 14:26, 5 February 2024
/* CSS placed here will be applied to all skins */ #column-content { margin: auto } #toc { float:right; } #content { width: 70%; border-style: solid; border-width: 1px; } body { font-size: 70%; background-image: url("images/bg.png"); background-color: #262626; }