/* Originally from Earle Martin, as seen on http://downlode.org/log/2005-01-14/Mu_License, Adapted by Alex Schroeder for Oddmuse. Alex's changes available under the Mu License: If you are asking what license this is released under, you are asking the wrong question. */ body { margin: 12px; line-height: 1.2; background: #002; color: #fff; font-family: "Iosevka", "Andale Mono", Consolas, "Courier New", Courier, fixed; } h1, h2, h3, h4 { font-family: "Optima", "Helvetica", sans-serif ; font-weight: normal ; } h1 a:link, h1 a:visited { font-weight: normal; color: #bfe; } a { text-decoration: none; } a:link, a:active { color: #9df; } a:visited { color: #add; } a:hover { text-decoration: underline; } blockquote { border-left: 1px solid #fff; padding-left: 10px; margin-left: 20px; } hr { clear:both; } div.content { border: 1px solid #fff; padding: 20px; color: #fff; background: #333; } pre { overflow: auto; } /* Tables */ table.user { margin: 1ex 4em; padding: 1ex 1em; border-top: 1px solid white; border-bottom: 1px solid white; } table.user td, table.user th { border-style: none; padding:5px 10px; vertical-align: top; } table.user td.mark { background-color: #6ca; } table.user td.j { text-align: justify; } table.user td.c { text-align: center; } table.user td.l { text-align: left; } table.user td.r { text-align: right; } table.user th { font-weight: bold; } table.history { border-style:none; } td.history { border-style:none; } /* images with links, captions, etc */ div.left .left { float: none; } div.right .right { float: none; } .right { float: right; margin-left: 1em; } .left { float: left; margin-right: 1em; } .twenty img { width: 20em; } div.image { display: inline; margin: 1em; font-size: 90%; text-align: center; } /* diff */ div.old { background-color: #944; } div.new { background-color: #498; } /* edit */ div.edit { border:none; background:inherit; width:100%; } div.edit textarea { width:95%; color:#fff; background:#333; } /* comment pages with username, homepage, and email subscription */ .comment textarea { width:100%; color:#fff; background:#333; } .comment span { display: block; } .comment span label { display: inline-block; width: 10em; } /* recent changes */ .rc strong { font-weight: normal; } /* logo */ img.logo { border: none; float:right; margin:0; padding:2px; } /* printing */ @media print { div.header span, div.footer { display: none; } } /* iPhone */ @media only screen and (max-device-width: 480px) { body { font-size: 150%; } img { max-width: 150px; } } /* iPad */ @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) { body { } }