1. Nachrichten
  2. Forum
    1. Unerledigte Themen
    2. Forenregeln
  3. Spenden
  • Anmelden
  • Registrieren
  • Suche
Alles
  • Alles
  • Artikel
  • Seiten
  • Forum
  • Erweiterte Suche
  1. camp-firefox.de
  2. Endor

Beiträge von Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 26. August 2020 um 14:36

    Gerne, freut mich wenn es gefällt. :wink:

    Mfg.
    Endor


    Boersenfeger

    Eben mal getestet im Nightly.

    Sollte auch dort funktionieren.

    Breite musst Du für Dich dann noch anpassen.

    In diesem Absatz im Code:

    CSS
    .screen{
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center!important;
    align-items: center!important;
    max-width: 1200px !important;
    min-height: 90vh !important;
    max-height: 90vh !important;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    padding-top: 15px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    background-color: #fffff0 !important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-radius: 20px !important;
    border-width: 4px !important;
    border-style: outset !important;}
    Alles anzeigen

    bei max-width: 1200px !important; den Wert erhöhen bis es passt.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 26. August 2020 um 13:45

    Musst Du mal testen.

    Keine Ahnung ob es da auch geht.

    Bin schon froh wenn ich die Zeit finde es im 80er

    wieder hinzubekommen.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 26. August 2020 um 12:36

    Logo sollte oben jetzt aktuell sein.
    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 26. August 2020 um 12:14

    für die 3 Striche unten, Schritt 1 bis 3

    habe ich es hier so gemacht:

    CSS
    [class="indicator current"] {
    background: lime !important;
    }
    
    
    [class="indicator "] {
    background: gold !important;
    opacity: 1 !important;
    }

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 26. August 2020 um 11:49

    Ja ist mir bekannt.

    Tausche ich noch aus.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 26. August 2020 um 11:36

    So hier mal etwas für about:welcome

    CSS Code:

    CSS
    @-moz-document url(about:welcome) {
    
    
    html{background:#ffffff!important;}
    
    
    .screen{
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center!important;
    align-items: center!important;
    max-width: 1200px !important;
    min-height: 90vh !important;
    max-height: 90vh !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    padding-top: 15px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    background-color: #fffff0 !important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-radius: 20px !important;
    border-width: 4px !important;
    border-style: outset !important;}
    
    
    .screen:hover{
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    
    #topsites-section{background-color: transparent !important;}
    
    
    h1{
    margin-top: 50px !important;
    color: #cc0000 !important;
    font-size: 45px !important;
    font-weight: bold !important;
    min-height: 50px !important;}
    
    
    .secondary-cta > span:nth-child(1){
    color: #1a75ff !important;
    font-weight: bold !important;
    font-size: 17px !important;}
    
    
    h2{
    color: #1a75ff !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-weight: bold !important;
    font-size: 17px !important;}
    
    
    .screen:before {
    margin-top: 40px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center!important;
    align-items: center!important;
    content: "Endors Firefox";
    font-weight:bold !important;
    font-size: 24px !important;
    color:red !important; }
    
    
    
    
    .primary{
    margin-top: 45px !important;
    -moz-appearance: none !important;
    background: #0060df url("..//icons/Fuchs4.png") no-repeat !important;
    background-position:16px 11px!important;
    padding-left: 50px!important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-width:2px !important;
    border-style: outset !important;
    border-radius:30px!important;}
    
    
    .primary:hover{
    background: #003eaa url("..//icons/Fuchs4.png") no-repeat !important;
    background-position:16px 11px!important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-width:2px !important;
    border-style: outset !important;
    border-radius:30px!important;}
    
    
    
    
    button[class="secondary"][value="secondary_button"][data-l10n-id="onboarding-multistage-welcome-secondary-button-label"]{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild15.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:40px!important;
    padding-left:40px!important;
    padding-bottom: 4px !important;
    padding-top: 2px !important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-style: outset !important;
    border-width:2px !important;
    background-position:12px 4px!important;
    border-radius:20px!important;}
    
    
    button[class="secondary"][value="secondary_button"][data-l10n-id="onboarding-multistage-welcome-secondary-button-label"]:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild15.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:12px 4px!important;
    border-radius:20px!important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-style: outset !important;
    border-width:2px !important;}
    
    
    button[class="secondary"][value="secondary_button"][data-l10n-id="onboarding-multistage-theme-secondary-button-label"],
    button[class="secondary"][value="secondary_button"][data-l10n-id="onboarding-multistage-import-secondary-button-label"]{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild42.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:40px!important;
    padding-left:40px!important;
    padding-bottom: 4px !important;
    padding-top: 2px !important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-style: outset !important;
    border-width:2px !important;
    background-position:12px 4px!important;
    border-radius:20px!important;}
    
    
    button[class="secondary"][value="secondary_button"][data-l10n-id="onboarding-multistage-theme-secondary-button-label"]:hover,
    button[class="secondary"][value="secondary_button"][data-l10n-id="onboarding-multistage-import-secondary-button-label"]:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild42.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:12px 4px!important;
    border-radius:20px!important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-style: outset !important;
    border-width:2px !important;}
    
    [class="indicator current"] {
    background: lime !important;
    }
        
    [class="indicator "] {
    background: gold !important;
    opacity: 1 !important;
    }
    }
    Alles anzeigen

    Symbole:    

    Mfg.

    Endor

  • Diverse Skripts funktionieren nicht mehr

    • Endor
    • 24. August 2020 um 16:28

    Hallo milupo

    Was das Script UserScriptLoader.uc.js, Script zum laden von GM Scripten, betrifft,

    kannst Du dir die Mühe sparen. Das ist tot. Der Autor selber macht schon lange

    nichts mehr mit seinen Scripten und anderweitig ist die neueste Version auch schon
    5 Jahre alt und funktioniert leider auch nicht mehr.

    Da BarbaraZ- ja den Code vom usercssloader.uc.js Script eingestellt hat, gehe ich

    mal davon aus, dass sie nur die Bezeichnung verwechselt hat.

    Mfg.

    Endor

  • Firefox Menü, Hintergrundfarbe ändern

    • Endor
    • 21. August 2020 um 11:47

    Sind hier auch Original nur andere Symbole mit CSS eingebaut.

    Keine Buttons per Script oder so.

    Auch beim Homebutton funktioniert es.

    Mfg.
    Endor

  • Firefox Menü, Hintergrundfarbe ändern

    • Endor
    • 21. August 2020 um 11:24

    Doch auch da, aber leider nicht immer.

    Siehe Bild:


    Weiß nicht wieso es beim ersten Mal nicht immer geht.
    Mfg.
    Endor

  • Firefox Menü, Hintergrundfarbe ändern

    • Endor
    • 21. August 2020 um 11:13

    Hallo zusammen.

    In Firefox verwende ich dieses Script, zum anpassen der Tooltips:

    CSS
    // ==UserScript==
    // @name tooltipStyling.uc.js
    // @description tooltipStyling
    // @include *
    // ==/UserScript==
    (function () {
    let sss = Components.classes["@mozilla.org/content/style-sheet-service;1"].getService(Components.interfaces.nsIStyleSheetService);
    
    
    let uri = Services.io.newURI("data:text/css;charset=utf-8," + encodeURIComponent(`
    tooltip,
    #tooltip,
    .tooltip,
    #aHTMLTooltip {
    
    
    -moz-appearance: none !important;
    background-color: #f7f2bd !important;
    color: #000000 !important;
    padding: 2px 12px !important;
    }
    `), null, null);
    
    
    sss.loadAndRegisterSheet(uri, sss.AGENT_SHEET);
    })();
    Alles anzeigen

    Damit wird hier die Hintergrundfarbe gelb und der Text schwarz.
    Kann oben entsprechend angepasst werden.

    Mfg.
    Endor

  • Nightly v.81 - Script für mehrzeilige Tableiste

    • Endor
    • 13. August 2020 um 17:39

    Hallo FuchsFan

    Entschuldige bitte, dass ich im anderen Thread nicht geantwortet

    habe. Ich habe die Scripte nur gefunden und übersetzt. Anschließend

    bei mir hoch geladen. Deine Änderung oben werde ich auch mal testen.
    Danke für die Info.

    Mfg.
    Endor

  • mehzeilige Tableiste die ganz unten

    • Endor
    • 13. August 2020 um 17:35

    @laubenpieper

    Teste mal von hier:

    https://github.com/Endor8/userChr…tabs/Firefox-81

    Script 5 oder 6.

    Keine Ahnung, ob damit Dein Problem behoben wird.

    Mfg.
    Endor

  • User Script Probleme mit Firefox 78 ESR

    • Endor
    • 11. August 2020 um 14:14

    Hallo sam2008

    Bitte mal testen:

    Code
    (function() {
    
    
    
    
    if (location != 'chrome://browser/content/browser.xhtml')
    return;
    
    
    
    
    try {
    CustomizableUI.createWidget({
    id: 'print-toolbarbutton',
    type: 'custom',
    defaultArea: CustomizableUI.AREA_NAVBAR,
    onBuild: function(aDocument) {
    var toolbaritem = aDocument.createElementNS('http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul', 'toolbarbutton');
    var attrs = {
    id: 'print-toolbarbutton',
    class: 'chromeclass-toolbar-additional',
    type: 'menu',
    removable: true,
    label: 'Drucken',
    tooltiptext: 'Drucken'
    };
    for (var a in attrs)
    toolbaritem.setAttribute(a, attrs[a]);
    return toolbaritem;
    }
    });
    } catch(e) { };
    
    
    var css = '\
    #print-toolbarbutton {list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAYCAYAAADkgu3FAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAEEElEQVR42mL8//8/Az0AQACxkKJYSNmE30ZbMVRKRPgHsviBYxfv37hx/Cg+vQABxEiMjxRVLSyiIv3UXjx/aeLlYJTNyMjAhCx/9MyNHdz8Aktv3Lj979rlE2uuXLnyC90MgABiAFmED4tKaxvcunnr4r+/v/8Twr9//fxf19hdi80cgABiIuSb+OgITxUVRT18av7/+8fw4+t7hu+fXjDYWRvHYFMDEEAE40hUiFv5968fWOWAvmD4+e0jw++fXxkYmZgZmJlZGb59/SqGTS1AABG06Mv7l+xfPr2Fuvwvwz8g/v/vD8Pf3z+BQfIXaAELAxPQEmC8AcX/M3z68IYZmzkAAYTTIgkZfSemf/8/utjpC12+coNh9bpdDJKSIgxsLIwMoPQDNBNK/2eApacvX74x8HKxM0tJ6Rn/Y2SUfvH04iaYeQABhDUBGBo66p89d+HCf6ATYXjC7NX/zz/4gBd39c+Eq3/77t2X5LTieJiZAAGE1UeOzrbBuloq+r9/foOLPX7zmeHCvZd4g/n79x8MMD28XGzcVub6EUDmQhAfIICwWiQrJazwBxjByODhy/cMfwlYxP3rJwOyPk52ZmUYGyCAMCxKD3Pl1zJ3l/6D5BsQ0FVXYDDXEWPg4+ZgEOTjxLDk6Yu3DL/E1RmQ9TH//8PfVxwpW9S7/DFAAGFYJC7Eq/X3+0dFdB/l+qgDyT+gKIdiNH1SQEJKGcVHv39/F2RkYrAFMpcBBBBGhhXkYVUD5htRQiUGMRhoOCuQ1g8LC+MECCAUHzk6OrL4GYvJMjMycoD4127cZpizYBnJJbWHmyODm5MdjCuvJ84gARBAKBZpSnHzArOEBNA9YPFnz18wLF+9EZINGP5DswM8X2AXB4WKoADYImYWFlB+k+RmZZADCCAUi768+f2LUYrxyL2Hz92XLF4h8uDRE1YleWluGQkxhoT4BLih2As8Boa7t28xLFm9luHR/Qc/gfq/3334kkGM7e9WZtb/jwECCMWiRTt3fgWG5zoVWRF+FWWFGdKSwgy37txmsDMzYgiNiSUYZJdOHGY4fvokg562KruzvRn7hy1HNr69+3Fy36rV3wECCCPVrVq1CliXrJ6zbtmXiV9//mdXkpNmUFNSYPjz5xdBi1S0dRj0VBQY2Ng5GF5++MXAzs2zv2/Vqu8gOYAAwlHWhf4NimLg6G8sElJRlFSUlJLa8ff3LxFCFjGzsDIYaanOePLufZeTd8h9J2+EHEAA4S29C+v73gGpd8c2L2L+85uwj/79BZbuP7/+KWmefB9dDiCAiGozXDu2+cHVo1sEGQmo+8/A+JOB6e8lbHIAAUSURYw/GV2Y2f8J/GMGVkB4a9r/7ALsLA+wyQEEECO9mlsAAQYAq1BA/vIVsYsAAAAASUVORK5CYII=)}\
    #print-toolbarbutton > dropmarker {display: none}\
    #print-toolbarbutton > image{min-height: 24px}\
    #print-toolbarbutton > image{min-width: 26px}\
    ';
    
    
    var stylesheet = document.createProcessingInstruction('xml-stylesheet', 'type="text/css" href="data:text/css;utf-8,' + encodeURIComponent(css) + '"');
    
    
    document.insertBefore(stylesheet, document.documentElement);
    
    
    var menu, menuitem, menuseparator, menupopup;
    
    
    // menupopup of toolbarbutton
    
    
    menupopup = document.createXULElement('menupopup');
    menupopup.id = "print-button-popup";
    document.getElementById('print-toolbarbutton').appendChild(menupopup);
    
    
    menuitem = document.createXULElement('menuitem');
    menuitem.setAttribute('label', "Drucken…");
    menuitem.setAttribute('tooltiptext', "Drucken…");
    menuitem.setAttribute('accesskey', "D");
    menuitem.setAttribute('command', "cmd_print");
    menupopup.appendChild(menuitem);
    
    
    menuitem = document.createXULElement('menuitem');
    menuitem.setAttribute('label', "Druckvorschau");
    menuitem.setAttribute('tooltiptext', "Druckvorschau");
    menuitem.setAttribute('accesskey', "v");
    menuitem.setAttribute('oncommand', "PrintUtils.printPreview(PrintPreviewListener); event.stopPropagation()");
    menupopup.appendChild(menuitem);
    
    
    menuseparator = document.createXULElement('menuseparator');
    menupopup.appendChild(menuseparator);
    
    
    menuitem = document.createXULElement('menuitem');
    menuitem.setAttribute('label', "Seite einrichten…");
    menuitem.setAttribute('tooltiptext', "Seite einrichten…");
    menuitem.setAttribute('accesskey', "e");
    menuitem.setAttribute('command', "cmd_pageSetup");
    menupopup.appendChild(menuitem);
    
    
    // submenu of context menu
    
    
    menu = document.createXULElement('menu');
    menu.id = "context-print-menu";
    menu.setAttribute('label', "Drucken…");
    menu.setAttribute('accesskey', "D");
    document.getElementById('contentAreaContextMenu')
    .insertBefore(menu, document.getElementById('context-sep-viewbgimage').nextSibling);
    
    
    menupopup = document.createXULElement('menupopup');
    menu.appendChild(menupopup);
    
    
    menuitem = document.createXULElement('menuitem');
    menuitem.id = "context-print-menu-print";
    menuitem.setAttribute('label', "Drucken…");
    menuitem.setAttribute('accesskey', "D");
    menuitem.setAttribute('command', "cmd_print");
    menupopup.appendChild(menuitem);
    
    
    menuitem = document.createXULElement('menuitem');
    menuitem.id = "context-print-menu-preview";
    menuitem.setAttribute('label', "Druckvorschau");
    menuitem.setAttribute('accesskey', "v");
    menuitem.setAttribute('oncommand', "PrintUtils.printPreview(PrintPreviewListener)");
    menupopup.appendChild(menuitem);
    
    
    menuseparator = document.createXULElement('menuseparator');
    menupopup.appendChild(menuseparator);
    
    
    menuitem = document.createXULElement('menuitem');
    menuitem.id = "context-print-menu-printSetup";
    menuitem.setAttribute('label', "Seite einrichten…");
    menuitem.setAttribute('accesskey', "e");
    menuitem.setAttribute('command', "cmd_pageSetup");
    menupopup.appendChild(menuitem);
    
    
    })();
    Alles anzeigen

    Müsste nun passen.

    Mfg.
    Endor

  • Ton Aus auf Tab funktioniert nicht

    • Endor
    • 10. August 2020 um 20:04

    Bitte sehr :wink: :

    https://github.com/Endor8/userChr…tabs/Firefox-81

    Mfg.

    Endor

  • Ton Aus auf Tab funktioniert nicht

    • Endor
    • 10. August 2020 um 17:34

    Hallo zusammen.

    Die CSS Codes habe ich alle aktualisiert.

    Es sind jetzt 6 verschiedene.
    https://github.com/Endor8/userChr…Mutirowtabs/CSS


    Readme muss ich noch überarbeiten - erweitern.

    Was die Scripte betrifft, da muss ich mich erst noch darum kümmern.

    Hoffe, dass ich da bald mal dazu komme.

    Mfg.
    Endor

  • Ton Aus auf Tab funktioniert nicht

    • Endor
    • 9. August 2020 um 14:40
    Zitat von 2002Andreas

    Wobei ich gerade auch sehe, Alice hat schon neue Versionen für Fx 81

    Wie kommst Du darauf?

    Habe bei Alice nichts gefunden.

    Aber der Autor meiner Quelle hat neue Versionen im Angebot.

    Sei es CSS Versionen oder Scripte dafür. :wink:

    Melde mich bei gleich mal per PN bei Dir 2002Andreas.
    :wink:

    Mfg.

    Endor

  • Tab Toolbar verstecken wenn nur ein Tab vorhanden

    • Endor
    • 7. August 2020 um 20:02

    Ich kann bestätigen, das Script von bananovic

    funktioniert einwandfrei.

    Voraussetzung ist, dass man diese Vorarbeiten dazu gemacht hat:

    https://github.com/Endor8/userChr…ster/userChrome

    Mfg.
    Endor

  • Datei - Seite einrichten bzw. Datei - Druckvorschau

    • Endor
    • 6. August 2020 um 17:25

    Hallo Mandel

    Du könntest mal folgendes Probieren:

    Gib in Firefox in die Adressleiste:

    about:config ein und mit Enter aufrufen

    in die Zeile wo steht :Einstellungsname Suchen gibst Du:

    Printer ein

    Es wird eine Liste mit Einträgen zu Druckern angezeigt.
    Nun suchst Du deinen aktuellen Drucken in der Liste, bei einem

    steht daneben: .print_scaling rechts daneben steht Wert da machst Du

    einen Doppelklick drauf und trägst Du mal 1.00 ein .

    Sieht bei meinem Drucker so aus:


    Firefox neu starten und testen.

    Mfg.
    Endor

  • Suchvorschläge schließen

    • Endor
    • 3. August 2020 um 14:48
    Zitat von Dharkness

    Das wird aber normalerweise mit beenden der Browser-Werkzeuge zurückgesetzt.

    Wie Thomas S. schon schreibt, wird das auch hier nicht immer
    beim Schließen der Browser-Werkzeuge zurückgesetzt.

    Keine Ahnung warum.

    Mfg.
    Endor

  • Script um Lezezeichensymboleiste zu verstecken

    • Endor
    • 30. Juli 2020 um 21:54

    Wie wäre eine Lösung nur per CSS:

    CSS Code:

    CSS
    /* ----------------------------- */
    /* Firefox Sliding Bookmarks Bar */
    /* ----------------------------- */
    :root {
    --toolbar-offset-height: 40px;
    }
    
    
    #PersonalToolbar:not([customizing]) {
    background: #E7E7E7 !important;
    position: fixed !important;
    margin-top: -27px !important;
    padding-bottom: 5px !important;
    height: auto !important;
    width: 100% !important;
    border: none !important;
    box-shadow: 0 1px 0 0 rgba(0,0,0,0.3);
    transform: scaleY(0.8);
    transform-origin: center bottom;
    transition: transform cubic-bezier(.22,.61,.36,1) 0.15s !important;
    z-index: 2;
    }
    
    
    #PersonalToolbar:not([customizing]) #personal-bookmarks {
    opacity: 0;
    transition: opacity 0.15s;
    }
    
    
    /* prevent 1px border in selected tab */
    #titlebar {
    z-index: 4 !important;
    }
    
    
    #nav-bar {
    z-index: 3 !important;
    }
    
    
    /* bring up nav-bar z-index when megabar is open */
    #nav-bar[urlbar-exceeds-toolbar-bounds="true"] {
    z-index: 5 !important;
    }
    
    
    .tabbrowser-tab[selected="true"] {
    z-index: 4 !important;
    }
    
    
    #navigator-toolbox:hover > #PersonalToolbar:not([customizing]) {
    position: fixed !important;
    transform: translateY(100%) scaleY(1);
    }
    
    
    #navigator-toolbox:hover > #PersonalToolbar:not([customizing]) #personal-bookmarks {
    opacity: 1;
    }
    
    
    /* Hide 1px bottom border */
    #navigator-toolbox:after {
    display: none !important;
    }
    
    
    /* compact theme */
    :root[lwtheme="true"] #PersonalToolbar:not([customizing]) {
    top: var(--toolbar-offset-height) !important;
    }
    
    
    /* compact + titlebar active */
    :root[lwtheme="true"]:not([tabsintitlebar="true"])
    #nav-bar ~ #PersonalToolbar:not([customizing]) {
    top: calc(var(--toolbar-offset-height) + 20px) !important;
    }
    
    
    /* default theme */
    :root:not([lwtheme="true"]) #PersonalToolbar:not([customizing]) {
    top: calc(var(--toolbar-offset-height) + 17px) !important;
    }
    
    
    /* default + titlebar active */
    :root:not([lwtheme="true"]):not([tabsintitlebar="true"])
    #nav-bar ~ #PersonalToolbar:not([customizing]) {
    top: calc(var(--toolbar-offset-height) + 8px) !important;
    }
    Alles anzeigen

    Code muss in oder mit userChrome.css geladen werden.
    Hintergrundfarbe der Lesezeichenleiste kannst Du nach bedarf anpassen.

    Sobald die Maus die Navleiste berührt wird die Lesezeichenleiste eingeblendet.

    Mfg.
    Endor

Unterstütze uns!

Jährlich (2025)

104,5 %

104,5% (679,10 von 650 EUR)

Jetzt spenden
  1. Kontakt
  2. Datenschutz
  3. Impressum
Community-Software: WoltLab Suite™
Mastodon