Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* 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: "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;
- }
- /* 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; }
- 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; }
- /* calendar: not checked */
- div.year { border:none; background:inherit; }
- div.month { padding:0; margin:0 2ex; }
- body > div.month {
- float:right;
- background-color:inherit;
- border:solid thin;
- padding:0 1ex;
- }
- div.year > div.month { float:left; }
- div.footer { clear:both; }
- div.month a.edit { color:inherit; font-weight:inherit; }
- div.month .today { border: 1px solid red; }
- /* logo */
- img.logo {
- border: none;
- float:right;
- margin:0;
- padding:2px;
- }
- /* sidebar */
- div.sidebar {
- border:1px solid #fff;
- padding: 0 1em;
- margin: 0 0 1em 0;
- background: #333;
- }
- /* printing */
- @media print {
- div.header span, div.footer { display: none; }
- }
- /* iPhone */
- @media only screen and (max-device-width: 480px) {
- body { font-size: 200%; }
- }
- /* iPad */
- @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
- body { }
- }
- /* not checked */
- div.journal h1 { font-size: large }
- dd, li { margin-bottom:0.5ex; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement