Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus WeihnachtsRechnungen
Keine Bearbeitungszusammenfassung
Markierung: Manuelle Zurücksetzung
Keine Bearbeitungszusammenfassung
Zeile 32: Zeile 32:
/*
/*
/* Talk-Tab neutralisieren */
/* Talk-Tab neutralisieren */
/*
 
#p-associated-pages #ca-talk a {
#p-associated-pages #ca-talk a {
     color: inherit !important; /* normale Tab-Farbe übernehmen
     color: green !important;  
    text-decoration: none !important; /* keine rote Unterstreichung
}
}
/*
/*
    text-decoration: none !important; /* keine rote Unterstreichung
*/

Version vom 28. Mai 2025, 23:40 Uhr

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

#ca-view { display: none !important; }
#ca-history { 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; }
*/
/* 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-dropdown {
    display: none !important;
}

.vector-main-menu-action-opt-out {display:none;}
/*
/* Fussnoten /*
/*
#footer-places-privacy { display: none; }
#footer-places-about { display: none; }
#footer-places-disclaimers { display: none; }
#footer-places-mobileview { display: none; }
/*
/* Talk-Tab neutralisieren */

#p-associated-pages #ca-talk a {
    color: green !important; 
}
/*
    text-decoration: none !important; /* keine rote Unterstreichung
*/