MediaWiki:Common.css: Difference between revisions
From billsfield.org
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
body | body | ||
{ | { | ||
font-size: | 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; }