|
|
Zeile 1: |
Zeile 1: |
| /** Do not force 'lowercase' */
| |
| .portlet h5,
| |
| .portlet h6,
| |
| #p-personal ul,
| |
| #p-cactions li a {
| |
| text-transform: none;
| |
| }
| |
| /** <pre><nowiki> */
| |
| /** Do not force 'lowercase' */
| |
| .portlet h5,
| |
| .portlet h6,
| |
| #p-personal ul,
| |
| #p-cactions li a {
| |
| text-transform: none;
| |
| }
| |
| div.NavFrame {
| |
| margin: 0px;
| |
| padding: 2px;
| |
| border: 1px solid #aaaaaa;
| |
| text-align: center;
| |
| border-collapse: collapse;
| |
| font-size: 95%;
| |
| clear:both;
| |
| }
| |
| div.BoxenVerschmelzen div.NavFrame {
| |
| border-style: none;
| |
| border-style: hidden;
| |
| }
| |
| div.NavFrame + div.NavFrame {
| |
| border-top-style: none;
| |
| border-top-style: hidden;
| |
| }
| |
| div.NavPic {
| |
| Background-color: #ffffff;
| |
| margin: 0px;
| |
| padding: 2px;
| |
| float: left;
| |
| }
| |
| div.NavFrame div.NavHead {
| |
| font-weight: bold;
| |
| font-size: 100%;
| |
| Background-color: #efefef;
| |
| }
| |
| div.NavFrame p {
| |
| font-size: 100%;
| |
| }
| |
| div.NavFrame div.NavContent {
| |
| font-size: 100%;
| |
| }
| |
| div.NavFrame div.NavContent p {
| |
| font-size: 100%;
| |
| }
| |
| div.NavEnd {
| |
| margin: 0px;
| |
| padding: 0px;
| |
| line-height: 1px;
| |
| clear: both;
| |
| }
| |
| .NavToggle {
| |
| font-size: x-small;
| |
| float:right;
| |
| }
| |
| @media print{
| |
| .NavFrame {
| |
| display: none;
| |
| }
| |
| .BoxenVerschmelzen {
| |
| display: none;
| |
| }
| |
| }
| |
|
| |
|
| /* Links nicht unterstreichen */
| |
| a {
| |
| text-decoration: none;
| |
| }
| |
|
| |
| /* Formatierung betrifft Vorlagen: Geokoordinate, Koordinate2 & Koordinate3 */
| |
| #coordinates {
| |
| position:absolute; z-index:1; border:none; Background:none; right:12px; top:0.3em; float:right; margin:0.0em;
| |
| padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:85%; text-transform:none; white-space:normal;
| |
| }
| |
|
| |
| /* für Vorlage:Editcount */
| |
| /* für Vorlage:Empfehlenswert und Vorlage:Im Buchkatalog */
| |
| #editcount, #artikelstadium {
| |
| position:absolute; z-index:1; border:none; Background:none; right:12px; top:1.5em; float:right; margin:0.0em;
| |
| padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:85%; text-transform:none; white-space:normal;
| |
| }
| |
|
| |
| /* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
| |
| #p-cactions ul li, #p-cactions ul li a {
| |
| -moz-border-radius-topleft: 0.2em;
| |
| -moz-border-radius-topright: 0.2em;
| |
| }
| |
| #content {
| |
| -moz-border-radius-topleft: 0.2em;
| |
| -moz-border-radius-bottomleft: 0.2em;
| |
| }
| |
| div.pBody {
| |
| -moz-border-radius-topright: 0.2em;
| |
| -moz-border-radius-bottomright: 0.2em;
| |
| }
| |
|
| |
| /* same following the css3 draft specs, any browsers supporting this? **Achtung auskommentiert** */
| |
| /*
| |
| #p-cactions ul li, #p-cactions ul li a {
| |
| border-radius-topleft: 1em;
| |
| border-radius-topright: 1em;
| |
| }
| |
| #content {
| |
| border-radius-topleft: 1em;
| |
| border-radius-bottomleft: 1em;
| |
| }
| |
| div.pBody {
| |
| border-radius-topright: 1em;
| |
| border-radius-bottomright: 1em;
| |
| }
| |
| */
| |
|
| |
| /* Keine Vergrößerung der Zeilenhöhe durch hochgestellte Zahlen der Fußnoten */
| |
| ol.references {
| |
| font-size:90%;
| |
| }
| |
|
| |
|
| |
| /* neutraler Hintergrund bei nicht geprüften Seiten auf [[Spezial:Neue Seiten]] */
| |
| /* Hintergrund:
| |
| Geprüft werden von den Admins nur die Änderungen anonymer Benutzer.
| |
| Die Änderungen von Admins werden automatisch als geprüft markiert.
| |
| Dies führt zu einem gelben Meer mit einigen wenigen weißen Zeilen.
| |
| Desweiteren ist die Info geprüft/nicht geprüft eigentlich für Nicht-Admins
| |
| nicht relevant.
| |
| */
| |
| .not-patrolled {
| |
| Background-color: #FFFFFF;
| |
| }
| |
|
| |
| /** </nowiki></pre> */
| |