2015-04-10 17:20:15 +02:00
|
|
|
/* This is the default CSS file for Oddmuse wikis. It is dedicated to
|
|
|
|
|
the public domain. You can copy, modify, distribute and use the
|
|
|
|
|
work, even for commercial purposes, all without asking permission.
|
|
|
|
|
https://creativecommons.org/publicdomain/zero/1.0/ */
|
2015-04-09 21:43:52 +02:00
|
|
|
|
|
|
|
|
body {
|
2015-04-25 05:58:57 +03:00
|
|
|
background: #fff;
|
|
|
|
|
padding: 2% 5%;
|
|
|
|
|
margin: 0;
|
2015-04-25 06:46:30 +03:00
|
|
|
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
|
2015-06-02 12:54:02 +03:00
|
|
|
font-size: 15pt;
|
2015-04-09 21:43:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.header h1 {
|
2015-04-25 05:58:57 +03:00
|
|
|
margin-top: 2ex;
|
2015-04-09 21:43:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: #a00;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:visited {
|
|
|
|
|
color: #d88;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.header h1 a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover,
|
|
|
|
|
a:hover, span.caption a.image:hover {
|
2015-04-25 05:58:57 +03:00
|
|
|
background: #fee;
|
2015-04-09 21:43:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
img.logo {
|
|
|
|
|
float: right;
|
|
|
|
|
clear: right;
|
2015-04-25 05:58:57 +03:00
|
|
|
border-style: none;
|
|
|
|
|
background-color: #fff;
|
2015-04-09 21:43:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
|
padding: 0.5em;
|
|
|
|
|
margin: 0 1em;
|
2015-04-29 23:12:25 +03:00
|
|
|
max-width: 95%;
|
2015-04-09 21:43:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a.image:hover {
|
2015-04-25 05:58:57 +03:00
|
|
|
background: inherit;
|
2015-04-09 21:43:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a.image:hover img {
|
2015-04-25 05:58:57 +03:00
|
|
|
background: #fee;
|
2015-04-09 21:43:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* a.definition soll aussehen wie h2 */
|
|
|
|
|
h2, p a.definition {
|
2015-04-25 05:58:57 +03:00
|
|
|
display: block;
|
|
|
|
|
clear: both;
|
2015-04-09 21:43:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Such Link im h1 soll nicht auffallen. */
|
|
|
|
|
h1, h2, h3, h4, h1 a, h1 a:visited, p a.definition {
|
2015-04-25 05:58:57 +03:00
|
|
|
color: #666;
|
2015-04-09 21:43:52 +02:00
|
|
|
font-size: 30pt;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
margin: 4ex 0 1ex 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
border-bottom: 1px solid #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h3, h4 {
|
|
|
|
|
font-size: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.diff {
|
|
|
|
|
padding: 1em 3em;
|
|
|
|
|
}
|
|
|
|
|
div.old {
|
2015-04-25 05:58:57 +03:00
|
|
|
background-color: #FFFFAF;
|
2015-04-09 21:43:52 +02:00
|
|
|
}
|
|
|
|
|
div.new {
|
2015-04-25 05:58:57 +03:00
|
|
|
background-color: #CFFFCF;
|
2015-04-09 21:43:52 +02:00
|
|
|
}
|
|
|
|
|
div.old p, div.new p {
|
|
|
|
|
padding: 0.5em 0;
|
|
|
|
|
}
|
2015-04-25 05:58:57 +03:00
|
|
|
div.refer { padding-left: 5%; padding-right: 5%; font-size: smaller; }
|
|
|
|
|
div[class="content refer"] p { margin-top: 2em; }
|
|
|
|
|
div.content div.refer hr { display: none; }
|
|
|
|
|
div.content div.refer { padding: 0; font-size: medium; }
|
|
|
|
|
div.content div.refer p { margin: 0; }
|
|
|
|
|
div.refer a { display: block; }
|
|
|
|
|
table.history { border-style: none; }
|
|
|
|
|
td.history { border-style: none; }
|
2015-04-09 21:43:52 +02:00
|
|
|
|
|
|
|
|
table.user {
|
|
|
|
|
border-style: none;
|
|
|
|
|
margin-left: 3em;
|
|
|
|
|
}
|
|
|
|
|
table.user tr td {
|
|
|
|
|
border-style: none;
|
2015-04-25 05:58:57 +03:00
|
|
|
padding: 0.5ex 1ex;
|
2015-04-09 21:43:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
dt {
|
2015-04-25 05:58:57 +03:00
|
|
|
font-weight: bold;
|
2015-04-09 21:43:52 +02:00
|
|
|
}
|
|
|
|
|
dd {
|
2015-04-25 05:58:57 +03:00
|
|
|
margin-bottom: 1ex;
|
2015-04-09 21:43:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
textarea {
|
2015-04-25 05:58:57 +03:00
|
|
|
width: 100%;
|
|
|
|
|
height: 80%;
|
2015-04-09 21:43:52 +02:00
|
|
|
font-size: 12pt;
|
|
|
|
|
}
|
|
|
|
|
textarea#summary { height: 3em; }
|
|
|
|
|
input {
|
|
|
|
|
font-size: 12pt;
|
|
|
|
|
}
|
|
|
|
|
div.image span.caption {
|
|
|
|
|
margin: 0 1em;
|
|
|
|
|
}
|
|
|
|
|
li img, img.smiley, .noborder img {
|
2015-04-25 05:58:57 +03:00
|
|
|
border: none;
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
background: #fff;
|
|
|
|
|
color: #000;
|
2015-04-09 21:43:52 +02:00
|
|
|
}
|
|
|
|
|
/* Google +1 */
|
|
|
|
|
a#plus1 img {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
2015-04-25 05:58:57 +03:00
|
|
|
div.header img, div.footer img { border: 0; padding: 0; margin: 0; }
|
2015-04-09 21:43:52 +02:00
|
|
|
/* No goto bar at the bottom. */
|
|
|
|
|
.footer .gotobar, .footer .edit br { display: none; }
|
|
|
|
|
|
2015-04-25 05:58:57 +03:00
|
|
|
.left { float: left; }
|
|
|
|
|
.right { float: right; }
|
2015-04-09 21:43:52 +02:00
|
|
|
div.left .left, div.right .right {
|
2015-04-25 05:58:57 +03:00
|
|
|
float: none;
|
2015-04-09 21:43:52 +02:00
|
|
|
}
|
2015-04-25 05:58:57 +03:00
|
|
|
.center { text-align: center; }
|
2015-04-09 21:43:52 +02:00
|
|
|
|
|
|
|
|
span.author {
|
|
|
|
|
color: #501;
|
|
|
|
|
}
|
2015-04-25 05:51:22 +03:00
|
|
|
|
|
|
|
|
span.bar a:first-child {
|
2015-04-25 05:58:57 +03:00
|
|
|
margin-left: -0.5ex;
|
2015-04-25 05:51:22 +03:00
|
|
|
}
|
|
|
|
|
|
2015-04-09 21:43:52 +02:00
|
|
|
span.bar a {
|
2015-04-25 05:58:57 +03:00
|
|
|
padding-right: 0.5ex;
|
2015-04-25 06:02:32 +03:00
|
|
|
padding-left: 0.5ex;
|
2015-04-09 21:43:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rc .author {
|
|
|
|
|
color: #655;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rc strong {
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
color: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rc li {
|
2015-04-25 05:58:57 +03:00
|
|
|
position: relative;
|
2015-04-09 21:43:52 +02:00
|
|
|
padding: 1ex 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
hr {
|
2015-04-25 05:58:57 +03:00
|
|
|
border: none;
|
|
|
|
|
color: black;
|
|
|
|
|
background-color: #000;
|
|
|
|
|
height: 2px;
|
|
|
|
|
margin-top: 2ex;
|
2015-04-09 21:43:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.footer hr {
|
2015-04-25 05:58:57 +03:00
|
|
|
height: 4px;
|
2015-04-09 21:43:52 +02:00
|
|
|
margin: 2em 0 1ex 0;
|
2015-04-25 05:58:57 +03:00
|
|
|
clear: both;
|
2015-04-09 21:43:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.content > div.comment {
|
|
|
|
|
border-top: none;
|
2015-08-04 13:43:00 +02:00
|
|
|
padding-top: 0;
|
2015-04-09 21:43:52 +02:00
|
|
|
border-left: 1ex solid #bbb;
|
|
|
|
|
padding-left: 1ex;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.wrapper > div.comment {
|
2015-04-25 05:54:07 +03:00
|
|
|
border-top: 2px solid #000;
|
|
|
|
|
padding-top: 2em;
|
2015-04-09 21:43:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
pre {
|
|
|
|
|
padding: 0.5em;
|
|
|
|
|
margin-left: 1em;
|
|
|
|
|
margin-right: 2em;
|
|
|
|
|
white-space: pre;
|
2015-04-25 05:58:57 +03:00
|
|
|
overflow: hidden;
|
2015-04-09 21:43:52 +02:00
|
|
|
white-space: pre-wrap; /* CSS 3 */
|
|
|
|
|
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
|
|
|
|
|
white-space: -pre-wrap; /* Opera 4-6 */
|
|
|
|
|
white-space: -o-pre-wrap; /* Opera 7 */
|
|
|
|
|
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
tt, pre, code {
|
|
|
|
|
font-size: 80%;
|
2015-08-04 13:42:21 +02:00
|
|
|
}
|
2015-04-10 17:20:15 +02:00
|
|
|
|
2015-08-04 13:34:51 +02:00
|
|
|
code {
|
|
|
|
|
background: #eee;
|
2015-08-04 13:49:52 +02:00
|
|
|
white-space: pre-wrap;
|
2015-08-04 13:34:51 +02:00
|
|
|
}
|