Warning: file_exists(): open_basedir restriction in effect. File(/bin/bash) is not within the allowed path(s): (/var/www/vhosts/nothing-news.de/:/tmp/) in /var/www/vhosts/nothing-news.de/httpdocs_wiki/w/includes/shell/CommandFactory.php on line 119
MediaWiki:Common.css: Unterschied zwischen den Versionen – Nothing Wiki
Menü aufrufen
Toggle preferences menu
Persönliches Menü aufrufen
Nicht angemeldet
Ihre IP-Adresse wird öffentlich sichtbar sein, wenn Sie Änderungen vornehmen.

MediaWiki:Common.css: Unterschied zwischen den Versionen

MediaWiki-Schnittstellenseite
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
Zeile 7: Zeile 7:


::-webkit-scrollbar-track {
::-webkit-scrollbar-track {
   background: var(--color-surface-1);
   background: none;
}
}


Zeile 17: Zeile 17:


::-webkit-scrollbar-thumb:hover {
::-webkit-scrollbar-thumb:hover {
   background-color: var(--color-surface-3);
   background-color: var(--color-surface-4);
}
}


Zeile 25: Zeile 25:


::-webkit-scrollbar-thumb:active {
::-webkit-scrollbar-thumb:active {
   background-color: var(--color-surface-3);
   background-color: var(--color-surface-4);
}
}

Aktuelle Version vom 28. Oktober 2025, 01:32 Uhr

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

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-surface-4);
  border-radius: 8px;
  border: 3px solid transparent;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-surface-4);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

::-webkit-scrollbar-thumb:active {
  background-color: var(--color-surface-4);
}