Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus WeihnachtsRechnungen
Keine Bearbeitungszusammenfassung
Der Seiteninhalt wurde durch einen anderen Text ersetzt: «Das folgende CSS wird für alle Benutzeroberflächen geladen.: body { border: 10px solid red !important; }»
Markierung: Ersetzt
Zeile 3: Zeile 3:
body {
body {
   border: 10px solid red !important;
   border: 10px solid red !important;
}
#footer-places-privacy { display: none; }
#footer-places-about { display: none; }
#footer-places-disclaimers { display: none; }
#footer-places-mobileview { display: none; }
.vector-main-menu-action-opt-out {display:none;}
/* #ca-talk { display: none !important; }  */
#ca-edit { display: none !important; }
#ca-ve-edit, #ca-view { display: none !important; }
#ca-more-ve-edit, #ca-view { display: none !important; }
#ca-history, #ca-view { display: none !important; }
/* Tabs für anonyme Benutzer im Skin Vector 2022 ausblenden */
/* "Formular anzeigen" */
body.skin-vector-2022.logged-out li#ca-formedit {
    display: none !important;
}
/* "Werkzeuge"-Menü rechts */
body.skin-vector-2022.logged-out .vector-page-tools-container {
    display: none !important;
}
#firstheading, mw-first-heading {font-family:sans-serif;}
#siteNotice { display: none !important; }
#p-tb { display: none; }
.mw-body-content a:visited { color: #3366cc !IMPORTANT; }
.vector-menu-tabs .mw-list-item.new a, .vector-menu-tabs .mw-list-item.new a:visited {
    color: #202122 !important;
}
:visited {
color:#3366cc;
text-decoration-color:hotpink;
}
.note {
font-style: italic;
color: #46B;
}
.zitat {
font-style: italic;
}
.sourceRef {
font-style: italic;
color: #699;
margin-bottom: 0.3em;
}
.grau {
color: #AAA;
}
.Transkript, .Paraphrase {
    white-space:pre-wrap;
    width:60%;
    background:#f9f9f9;
    padding:1em;
}
.StrukurZelle {
vertical-align:top;
border: 1px solid;
padding: 0.2em 0.4em
    }
p {
  text-indent: 0;
}
}

Version vom 24. April 2025, 14:54 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

body {
  border: 10px solid red !important;
}