| 4 | | #wikibody { background: white; padding: 10px; } |
| 5 | | #wikicmds { float:right; white-space:nowrap; } |
| 6 | | #wikileft { width: 20%; background: darkred; border-right: solid 1px gray; padding: 10px; } |
| 7 | | #wikifoot { background: black; border-top: solid 1px gray; text-align: center; padding: 10px 0; } |
| | 4 | #wikibody { background: white; padding: 10px; border-top: dashed 3px gray; border-bottom: dashed 3px gray; } |
| | 5 | #wikicmds { float: right; white-space: nowrap; } |
| | 6 | #wikileft { width: 20%; background: darkred; border-top: dashed 3px #680000; border-bottom: dashed 3px #680000; border-right: dashed 3px #c58080; padding: 10px; } |
| | 7 | #wikifoot { background: black; text-align: center; padding: 10px 0; } |