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
Die Seite wurde neu angelegt: „Das folgende CSS wird für alle Benutzeroberflächen geladen.: ::-webkit-scrollbar { width: 12px; height: 12px; } ::-webkit-scrollbar-track { background: var(--color-surface-3); border-radius: 8px; } ::-webkit-scrollbar-thumb { background-color: var(--color-ui-accent); border-radius: 8px; border: 3px solid var(--color-surface-3); } ::-webkit-scrollbar-thumb:hover { background-color: var(--color-ui-accent--hover); } ::-webkit-scro…“
 
Keine Bearbeitungszusammenfassung
Zeile 7: Zeile 7:


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


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


::-webkit-scrollbar-thumb:hover {
::-webkit-scrollbar-thumb:hover {
   background-color: var(--color-ui-accent--hover);
   background-color: var(--color-surface-5);
}
}


::-webkit-scrollbar-corner {
::-webkit-scrollbar-corner {
   background: var(--color-surface-3);
   background: transparent;
}
}


::-webkit-scrollbar-thumb:active {
::-webkit-scrollbar-thumb:active {
   background-color: var(--color-ui-accent--active);
   background-color: var(--color-surface-5);
}
}

Version vom 28. Oktober 2025, 01:27 Uhr

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

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

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

::-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-5);
}

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

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