MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus escos Documentation Wiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 39: Zeile 39:
}
}
.vector-menu-portal .vector-menu-content li a {
.vector-menu-portal .vector-menu-content li a {
   color: #0a4f5d !important;
   color: #00ff00;
}
}

Version vom 25. April 2023, 12:29 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;
}
.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: #00ff00;
}