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: | width: 50%; | ||
border-style: solid; | border-style: solid; | ||
border-width: 1px; | border-width: 1px; |
Revision as of 14:27, 5 February 2024
/* CSS placed here will be applied to all skins */ #toc { float:right; } #content { width: 50%; border-style: solid; border-width: 1px; margin: auto; } body { font-size: 70%; background-image: url("images/bg.png"); background-color: #262626; }