|
|
(51 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) |
Zeile 1: |
Zeile 1: |
| /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
| | #ca-view, |
| #footer-places-privacy { display: none; }
| | #ca-history { |
| #footer-places-about { display: none; }
| | display: none !important; |
| #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;
| |
| } | | } |
Aktuelle Version vom 8. Juni 2025, 17:15 Uhr
#ca-view,
#ca-history {
display: none !important;
}