123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282 |
- /* 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/ */
- body {
- background: #fff;
- padding: 2% 5%;
- margin: 0;
- font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
- font-size: 15pt;
- }
- div.header h1 {
- margin-top: 2ex;
- }
- 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 {
- background: #fee;
- }
- img.logo {
- float: right;
- clear: right;
- border-style: none;
- background-color: #fff;
- }
- img {
- padding: 0.5em;
- margin: 0 1em;
- max-width: 95%;
- }
- a.image:hover {
- background: inherit;
- }
- a.image:hover img {
- background: #fee;
- }
- /* a.definition soll aussehen wie h2 */
- h2, p > a.definition {
- display: block;
- clear: both;
- }
- /* Such Link im h1 soll nicht auffallen. */
- h1, h2, h3, h4, h1 a, h1 a:visited, p > a.definition {
- color: #666;
- 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 {
- background-color: #FFFFAF;
- }
- div.new {
- background-color: #CFFFCF;
- }
- div.old p, div.new p {
- padding: 0.5em 0;
- }
- 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; }
- table.user {
- border-style: none;
- margin-left: 3em;
- }
- table.user tr td {
- border-style: none;
- padding: 0.5ex 1ex;
- }
- dt {
- font-weight: bold;
- }
- dd {
- margin-bottom: 1ex;
- }
- textarea {
- width: 100%;
- height: 80%;
- font-size: 12pt;
- }
- textarea#summary { height: 3em; }
- input {
- font-size: 12pt;
- }
- div.image span.caption {
- margin: 0 1em;
- }
- li img, img.smiley, .noborder img {
- border: none;
- padding: 0;
- margin: 0;
- background: #fff;
- color: #000;
- }
- /* Google +1 */
- a#plus1 img {
- background-color: #fff;
- padding: 0;
- margin: 0;
- border: none;
- }
- div.header img, div.footer img { border: 0; padding: 0; margin: 0; }
- /* No goto bar at the bottom. */
- .footer .gotobar, .footer .edit br { display: none; }
- .left { float: left; }
- .right { float: right; }
- div.left .left, div.right .right {
- float: none;
- }
- .center { text-align: center; }
- span.author {
- color: #501;
- }
- span.bar a:first-child {
- margin-left: -0.5ex;
- }
- span.bar a {
- padding-right: 0.5ex;
- padding-left: 0.5ex;
- }
- .rc .author {
- color: #655;
- }
- .rc strong {
- font-weight: normal;
- color: inherit;
- }
- .rc li {
- position: relative;
- padding: 1ex 0;
- }
- .red {
- background: red;
- color: red;
- }
- .orange {
- background: orange;
- color: orange;
- }
- .yellow {
- background: yellow;
- color: yellow;
- }
- .green {
- background: green;
- color: green;
- }
- .blue {
- background: blue;
- color: blue;
- }
- .indigo {
- background: indigo;
- color: indigo;
- }
- .violet {
- background: violet;
- color: violet;
- }
- .white {
- background: white;
- color: white;
- }
- .ip-code {
- border: 1px solid #666;
- }
- hr {
- border: none;
- color: black;
- background-color: #000;
- height: 2px;
- margin-top: 2ex;
- }
- div.footer hr {
- height: 4px;
- margin: 2em 0 1ex 0;
- clear: both;
- }
- div.content > div.comment {
- border-top: none;
- padding-top: 0;
- border-left: 1ex solid #bbb;
- padding-left: 1ex;
- }
- div.wrapper > div.comment {
- border-top: 2px solid #000;
- padding-top: 2em;
- }
- pre {
- padding: 0.5em;
- margin-left: 1em;
- margin-right: 2em;
- white-space: pre;
- overflow: hidden;
- 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%;
- }
- code {
- background: #eee;
- white-space: pre-wrap;
- }
- /* for https://oddmuse.org/wiki/All_Modules */
- .foo_list + .journal h1 {
- font: inherit;
- border: none;
- display: list-item;
- margin-top: 0;
- margin-left: 1em;
- }
- .foo_list + .journal a {
- font: inherit;
- border: none;
- text-decoration: none;
- color: #a00;
- }
|