Zeile 15: |
Zeile 15: |
| } | | } |
| | | |
| + | a.new { |
| + | color:slategray; |
| + | } |
| + | |
| + | img { |
| + | height: auto; |
| + | width: auto; |
| + | } |
| /* ----------------------------------------------------------------- | | /* ----------------------------------------------------------------- |
| Navigationsleisten | | Navigationsleisten |
Zeile 131: |
Zeile 139: |
| } | | } |
| | | |
| + | |
| + | /* Formular-Tabelle */ |
| + | /* |
| + | |
| + | |
| + | table { |
| + | height: auto; |
| + | width: auto; |
| + | } |
| + | |
| + | formtable { |
| + | margin: 1em; |
| + | background-color: #eee; |
| + | border: 1px solid #000; |
| + | border-collapse: collapse; |
| + | empty-cells: show; |
| + | page-break-inside: avoid; |
| + | } |
| | | |
| /* ----------------------------------------------------------------- | | /* ----------------------------------------------------------------- |
Zeile 275: |
Zeile 301: |
| height: 0.05px; | | height: 0.05px; |
| } | | } |
| + | |
| + | |
| + | .realbox { |
| + | background-color: #ecf9ff; |
| + | background: linear-gradient(to right, #a2e3ff, #ecf9ff, #ecf9ff, #ecf9ff, #a2e3ff); |
| + | border: 3px solid #3babdc; |
| + | border-radius: 0.5em; |
| + | clear: right; |
| + | float: right; |
| + | font-size: 90%; |
| + | margin: 0.5em -30em 0.5em 0.5em; // bis 23.10.14: 0.5em 0 0.5em 1em; |
| + | padding: 0em; |
| + | width: 30em; // vor 15.04.14: max-width: 30em; min-width: 30em; |
| + | line-height: 1.2em; |
| + | } |
| + | .realbox > tbody > tr > th { |
| + | background-color: MidnightBlue; |
| + | font-size: larger; |
| + | font-weight: bold; |
| + | text-align: center; |
| + | padding: 0.3em 0 0.3em; |
| + | line-height: 1.5em; |
| + | color: Ivory; |
| + | } |
| + | .realbox > tbody > tr > td:first-child { |
| + | font-weight: normal; |
| + | width: 10em; |
| + | vertical-align: top; |
| + | padding-left: 0.2em; |
| + | } |
| + | .realbox > tbody > tr > td:nth-child(2) { |
| + | vertical-align: top; |
| + | padding-right: 0.2em; |
| + | } |
| + | .realbox > tbody > tr > td.trennlinie { |
| + | background-color: #89519C; |
| + | height: 0.05px; |
| + | } |
| + | |
| | | |
| .teaser { | | .teaser { |
− | background-image: url("http://splitterwiki.de/w/images/Hintergrundbild_gelb.jpg");
| + | border: 2px solid #999; |
− | background-size: 100%;
| |
− | border: 3px solid #999; | |
| border-radius: 1em; | | border-radius: 1em; |
| float: left; | | float: left; |
| font-size: 0.9em; | | font-size: 0.9em; |
− | height: 10em;
| |
| margin: 0.5em 1em 0.5em 0em; | | margin: 0.5em 1em 0.5em 0em; |
− | width: 21em; | + | width: 20em; |
| overflow: hidden; | | overflow: hidden; |
| padding: 0.3em; | | padding: 0.3em; |
− | }
| |
− |
| |
− | .kachel {
| |
− | background-image: url("http://splitterwiki.de/w/images/Hintergrundbild_blau.jpg");
| |
− | background-size: 100%;
| |
− | border: 1px solid #999;
| |
− | border-radius: 0.2em;
| |
− | float: left;
| |
− | font-size: 0.9em;
| |
− | height: 20em;
| |
− | margin: 0.5em 1em 0.5em 0em;
| |
− | width: 10em;
| |
− | overflow: hidden;
| |
− | padding: 0.2em;
| |
| } | | } |
| | | |
Zeile 330: |
Zeile 378: |
| .textbox.hellblau{ | | .textbox.hellblau{ |
| background-color: lightblue; | | background-color: lightblue; |
| + | } |
| + | |
| + | .textbox.hellerblau{ |
| + | background-color: AliceBlue; |
| } | | } |
| | | |
Zeile 344: |
Zeile 396: |
| padding: 0; | | padding: 0; |
| margin: 0; | | margin: 0; |
− | font-weight: bold;
| + | font-size: 125%; |
− | font-size: 100% !important; | |
| border: none !important; | | border: none !important; |
| + | margin: 0.5em 0; |
| } | | } |
| | | |
Zeile 352: |
Zeile 404: |
| margin: 0 0 0 1em; | | margin: 0 0 0 1em; |
| margin-top: 0px; | | margin-top: 0px; |
| + | } |
| + | |
| + | .GehörtZuBox { |
| + | overflow: auto; |
| + | border-top: 1px solid #006; |
| + | border-right: 1px solid #006; |
| + | border-radius: 0.3em; |
| + | margin: 0.5em 0.5em 0.5em 0em; |
| + | padding: 0.5em; |
| + | } |
| + | |
| + | .GehörtZuBox h2, h3, h4, h5, h6 { |
| + | margin: 0 !important; |
| + | font-size: 1em !important; |
| + | font-weight: bold; |
| + | } |
| + | |
| + | .kachel { |
| + | overflow: auto; |
| + | border: 1px solid hellergrau; |
| + | border-radius: 0.15em; |
| + | margin: 0.3em ; |
| + | padding: 0.3em; |
| + | box-shadow: 2px 2px 5px 1px #aaa; |
| } | | } |
| | | |
Zeile 411: |
Zeile 487: |
| .label a { | | .label a { |
| color: lightyellow; | | color: lightyellow; |
| + | } |
| + | |
| + | .small a.new { |
| + | color: slategray; |
| } | | } |
| | | |
Zeile 428: |
Zeile 508: |
| } | | } |
| .hellblau { | | .hellblau { |
− | background-color: lightblue // helleres Splittermond-Blau | + | background-color: lightblue; // helleres Splittermond-Blau |
| + | } |
| + | .hellerblau { |
| + | background-color: AliceBlue; // noch helleres Splittermond-Blau |
| } | | } |
| .orange { | | .orange { |
Zeile 448: |
Zeile 531: |
| .hellgrau { | | .hellgrau { |
| background-color: #f2f3f4; // | | background-color: #f2f3f4; // |
| + | } |
| + | .hellergrau { |
| + | background-color: WhiteSmoke; // |
| + | } |
| + | .blauverlauf { |
| + | background-color: #ecf9ff; |
| + | background: linear-gradient(to right, #a2e3ff, #ecf9ff, #ecf9ff, #ecf9ff, #a2e3ff); |
| + | background-size: 100%; |
| + | } |
| + | |
| + | .beige { |
| + | background-color: beige; // |
| + | } |
| + | .taube { |
| + | background-color: ghostwhite; // |
| } | | } |
| .xxx { | | .xxx { |
Zeile 470: |
Zeile 568: |
| } | | } |
| Details { | | Details { |
| + | color: grey; |
| + | } |
| + | .Seitenangabe { |
| + | color: grey; |
| + | } |
| + | Seitenangabe { |
| + | color: grey; |
| + | } |
| + | .Primaere_Quelle { |
| + | font-weight: bold; |
| + | } |
| + | Primaere_Quelle { |
| + | font-weight: bold; |
| + | color: grey; |
| + | } |
| + | .Printindex { |
| + | font-style: italic; |
| + | } |
| + | Printindex { |
| + | font-style: italic; |
| color: grey; | | color: grey; |
| } | | } |