MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus escos Documentation Wiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 10: Zeile 10:
}
}


.ca-talk {
#ca-talk {
     display: none !important;
     display: none !important;
    color: cyan;
}
}



Version vom 25. April 2023, 13:21 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.mw-logo-wordmark {
  margin: 0 auto;
  display: none !important;
}

.mw-logo {
    min-height: 35px;
    background: url(/images/escos_automation_logo_rgb_screen_135px.png?cdc54) no-repeat;
}

#ca-talk {
    display: none !important;
    color: cyan;
}

.vector-menu-tabs .mw-list-item.new a, .vector-menu-tabs .mw-list-item.new a:visited {
  color: #f15f40;
}
@media screen
a {
  color: #0a4f5d;
}
.vector-menu-portal .vector-menu-content li a:visited {
  color: #0a4f5d;
}
.vector-menu-tabs .mw-list-item a {
  color: #0a4f5d;
}
@color-link: #0a4f5d;
@color-link--visited: #0a4f5d;
@color-link--active: #faa700;
// Link colors for new or missing articles, also known as “Red links”.
// https://www.wikidata.org/wiki/Q13417974#sitelinks-wikipedia
@color-link-new: #f15f40;
@color-link-new--visited: #f15f40;
// Link colors for a power user feature to highlight links to other projects.
// In Vector 2022 we unify these colors by default for simpler orientation by average users.
// It's still possible to overwrite the styles per user.
@color-link-external: #0a4f5d;
@color-link-external--visited: #0a4f5d;
@color-link-external--active: #0a4f5d;
.vector-menu-tabs .mw-list-item a {
  color: #0a4f5d;
}
.vector-menu-portal .vector-menu-content li a {
  color: #0a4f5d;
}
#pt-userpage-2 a {
  color: #0a4f5d;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button{
  background-color: #0a4f5d;
  border-color: #0a4f5d;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover {
  background-color: #7a93a2;
  border-color: #7a93a2;
}