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. BarbaraZ-

Beiträge von BarbaraZ-

  • Was stimmt hier nicht?

    • BarbaraZ-
    • 2. März 2024 um 12:30

    Mira_Belle

    Ich komme erst jetzt dazu, Rückmeldung zu geben.

    In dem Script aus Beitrag #7 sehen die Zeilen 611 und 612 so aus:

    Von daher kann ich den Schnipsel aus deinem Beitrag #23 nicht einfügen.

    Nutze ich ein anderes Script? :/

    Mit dem CSS-Code klappt es allerdings.

  • Was stimmt hier nicht?

    • BarbaraZ-
    • 26. Februar 2024 um 14:54

    Danke. Alles gut. Will nicht drängeln, sorry.

  • Was stimmt hier nicht?

    • BarbaraZ-
    • 26. Februar 2024 um 14:46

    In Zeile 647 wurde nach no-repeat zusätzlich noch ! import angegeben.
    Dieses habe ich gelöscht und auch damit bleibt der Fehler bestehen.

    Mira_Belle nutzt du die Symbol.css zusätzlich oder statt dessen?

  • Was stimmt hier nicht?

    • BarbaraZ-
    • 26. Februar 2024 um 14:26

    Bin dann erstmal raus. Mal schauen, wie es sich entwickelt.

  • Was stimmt hier nicht?

    • BarbaraZ-
    • 26. Februar 2024 um 14:21

    Klar, schon in Beitrag #10 so beschrieben. Alle Konstellationen, ob einzeln, ob gemischt oder was auch immer. Sobald das Script geladen wird, fällt die Seite auf die Nase.

  • Was stimmt hier nicht?

    • BarbaraZ-
    • 26. Februar 2024 um 14:17

    Jepp:?: aber es wirft die Seite komplett aus der Bahn. :/

  • Was stimmt hier nicht?

    • BarbaraZ-
    • 26. Februar 2024 um 14:11

    Ich habe alles deaktiviert und dann Stück für Stück neu geladen.
    In diversen Kombis also auch das Script alleine.

    Es fällt definitiv damit auf die Nase.

    Gerade nochmal versucht. Nur dieses Script geladen NICHTS anderes auch keine Code.
    Es passt damit irgend etwas nicht.

  • Was stimmt hier nicht?

    • BarbaraZ-
    • 26. Februar 2024 um 13:57

    Ich habe den Fehler gefunden.

    Er liegt hier irgendwo im Script von Mira_Belle:

    CSS
    // Kontextmenu bei Mira_Belle
    
    /// Symbole.uc.js
    /* ****************************************************************************************** */
    
    /* Die Entstehung des Symbole.css => https://www.camp-firefox.de/forum/thema/134970/?postID=1205292#post1205292       */
    /* ****************************************************************************************** */
    
    /* Das JavaScript */
    /* https://www.camp-firefox.de/forum/thema/134970-symbole-in-den-kontextmen%C3%BCs-update/?postID=1216936#post1216936 */
    /* version 1.0 */
    
    /* https://www.camp-firefox.de/forum/thema/134970/?postID=1234253#post1234253 */
    /* version 1.2 */
    /* *************++++************************************************************************* */
    (function() {
    //    if (location.href !== 'chrome://browser/content/browser.xhtml') return;
        let ProfilePath = PathUtils.toFileURI(PathUtils.join(PathUtils.profileDir, 'chrome', 'icons'));
    //    var css =`
    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(`
            /*--------------------------------------------------------------------------*/  
            /*--------- Texte im Hamburgermenü und in den Submenüs eingerückt ----------*/
            /*-------------- und in dem Anmeldenbutton das Icon eingefügt --------------*/
            /*--------------------------------------------------------------------------*/
            		
    		/*****/
            /* Hilfe - Zu einem neuen Gerät wechseln = ausblenden */    
            #helpSwitchDevice {
                display: none !important;
            }
    		
    		/* Tab in neuer Umgebung wegschalten */
            [data-l10n-id="menu-file-new-container-tab"],
    		[data-l10n-id="places-open-in-container-tab" ] {
            display: none !important; 
            }
    		/*****/
    		
            .subviewbutton:not(.subviewbutton-iconic, [checked="true"], [targetURI]) > .toolbarbutton-icon {
                width: 16px;
                height: 16px;
                margin-inline-end: 8px !important;
                -moz-context-properties: fill, fill-opacity;
                fill: currentColor;
            }
            #appMenu-fxa-label2::before,
            #fxa-manage-account-button::after {
                content: "";
                display: -moz-box;
                border-radius: 50%;
                background: var(--avatar-image-url) no-repeat center/contain;
                -moz-context-properties: fill;
                fill: currentColor;
            }
            #appMenu-fxa-label2::before {
                width: 14px;
                height: 14px;
                margin-inline-end: 8px;
            }
            /* Neuer Tab */
            #appMenu-new-tab-button2 { list-style-image: url("${ProfilePath}/new-window.svg"); }
            /* Neues Fenster */
            #appMenu-new-window-button2 { list-style-image: url("${ProfilePath}/popup.svg"); }
            /* Neues privates Fenster */
            #appMenu-new-private-window-button2 { list-style-image: url("${ProfilePath}/privateBrowsing.svg"); }
            /* Lesezeichen */
            #appMenu-bookmarks-button { list-style-image: url("${ProfilePath}/bookmark.svg"); }
            /* Neues privates Fenster */
            #appMenu-new-private-window-button2 { list-style-image: url("${ProfilePath}/privateBrowsing.svg"); }
            /* Lesezeichen */
            #appMenu-bookmarks-button { list-style-image: url("${ProfilePath}/bookmark.svg"); }
            /* Chronik */
            #appMenu-history-button { list-style-image: url("${ProfilePath}/history_2.svg"); }
            /* Download */
            #appMenu-downloads-button { list-style-image: url("${ProfilePath}/downloads.svg"); }
            /* Passwörter */
            #appMenu-passwords-button { list-style-image: url("${ProfilePath}/password2.svg"); }
            /* Add-ons und Themes */
            #appMenu-extensions-themes-button { list-style-image: url("${ProfilePath}/addon.svg"); }
            /* Drucken */
            #appMenu-print-button2 { list-style-image: url("${ProfilePath}/printer.svg"); }
            /* Seite speichern unter */
            #appMenu-save-file-button2 { list-style-image: url("${ProfilePath}/save.svg"); }
            /* In Seite suchen */
            #appMenu-find-button2 { list-style-image: url("${ProfilePath}/find.svg"); }
            /* Seite übersetzen */
            #appMenu-translate-button { list-style-image: url("${ProfilePath}/translations.svg"); }
            /* Zoom */
            #appMenu-zoom-controls::before {
                margin-top: 3px !important;
                margin-right: 10px !important;
                margin-left: -1px !important;
                content: '' !important;
                display: block !important;
                width: 16px !important;
                height: 16px !important;
                mask-image:  url("${ProfilePath}/screenshot.svg") !important;
                mask-repeat: no-repeat;
                mask-position: center;
                background-color: #e1e1e1 !important;
            }
            /*Einstellungen */
            #appMenu-settings-button { list-style-image: url("${ProfilePath}/settings.svg"); }
            /*Weitere Werkzeuge */
            #appMenu-more-button2 { list-style-image: url("${ProfilePath}/debugging-workers.svg"); }
            /* Hilfe */
            #appMenu-help-button2 { list-style-image: url("${ProfilePath}/help.svg"); }
            /* Beenden */
            #appMenu-quit-button2 { list-style-image: url("${ProfilePath}/quit.svg"); }
            /*= Panel - Bookmark =========================================================*/
       
            /* Lesezeichen bearbeiten */
           
            [data-l10n-id="bookmarks-bookmark-edit-panel"]::before {
                margin-top: 3px !important;
                margin-right: -15px !important;
                margin-left: -1px !important;
                content: '' !important;
                display: block !important;
                width: 14px !important;
                height: 14px !important;
                mask-image: url("${ProfilePath}/popup.svg") !important;
                mask-repeat: no-repeat;
                mask-position: center;
                background-color: #e1e1e1 !important;
            }
            /* Aktuellen Tab als Lesezeichen ... */
            [data-l10n-id="bookmarks-current-tab"]::before {
                margin-top: 3px !important;
                margin-right: -15px !important;
                margin-left: -1px !important;
                content: '' !important;
                display: block !important;
                width: 16px !important;
                height: 16px !important;
                mask-image: url("${ProfilePath}/new-window.svg") !important;
                mask-repeat: no-repeat;
                mask-position: center;
                background-color: #e1e1e1 !important;
            }
            /* Dieses Lesezeichen bearbeiten...  */
            #panelMenuBookmarkThisPage { list-style-image: url("${ProfilePath}/bookmark-hollow_2.svg"); }
            /* Lesezeichen durchsuchen */
            #panelMenu_searchBookmarks { list-style-image: url("${ProfilePath}/find.svg"); }
            /* Lesezeichen-Symbolleiste ausblenden */
            #panelMenu_viewBookmarksToolbar { list-style-image: url("${ProfilePath}/bookmarks-toolbar.svg"); }
            /* Lesezeichen verwalten */
            #panelMenu_showAllBookmarks { list-style-image: url("${ProfilePath}/bookmarks-tray.svg"); }
            /*= Panel - Chonik ===========================================================*/
            /*= Panel - History ==========================================================*/
       
            /* Kürzlich geschlossene Tabs */
            #appMenuRecentlyClosedTabs { list-style-image: url("${ProfilePath}/tab.svg"); }
            /* Kürzlich geschlossene Fenster */
            #appMenuRecentlyClosedWindows { list-style-image: url("${ProfilePath}/popup.svg"); }
            /* Vorherige Sitzung wiederherstellen */
            #appMenu-restoreSession{ list-style-image: url("${ProfilePath}/restore-session.svg"); }
            /* Neueste Chronik löschen ... */
            #appMenuClearRecentHistory { list-style-image: url("${ProfilePath}/forget.svg"); }
            /* Chronik verwalten */
            #PanelUI-historyMore { list-style-image: url("${ProfilePath}/history_2.svg"); }
            /* Alle Tabs wieder öffnen */
            #appMenu-library-recentlyClosedTabs { list-style-image: url("${ProfilePath}/movetowindow-16.svg"); }
            /* Alle Fenster wieder öffnen */
            #appMenu-library-recentlyClosedWindows { list-style-image: url("${ProfilePath}/restore-session.svg"); }
            /* Chronik durchsuchen */
            #appMenuSearchHistory { list-style-image: url("${ProfilePath}/document-search.svg"); }
            /*= Panel - More tools =======================================================*/
       
            /* Symbolleiste anpassen ... */
            #appmenu-moreTools-button { list-style-image: url("${ProfilePath}/Themes.svg"); }
            /* Werkzeuge für Web-... */
            #appmenu-developer-tools-view .subviewbutton:nth-child(1) { list-style-image: url("${ProfilePath}/developer.svg"); }
            /* Task Manager */
            #appmenu-developer-tools-view .subviewbutton:nth-child(2) { list-style-image: url("${ProfilePath}/performance.svg"); }
            /* Externes Debugging - Edge bug.svg */
            #appmenu-developer-tools-view .subviewbutton:nth-child(3) { list-style-image: url("${ProfilePath}/bug.svg"); }
            /* Browser-Werkzeuge - Edge webdeveloper.svg */
            #appmenu-developer-tools-view .subviewbutton:nth-child(4) { list-style-image: url("${ProfilePath}/window-dev-tools.svg"); }
            /* Browser-Inhaltswerkzeuge */
            #appmenu-developer-tools-view .subviewbutton:nth-child(5) { list-style-image: url("${ProfilePath}/command-frames.svg"); }
            /* Browser-Konsole */
            #appmenu-developer-tools-view .subviewbutton:nth-last-child(5) { list-style-image: url("${ProfilePath}/command-console.svg"); }
            /* Bildschirmgrößen testen */
            #appmenu-developer-tools-view .subviewbutton:nth-last-child(4) { list-style-image: url("${ProfilePath}/command-responsivemode.svg"); }
            /* Farbpipette */
            #appmenu-developer-tools-view .subviewbutton:nth-last-child(3) { list-style-image: url("${ProfilePath}/command-eyedropper.svg"); }
            /* Seitenquelltext anzeigen - Edge file-search.svg */
            #appmenu-developer-tools-view .subviewbutton:nth-last-child(2) { list-style-image: url("${ProfilePath}/document-search.svg"); }
            /* Erweiterungen für Entwickler */
            #appmenu-developer-tools-view .subviewbutton:nth-last-child(1) { list-style-image: url("${ProfilePath}/debugging-addons.svg"); }
       
            /*= Panel - Help =============================================================*/
       
            /* Hilfe erhalten */  
            #appMenu_menu_openHelp { list-style-image: url("${ProfilePath}/help.svg"); }
            /* Ideen und Feedback teilen ... */
            #appMenu_feedbackPage { list-style-image: url("${ProfilePath}/send.svg"); }
            /* Fehlerbehebungsmodus ... */
            #appMenu_helpSafeMode { list-style-image: url("${ProfilePath}/debugging-workers.svg"); }
            /* Weitere Informationen zur ... */
            #appMenu_troubleShooting { list-style-image: url("${ProfilePath}/more.svg"); }
            /* ?? Eine Glühbirne ?? */
            #appMenu_help_reportSiteIssue { list-style-image: url("${ProfilePath}/lightbulb.svg"); }
            /* Betrügerische Website melden ... */
            #appMenu_menu_HelpPopup_reportPhishingtoolmenu { list-style-image: url("${ProfilePath}/warning.svg"); }
            /* Über Firefox */
            #appMenu_aboutName { list-style-image: url("${ProfilePath}/info.svg"); }
            /* ================================================================================================== */
            /*Abstände für alle Icons im Kontextmenü*/
           
            menupopup:not(.in-menulist) > menu:not(.menu-iconic),
            menupopup:not(.in-menulist, [aria-label]) > menuitem:not(.menuitem-iconic, [checked="true"]) {
                padding-inline-start: calc(1em + 24px) !important;
                background-position: left 1em center;
                background-repeat: no-repeat;
                background-size: 16px;
                -moz-context-properties: fill, fill-opacity;
                fill: #E0E0E0 !important;
            }
            /*  
            menu[_moz-menuactive="true"][disabled="true"],
            menuitem[_moz-menuactive="true"][disabled="true"] { */
            /*
            :is(menu,menuitem)[_moz-menuactive="true"][disabled="true"] {
                background-color: #5C5C5C !important;
                border-radius: 4px !important;
            }  
            */
            #context-savepage { background-image: url("${ProfilePath}/save.svg"); }
            #context-pocket { background-image: url("${ProfilePath}/pocket-outline.svg"); }
            #context-selectall { background-image: url("${ProfilePath}/select-all-on.svg"); }
            #context-take-screenshot { background-image: url("${ProfilePath}/screenshot.svg"); }
            #context-viewsource { background-image: url("${ProfilePath}/document-search.svg"); }
            #context-inspect-a11y { background-image: url("${ProfilePath}/tool-accessibility.svg"); }
            #context-inspect { background-image: url("${ProfilePath}/command-pick.svg"); }
            #context-copy { background-image: url("${ProfilePath}/edit-copy.svg"); }
            #context-searchselect { background-image: url("${ProfilePath}/find.svg"); }
            #context-viewpartialsource-selection { background-image: url("${ProfilePath}/document-search.svg"); }
            #context-openlinkincurrent { background-image: url("${ProfilePath}/link-square.svg"); }
            #context-openlinkintab { background-image: url("${ProfilePath}/new-window.svg"); }
            #context-openlink { background-image: url("${ProfilePath}/popup.svg"); }
            #context-openlinkprivate { background-image: url("${ProfilePath}/privateBrowsing.svg"); }
            #context-bookmarklink { background-image: url("chrome://browser/skin/save.svg"); }
            #context-savelink { background-image: url("${ProfilePath}/image-add.svg"); }
            #context-print-selection { background-image: url("${ProfilePath}/printer.svg"); }
            #context-savelinktopocket { background-image: url("${ProfilePath}/image.svg"); }
            #context-copylink { background-image: url("${ProfilePath}/link.svg"); }
            #context-reloadimage { background-image: url("${ProfilePath}/reload_2.svg"); }
            #context-viewimage { background-image: url("${ProfilePath}/image-add.svg"); }
            #context-saveimage { background-image: url("${ProfilePath}/image.svg"); }
            #context-copyimage-contents  { background-image: url("${ProfilePath}/image-copy.svg"); }
            #context-copyimage { background-image: url("${ProfilePath}/resize-image.svg"); }
            #context-sendimage { background-image: url("${ProfilePath}/link.svg"); }
            #context-setDesktopBackground { background-image: url("${ProfilePath}/resize-image.svg"); }
            #_36bde3a5-9f17-4ad9-a587-d4a3c8e8d200_-menuitem-_background-tab_link { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAACcklEQVRYR8WWzVEbQRBGtRHYHHy2iAAIgEJkIEdgcfbBEAEiAhcXrogITAbI5QAMVQ5gdfYBiEB8b6uHaq1md2ZXBk3VlHa0/fOmu6dni8GWR7Fl/4NWgOVyeSvAz5rHRVE8xWAls6//P7h3C8mWuRtLASzN0L2HkNOPWn/XnGgOI86QnwnkMgWSC4CdCkKTHf/UBCI1iMQXgaAbHV0AMIBBv+OF1qQJB7wDamwzpIXUnQgCubXRFcAbuJDRacyopYh3pIkBBHW0Fom+AHMZIx2tQyATCVybUCmd3bpCXwDsUGQnGRBE4tzkSMXM62wCkAVh6SglTE3cC+DgfwJgiyqPFlhwJIhTPf+w9a7vE6kIUDR7iTA3FqMDGOn5ztYU4zy8SwFwrDj3TeOp7Yx7JUUhNLUV4He7CzYGkIGhdsS9kDMe/N1hhfhoit0iYJcN+ctpvR5upsUZILJBd6R9MzrVALv+08N5ALkRwEQAwHzlT61X0p4qwql0QhO50PM8J/6SmQSH+j3U/G16FZC3kQIoJUzef0lxlOl8UMv5P+l9Mt2D+qlJAUSPTg6IIIjWkZO9lHMa0spoBJABdhxtHpkAPn1/SYU/GcFGG0Bj+8wE8Bv4JudXMb02gNCGn6Xc9QhWvlzz4a7gJlz7rnwFsMLhqEBO+x0acTR3mVGYSa46fhqlzbl+sVnBeAAvHOzzybUfI88EIHJEst5BXzflAULF4xRaFKd9nQdAiyz1RFSZwHCJ7dQj0PvI5UQDGcFM9VM1ttARYxEgR8y3GCMZZUYBCHvubbcp3EIRGNZTQH44Lm8NQY2NQ0t+tw+SppBtHeAFE7gPMJeICC4AAAAASUVORK5CYII="); }
            /* Rückgängig */
            #context-undo { background-image: url("${ProfilePath}/edit-cut.svg"); }
            /* Wiederherstellen */
            #context-redo{ background-image: url("${ProfilePath}/edit-copy.svg"); }
            /* Ausschneiden */
            #context-cut { background-image: url("${ProfilePath}/edit-paste.svg"); }
            /* Einfügen */
            #context-paste { background-image: url("${ProfilePath}/select-all-on.svg"); }
            /* Löschen */
            #context-delete { background-image: url("${ProfilePath}/find.svg"); }
            /* ----------------------------------------- */
            /* --------- Kontextmenüs der Tabs --------- */
            /* ----------------------------------------- */
            /* Neuer Tab */
            #context_openANewTab { background-image: url("${ProfilePath}/new-window.svg"); }
            /* Tab neu laden */
            #context_reloadTab { background-image: url("${ProfilePath}/reload_2.svg"); }
            /* Tab stummschalten */
            #context_toggleMuteTab { background-image: url("${ProfilePath}/audio-muted.svg"); }
            /* Stummschaltung für Tab aufheben */
            #context_toggleMuteTab[muted] { background-image: url("${ProfilePath}/audio.svg"); }
            /* Tab anheften */
            #context_pinTab { background-image: url("${ProfilePath}/glyph-pin-16.svg"); }
            /* Tab klonen */
            #context_duplicateTab { background-image: url("${ProfilePath}/duplicat.svg"); }
            /* Tab als Lesezeichen hinzufügen */
            #context_bookmarkTab { background-image: url("${ProfilePath}/bookmark-hollow_2.svg"); }
            /* Tab verschieben */
            #context_moveTabOptions { background-image: url("${ProfilePath}/arrow-swap.svg"); }
           
                /* <<< Submenu_Tab verschieben >>> */  
           
                /* An Anfang verschieben */
                #context_moveToStart { background-image: url("${ProfilePath}/back.svg"); }
                /* An Ende verschieben */
                #context_moveToEnd { background-image: url("${ProfilePath}/forward.svg"); }
                /* In neues Fenster verschieben */
                #context_openTabInWindow { background-image: url("${ProfilePath}/restore-session.svg"); }  
           
            /* Teilen */
            .share-tab-url-item { display: none; }
            /* Alle Tabs auswählen */
            #context_selectAllTabs { background-image: url("${ProfilePath}/tab-multiple.svg"); }
            /* Tab schließen */
            #context_closeTab { background-image: url("${ProfilePath}/stop.svg"); }
            /*Mehrere Tabs schließen */
            #context_closeTabOptions { background-image: url("${ProfilePath}/close-more.svg"); }
                /* <<< Submenu_Mehrere Tabs schließen >>> */
               
                /* Linke Tabs schließen */
                #context_closeTabsToTheStart { background-image: url("${ProfilePath}/Arrowhead Left.svg"); }
                /* Rechte Tabs schließen */
                #context_closeTabsToTheEnd { background-image: url("${ProfilePath}/Arrowhead Right.svg"); }
                /* Andere Tabs schließen */
                #context_closeOtherTabs { background-image: url("${ProfilePath}/Toggle.svg"); }    
           
            /* Geschlossenen Tab wieder öffnen */
            #context_undoCloseTab { background-image: url("${ProfilePath}/undo.svg"); }
            /* ================================================================ */
            /* Neuer Tab */
            #toolbar-context-openANewTab { background-image: url("${ProfilePath}/new-window.svg"); }
            /* Ausgewählten Tab neu laden */
            #toolbar-context-reloadSelectedTab { background-image: url("${ProfilePath}/reload_2.svg"); }
            /* Ausgewählten Tab als Lesezeichen hinzufügen... */
            #toolbar-context-bookmarkSelectedTab { background-image: url("${ProfilePath}/bookmark-hollow_2.svg"); }
            /* Alle Tabs auswählen */
            #toolbar-context-selectAllTabs { background-image: url("${ProfilePath}/tab-multiple.svg"); }
            /* Geschlossene Tabs wieder öffnen */
            #toolbar-context-undoCloseTab { background-image: url("${ProfilePath}/undo.svg"); }
            /* Symbolleiste anpassen... */
            menuitem.viewCustomizeToolbar { background-image: url("${ProfilePath}/Themes.svg"); }
            /* Lesezeichen-Symbolleiste */
            #toggle_PersonalToolbar { background-image: url("${ProfilePath}/bookmarks-toolbar.svg"); }
            /* --------------------------------------------- */
            /* - Kontextmenüs der Lesezeichen-Symbolleiste - */
            /* --------------------------------------------- */
            /* Löschen */
            #placesContext_delete { background-image: url("${ProfilePath}/delete_2.svg"); }
            /* Ausschneiden */
            #placesContext_cut { background-image: url("${ProfilePath}/edit-cut.svg"); }
            /* Kopieren */
            #placesContext_copy { background-image: url("${ProfilePath}/edit-copy.svg"); }
            /* Einfügen */
            #placesContext_paste, #placesContext_paste_group { background-image: url("${ProfilePath}/edit-paste.svg"); }
            /* Alle Lesezeichen öffnen */
            #placesContext_openBookmarkContainer\:tabs { background-image: url("${ProfilePath}/movetowindow-16.svg"); }
            /* Lesezeichen hinzufügen... */
            #placesContext_new\:bookmark { background-image: url("${ProfilePath}/bookmark-hollow_2.svg"); }
            /* Ordner hinzufügen... */
            #placesContext_new\:folder { background-image: url("${ProfilePath}/folder_2.svg"); }
            /* Trennlinie hinzufügen... */
            #placesContext_new\:separator { background-image: url("${ProfilePath}/vertical-line.svg"); }
            /* Lesezeichen verwalten */
            #placesContext_showAllBookmarks { background-image: url("${ProfilePath}/bookmarks-tray.svg"); }
            /* In neuem Tab öffnen */
            #placesContext_open\:newtab { background-image: url("${ProfilePath}/new-window.svg"); }
            /* In neuem Fenster öffnen */
            #placesContext_open\:newwindow { background-image: url("${ProfilePath}/popup.svg"); }
            /* In neuem privaten Fenster öffnen */
            #placesContext_open\:newprivatewindow { background-image: url("${ProfilePath}/privateBrowsing.svg"); }
            /* Lesezeichen bearbeiten... */
            #placesContext_show_bookmark\:info { background-image: url("${ProfilePath}/edit.svg"); }
            /* Lesezeichen löschen */
            #placesContext_deleteBookmark { background-image: url("${ProfilePath}/delete_2.svg"); }
            /* ------------------------------------------ */
            /* ------- Kontextmenüs der Menuleise ------- */
            /* ------------------------------------------ */
            /* In Überhangmenü verschieben */
            .customize-context-moveToPanel { background-image: url("${ProfilePath}/glyph-pin-16.svg"); }
            /* Aus Symbolleiste entfernen */
            .customize-context-removeFromToolbar { background-image: url("${ProfilePath}/delete_2.svg"); }
            /* --------------------------------------------- */
            /* ------- Kontextmenüs in der Menuleise ------- */
            /* --------------------------------------------- */
            /* --- Datei --- */
            /* Neuer Tab */
            #menu_newNavigatorTab { background-image: url("${ProfilePath}/new-window.svg"); }
            /* Neues Fenster */
            #menu_newNavigator { background-image: url("${ProfilePath}/popup.svg"); }
            /* Neues privates Fenster */
            #menu_newPrivateWindow { background-image: url("${ProfilePath}/privateBrowsing.svg"); }
            /* Datei öffnen... */
            #menu_openFile { background-image: url("${ProfilePath}//open.svg"); }
            /* Seite speichern unter... */
            #menu_savePage { background-image: url("${ProfilePath}/save.svg"); }
            /* Link per E-Mail senden... */
            #menu_sendLink { background-image: url("${ProfilePath}/mail.svg"); }
            /* Drucken... */
            #menu_print { background-image: url("${ProfilePath}/printer.svg"); }
            /* Daten aus einem anderen Browser importieren... */
            #menu_importFromAnotherBrowser { background-image: url("${ProfilePath}/import.svg"); }
            /* Offline arbeiten */
            #goOfflineMenuitem { background-image: url("${ProfilePath}/plug-disconnected.svg"); }
            /* Beenden */
            #menu_FileQuitItem { background-image: url("${ProfilePath}/quit.svg"); }
            /* --- Bearbeiten --- */
            /* Rückgängig */
            #menu_undo { background-image: url("${ProfilePath}/undo.svg"); }
            /* Wiederherstellen */
            #menu_redo { background-image: url("${ProfilePath}/sync.svg"); }
            /* Ausschneiden */
            #menu_cut { background-image: url("${ProfilePath}/edit-cut.svg"); }
            /* Kopieren */
            #menu_copy { background-image: url("${ProfilePath}/edit-copy.svg"); }
            /* Einfügen */
            #menu_paste { background-image: url("${ProfilePath}/edit-paste.svg"); }
            /* Löschen */
            #menu_delete { background-image: url("${ProfilePath}/delete_2.svg"); }
            /* Alles auswählen */
            #menu_selectAll { background-image: url("${ProfilePath}/select-all-on.svg"); }
            /* Seite durchsuchen... */
            #menu_find { background-image: url("${ProfilePath}/find.svg"); }
            /* --- Ansicht --- */
            /* Symbolleisten */
            #viewToolbarsMenu { background-image: url("${ProfilePath}/toolbar.svg"); }
           
                /* <<< Submenu_Symbolleisten >>> */
               
                #toggle_PersonalToolbar { background-image: url("${ProfilePath}/bookmarks-toolbar.svg"); }
                #menu_customizeToolbars { background-image: url("${ProfilePath}/Themes.svg"); }
                /* ----------------------------------- */
                /* -- Checkbox und Haken im Submenu -- */
                /* ----------------------------------- */
                menuitem[checked="true"] > .menu-iconic-left {
                    list-style-image: url("${ProfilePath}/check.svg");
                    fill: #00E400 !important;
                }
                [data-l10n-id="toolbar-context-menu-bookmarks-toolbar-always-show-2"]:not([checked="true"]),
                [data-l10n-id="toolbar-context-menu-bookmarks-toolbar-on-new-tab-2"]:not([checked="true"]),
                [data-l10n-id="toolbar-context-menu-bookmarks-toolbar-never-show-2"]:not([checked="true"]),
                #menu_zoomReset:not([checked="true"]),
                #toggle_zoom:not([checked="true"]),
                #menu_pageStylePersistentOnly:not([checked="true"]) {
                    background-image: url("${ProfilePath}/square.svg");
                    background-repeat: no-repeat;
                }
                /* ----------------------------------- */
            /* Sitebar */
            #viewSidebarMenuMenu { background-image: url("${ProfilePath}/Dock Side Left.svg"); }
                /* <<< Submenu_Sitebar >>> */
                #menu_bookmarksSidebar:not([checked="true"]) {
                    background-image: url("${ProfilePath}/bookmark.svg");
                    background-repeat: no-repeat;
                }
                #menu_historySidebar:not([checked="true"]) {
                    background-image: url("${ProfilePath}/history_2.svg");
                    background-repeat: no-repeat;
                }
                #menu_tabsSidebar:not([checked="true"]) {
                    background-image: url("${ProfilePath}/Dock Side Left.svg");
                    background-repeat: no-repeat;
                }
            /* Zoom */
            #viewFullZoomMenu { background-image: url("${ProfilePath}/screenshot.svg"); }
           
                /* <<< Submenu_Zoom >>> */
                #menu_zoomEnlarge { background-image: url("chrome://browser/skin/add-circle-fill.svg"); }       /*  +  */
                #menu_zoomReduce { background-image: url("chrome://browser/skin/subtract-circle-fill.svg"); }   /*  -  */
           
            /* Webseiten-Stiel */
            #pageStyleMenu { background-image: url("${ProfilePath}/document-css.svg"); }
           
                /* <<< Submenu_Webseiten-Stiel >>> */
           
                #menu_pageStyleNoStyle:not([checked="true"]) {
                    background-image: url("${ProfilePath}/document-css.svg");
                    background-position: left 1em center;
                    background-repeat: no-repeat;
                }  
           
            /* Textkodierung reparieren */
            #repair-text-encoding { background-image: url("${ProfilePath}/characterEncoding.svg"); }
            /* Vollbild */
            #fullScreenItem { background-image: url("${ProfilePath}/fullscreen.svg"); }
            /* --- Chronik --- */
            /* Gesamte Chronik anzeigen */
            #menu_showAllHistory { background-image: url("${ProfilePath}/history_2.svg"); }
            /* Neueste Chronik löschen... */
            #sanitizeItem { background-image: url("${ProfilePath}/forget.svg"); }
            /* Vorherige Sitzung wiederherstellen */
            #historyRestoreLastSession { background-image: url("${ProfilePath}/restore-session.svg"); }
            /* Chronik durchsuchen */
            #menu_searchHistory { background-image: url("${ProfilePath}/document-search.svg"); }
            /* Kürzlich geschlossene Tabs */
            #historyUndoMenu { background-image: url("${ProfilePath}/tab.svg"); }
            /* Kürzlich geschlossene Fenster */
            #historyUndoWindowMenu { background-image: url("${ProfilePath}/popup.svg"); }
            /* Lesezeichen */
            /* Lesezeichen verwalten */
            #bookmarksShowAll { background-image: url("${ProfilePath}/bookmarks-tray.svg"); }
            /* Aktuellen Tab als Lesezeichen hinzufügen */
            #menu_bookmarkThisPage { background-image: url("${ProfilePath}/bookmark-hollow_2.svg"); }
            /* Lesezeichen durchsuchen */
            #menu_searchBookmarks { background-image: url("${ProfilePath}/search-glass.svg"); }
            /* Lesezeichen-Symbolleiste */
            #bookmarksToolbarFolderMenu { list-style-image: url("${ProfilePath}/bookmarksToolbar.svg"); }
            /* Weitere Lesezeichen */
            #menu_unsortedBookmarks { list-style-image: url("${ProfilePath}/mail-inbox-all.svg") }
            /* --- Extras --- */
            /* Downloads */
            #menu_openDownloads { background-image: url("${ProfilePath}/downloads.svg"); }
            /* Add-ons und Themes */
            #menu_openAddons { background-image: url("${ProfilePath}/addon.svg"); }
            /* Anmelden */
            #sync-setup { background-image: url("${ProfilePath}/avatar-empty.svg"); }
            /* Browser-Werkzeuge */
            #browserToolsMenu { background-image: url("${ProfilePath}/debugging-workers.svg"); }
           
                /* <<< Submenu_Browser-Werkzeuge >>> */
                /* Werkzeuge für Web-Entwickler */
                #menu_devToolbox { background-image: url("${ProfilePath}/developer.svg"); }
                /* Task-Manager */
                #menu_taskManager { background-image: url("${ProfilePath}/performance.svg"); }
                /* Externes Debugging */
                #menu_devtools_remotedebugging { background-image: url("${ProfilePath}/bug.svg"); }
                /* Browser-Werkzeuge */
                #menu_browserToolbox { background-image: url("${ProfilePath}/window-dev-tools.svg"); }
                /* Browser-Inhaltswerkzeuge */
                #menu_browserContentToolbox { background-image: url("${ProfilePath}/command-frames.svg"); }
                /* Browser-Konsole */
                #menu_browserConsole { background-image: url("${ProfilePath}/command-console.svg"); }
                /* Bildschirmgrößen testen */
                #menu_responsiveUI { background-image: url("${ProfilePath}/command-responsivemode.svg"); }
                /*Farbpipette */
                #menu_eyedropper { background-image: url("${ProfilePath}/command-eyedropper.svg"); }
                /* Seitenquelltext anzeigen */
                #menu_pageSource { background-image: url("${ProfilePath}/document-search.svg"); }
                /* Erweiterungen für Entwickler */
                #extensionsForDevelopers { background-image: url("${ProfilePath}/debugging-addons.svg"); }  
           
            /* Seiteninformationen */
            #menu_pageInfo { background-image: url("${ProfilePath}/document-endnote.svg"); }
            /* Einstellungen */
            #menu_preferences { background-image: url("${ProfilePath}/settings.svg"); }
            /* --- Hilfe --- */
            /* Hilfe erhalten */
            #menu_openHelp { background-image: url("${ProfilePath}/help.svg"); }
            /* Ideen und Feedback teilen... */
            #feedbackPage { background-image: url("${ProfilePath}/send.svg"); }
            /* Fehlerbehebungsmodus... */
            #helpSafeMode { background-image: url("${ProfilePath}/debugging-workers.svg"); }
            /* Weitere Informationen zur Fehlerbehebung */
            #troubleShooting { background-image: url("${ProfilePath}/more.svg"); }
            /* Betrügerische Website melden... */
            #menu_HelpPopup_reportPhishingtoolmenu { background-image: url("${ProfilePath}/warning.svg"); }
            /* Über Firefox */
            #aboutName { background-image: url("${ProfilePath}/firefox.svg"); }
            /* ---------------------------------------------- */
            /* ------------- Kontextmenü Frames ------------- */
            /* ---------------------------------------------- */
           
            /* Aktueller Frame */
            #frame { background-image: url("${ProfilePath}/command-frames.svg"); }
                /* <<< Submenu_Aktueller Frame >>> */  
                /* Nur diesen Frame anzeigen */
                #context-showonlythisframe { background-image: url("${ProfilePath}/tab.svg"); }
                /* Frame in neuem Tab öffnen */
                #context-openframeintab { background-image: url("${ProfilePath}/open-in-new.svg"); }
                /* Frame in neuem Fenster öffnen */
                #context-openframe { background-image: url("${ProfilePath}/popup.svg"); }
                /* Frame neu laden */
                #context-reloadframe { background-image: url("${ProfilePath}/reload_2.svg"); }
                /*Lesezeichen für diesen Frame hinzufügen */
                #context-bookmarkframe { background-image: url("${ProfilePath}/bookmark-hollow_2.svg"); }
                /*Frame speichern unter... */
                #context-saveframe { background-image: url("${ProfilePath}/save.svg"); }
                /* Frame drucken... */
                #context-printframe { background-image: url("${ProfilePath}/printer.svg"); }
                /* Bildschirmfoto aufnehmen */
                #context-take-frame-screenshot { background-image: url("${ProfilePath}/screenshot.svg"); }
                /* Frame-Quelltext anzeigen */
                #context-viewframesource { background-image: url("${ProfilePath}/document-search.svg"); }
                /* Frame-Informationen anzeigen */
                #context-viewframeinfo { background-image: url("${ProfilePath}/info.svg"); }
            /* ---------------------------------------------- */
            /* ----------- Kontextmenü Adressfeld ----------- */
            /* ---------------------------------------------- */
            /*  
            #urlbar-input-container {
                padding-inline-start: calc(1em + 24px) !important;
                background-position: left 1em center;
                background-repeat: no-repeat;
                background-size: 16px;
                -moz-context-properties: fill, fill-opacity;
                fill: currentColor;
            }
            */
            /* Rückgängig */
            #urlbar-input-container .textbox-contextmenu menuitem[cmd="cmd_undo"] {
                background-image: url("${ProfilePath}/undo.svg");
            }
            /* Wiederherstellen */
            #urlbar-input-container .textbox-contextmenu menuitem[cmd="cmd_redo"] {
                background-image: url("${ProfilePath}/sync.svg");
            }
            /* Ausschneiden */
            #urlbar-input-container .textbox-contextmenu menuitem[cmd="cmd_cut"] {
                background-image: url("${ProfilePath}/edit-cut.svg");
            }
            /* Kopieren */
            #urlbar-input-container .textbox-contextmenu menuitem[cmd="cmd_copy"] {
                background-image: url("${ProfilePath}/edit-copy.svg");
            }
            /* Einfügen */
            #urlbar-input-container .textbox-contextmenu menuitem[cmd="cmd_paste"] {    
                background-image: url("${ProfilePath}/edit-paste.svg");
            }
            /* Einfügen & Los */
            #paste-and-go {
                background-image: url("${ProfilePath}/redo.svg");
            }
            /* Löschen */
            #urlbar-input-container .textbox-contextmenu menuitem[cmd="cmd_delete"] {
                background-image: url("${ProfilePath}/delete_2.svg");
            }
            /* Alles auswählen */
            #urlbar-input-container .textbox-contextmenu menuitem[cmd="cmd_selectAll"] {
                background-image: url("${ProfilePath}/select-all-on.svg");
            }
            /* ------------------------------------------- */
            /* ---------- Symbole der Menuleise ---------- */
            /* ------------------------------------------- */
            /* Datei  */
            #file-menu::before { background: url("${ProfilePath}/mail-inbox-all.svg")!important; }
            /* Bearbeiten  */
            #edit-menu::before { background: url("${ProfilePath}/edit.svg")!important; }
            /* Ansicht  */
            #view-menu::before { background: url("${ProfilePath}/content-view.svg")!important; }
            /* Chronik  */
            #history-menu::before { background: url("${ProfilePath}/history_2.svg")!important; }
            /* Lesezeichen  */
            #bookmarksMenu::before { background: url("${ProfilePath}/bookmark.svg")!important; }
            /* Extras  */
            #tools-menu::before { background: url("${ProfilePath}/toolbox.svg")!important; }
            /* Hilfe  */
            #helpMenu::before { background: url("${ProfilePath}/help.svg")!important; }
            /* Einstellungen  */
            #file-menu::before,
            #edit-menu::before,
            #view-menu::before,
            #history-menu::before,
            #bookmarksMenu::before,
            #tools-menu::before,
            #helpMenu::before {
                margin-left: 6px !important;
                content: '' !important;
                display: block !important;
                width: 16px !important;
                height: 16px !important;
                background-repeat: no-repeat !important;
                -moz-context-properties: fill, fill-opacity;
                fill: currentColor;
            }
            #menu_FilePopup,
            #menu_EditPopup,
            #menu_viewPopup,
            #historyMenuPopup,
            #bookmarksMenuPopup,
            #menu_ToolsPopup,
            #menu_HelpPopup {
                margin-top: 5px !important;
            }
            /* ------------------------------------ */
            /* *** neuer Button "Erweiterungen" *** */
            /* ******* Symbole im Popup-Menü ****** */
            /* ------------------------------------ */
            .unified-extensions-context-menu-pin-to-toolbar {  
                background: url("${ProfilePath}/glyph-pin-16.svg") no-repeat !important;
                background-position: 9px 4px !important;
            }
            .unified-extensions-context-menu-move-widget-up {  
                background: url("${ProfilePath}/Pfeil-hoch_hellgrau.svg") no-repeat !important;
                background-position: 6px 0px !important;
            }
            .unified-extensions-context-menu-move-widget-down {  
                background: url("${ProfilePath}/Pfeil-runter_hellgrau.svg") no-repeat !important;
                background-position: 6px 0px !important;
            }
            .unified-extensions-context-menu-manage-extension {
                background: url("${ProfilePath}/extension.svg") no-repeat !important;
                background-position: 9px 4px !important;
            }
            .unified-extensions-context-menu-remove-extension {
                background: url("${ProfilePath}/delete_2.svg") no-repeat !important;
                background-position: 9px 4px !important;
            }
            .unified-extensions-context-menu-report-extension {
                background: url("${ProfilePath}/warning.svg") no-repeat !important;
                background-position: 9px 4px !important;
            }
            /* ---------------------------------------------- */
            /* ------------- Kontextmenü Video -------------- */
            /* ---------------------------------------------- */
            /* Pause */
            #context-media-pause { background-image: url("${ProfilePath}/pause-1.svg"); }
            /* Abspielen */
            #context-media-play { background-image: url("${ProfilePath}/play-1.svg"); }
            /* Ton aus */
            #context-media-mute { background-image: url("${ProfilePath}/audio-16-mute.svg"); }
            /* Ton an */
            #context-media-unmute { background-image: url("${ProfilePath}//audio-16.svg"); }
            /* Geschwindigkeit */
            #context-media-playbackrate { background-image: url("${ProfilePath}/performance-16.svg"); }
            /* Endlosschleife */
            #context-media-loop { background-image: url("${ProfilePath}/repeat-1.svg"); }
            /* Vollbild */
            #context-video-fullscreen { background-image: url("${ProfilePath}/maximize-1.svg"); }
            /* Vollbild beenden */
            #context-leave-dom-fullscreen { background-image: url("${ProfilePath}/minimize-1.svg"); }
            /* Steuerung ausblenden ! */
            #context-media-hidecontrols { display: none !important; }
            /* Steuerung anzeigen   ! */
            #context-media-showcontrols { display: none !important; }
            /* -------------------------- */
            /* Video in neuem Tab öffnen */
            #context-viewvideo { background-image: url("${ProfilePath}/new-window.svg");; }
            /* In Bild-im-Bild ansehen */
            #context-video-pictureinpicture { background-image: url("${ProfilePath}/info.svg"); }
            /* -------------------------- */
            /* Standbild aufnehmen...   ! */
            #context-video-saveimage { display: none !important; }
            /* Video speichern unter... ! */
            #context-savevideo { display: none !important; }
            /* Video-Adresse kopieren   ! */
            #context-copyvideourl { display: none !important; }
            /* Video per E-Mail senden...   ! */
            #context-sendvideo { display: none !important; }
            #context-sep-setbackground { display: none !important; }
            `), null, null);
    //   `;
    //
    //   var sss = Cc['@mozilla.org/content/style-sheet-service;1'].getService(Ci.nsIStyleSheetService);
    //   var uri = makeURI('data:text/css;charset=UTF=8,' + encodeURIComponent(css));
       sss.loadAndRegisterSheet(uri, sss.AUTHOR_SHEET);
    })();
    Alles anzeigen
  • Was stimmt hier nicht?

    • BarbaraZ-
    • 26. Februar 2024 um 13:39

    Bei mir wird es auch so undeutlich angezeigt, wie bei Mira.

    Sie ist also nicht alleine.

  • Unerledigte Themen ausblenden

    • BarbaraZ-
    • 11. Februar 2024 um 12:23

    Wichtig ist, das es überhaupt klappt. :thumbup:

    Danke dafür.

  • Unerledigte Themen ausblenden

    • BarbaraZ-
    • 11. Februar 2024 um 12:16

    Es klappt.

    Ich rufe es nicht mit meinem Code auf, sondern habe es ans Ende der userContent gesetzt.

  • Unerledigte Themen ausblenden

    • BarbaraZ-
    • 11. Februar 2024 um 12:07

    leider Negativ

  • Unerledigte Themen ausblenden

    • BarbaraZ-
    • 11. Februar 2024 um 11:52

    Moin.

    hier möchte ich gerne die "Unerledigten Themen" ausblenden.

    Dazu nutze ich folgenden Code:

    In den Zeilen 1417 bis 1423 wird dieser aufgerufen. (Warum er so viele Leerzeilen setzt ist mir schleierhaft).

    CSS
    /* Camp Firefox Forum - *Farbe globaler Hintergrund im Forum*/
    
    @-moz-document domain("camp-firefox.de") {
    
    html,
    
    body,
    
    .main,
    
    .boxesFooter,
    
    .boxesFooterBoxes,
    
    .layoutBoundary,
    
    .pageFooterCopyright,
    
    .pageHeaderFacade,
    
    .pageNavigation
    
    {
    
    background: #6495ed !important; /*cornflowerblue*/
    
    }
    
    a,
    
    button,
    
    input,
    
    textarea,
    
    .messageGroupList .columnSubject > .statusDisplay
    
    {
    
    transition: none !important;
    
    -webkit-transition: none !important;
    
    }
    
    a.externalURL,
    
    .pageNavigation a,
    
    .contentHeaderTitle a
    
    {
    
    color: lightblue !important;
    
    font-weight: bold !important;
    
    }
    
    a.externalURL:hover,
    
    .pageNavigation a:hover,
    
    .contentHeaderTitle a:hover
    
    {
    
    color: #dc143c !important; /*crimson*/
    
    font-weight: 900 !important;
    
    }
    
    #pageContainer,
    
    .pageContainer
    
    {
    
    max-width: 1500px !important;
    
    margin-left: 80px !important;
    
    margin: 0px auto !important;
    
    }
    
    #tpl_wbb_board .pageNavigationIcons > li:not(:last-child)
    
    {
    
    margin-left: 0px !important;
    
    }
    
    #tpl_wbb_board .pageNavigation .pageNavigationIcons.jsPageNavigationIcons,
    
    #tpl_wbb_unresolvedThreadList .pageNavigation .pageNavigationIcons.jsPageNavigationIcons,
    
    #tpl_wbb_userPostList .pageNavigation .pageNavigationIcons.jsPageNavigationIcons,
    
    #tpl_wcf_disclaimer .pageNavigation .pageNavigationIcons.jsPageNavigationIcons,
    
    #tpl_wcf_membersList .pageNavigation .pageNavigationIcons.jsPageNavigationIcons,
    
    #tpl_wcf_recentActivityList .pageNavigation .pageNavigationIcons.jsPageNavigationIcons,
    
    #tpl_wcf_team .pageNavigation .pageNavigationIcons.jsPageNavigationIcons,
    
    #tpl_wcf_userSearch .pageNavigation .pageNavigationIcons.jsPageNavigationIcons,
    
    #tpl_wcf_usersOnlineList .pageNavigation .pageNavigationIcons.jsPageNavigationIcons
    
    {
    
    left: calc(1vw - 100% + 85px) !important;
    
    }
    
    #tpl_wbb_thread .pageNavigation .pageNavigationIcons.jsPageNavigationIcons,
    
    #tpl_wbb_unreadThreadList .pageNavigation .pageNavigationIcons.jsPageNavigationIcons
    
    {
    
    left: calc(1vw - 100% + 110px) !important;
    
    }
    
    #tpl_wcf_articleList .pageNavigation .pageNavigationIcons.jsPageNavigationIcons,
    
    #tpl_wcf_conversation .pageNavigation .pageNavigationIcons.jsPageNavigationIcons,
    
    #tpl_wcf_ignoredUsers .pageNavigation .pageNavigationIcons.jsPageNavigationIcons,
    
    #tpl_wcf_notificationList .pageNavigation .pageNavigationIcons.jsPageNavigationIcons
    
    {
    
    left: calc(1vw - 100% + 5px) !important;
    
    }
    
    #tpl_wbb_boardList .pageNavigation .pageNavigationIcons.jsPageNavigationIcons,
    
    #tpl_wbb_board[itemid="Nachrichten"] .pageNavigation .pageNavigationIcons.jsPageNavigationIcons,
    
    #tpl_wbb_board[itemid="Smalltalk"] .pageNavigation .pageNavigationIcons.jsPageNavigationIcons,
    
    #tpl_wbb_board[itemid="Erweiterungen & Themes"] .pageNavigation .pageNavigationIcons.jsPageNavigationIcons,
    
    #tpl_wbb_board[itemid="Vorab-Versionen"] .pageNavigation .pageNavigationIcons.jsPageNavigationIcons,
    
    #tpl_wbb_board[itemid="Probleme auf Websites"] .pageNavigation .pageNavigationIcons.jsPageNavigationIcons,
    
    #tpl_wbb_board[itemid="Müllhalde"] .pageNavigation .pageNavigationIcons.jsPageNavigationIcons,
    
    #tpl_wbb_board[itemid="Schaltzentrale"] .pageNavigation .pageNavigationIcons.jsPageNavigationIcons,
    
    #tpl_wbb_board[itemid="Firefox Allgemein"] .pageNavigation .pageNavigationIcons.jsPageNavigationIcons,
    
    #tpl_wbb_board[itemid="Individuelle Anpassungen"] .pageNavigation .pageNavigationIcons.jsPageNavigationIcons,
    
    #tpl_wbb_board[itemid="Firefox-Produkte für Android"] .pageNavigation .pageNavigationIcons.jsPageNavigationIcons,
    
    #tpl_wbb_board[itemid="Firefox-Produkte für Apple iOS"] .pageNavigation .pageNavigationIcons.jsPageNavigationIcons
    
    {
    
    left: calc(1vw - 100% + 125px) !important;
    
    }
    
    #tpl_wbb_unreadThreadList .section .tabularListRow.tabularListRowHead
    
    {
    
    background: #eee !important; /*lightgray*/
    
    }
    
    #tpl_wbb_userPostList .message
    
    {
    
    border: none !important;
    
    padding: 1px !important;
    
    }
    
    #tpl_wbb_userPostList .messageContent,
    
    #tpl_wbb_userPostList .messageFooterGroup
    
    {
    
    background: #eee !important; /*lightgray*/
    
    margin-left: 0px !important;
    
    }
    
    #tpl_wcf_disclaimer .content form .section.htmlContent > ol li
    
    {
    
    background: #eee !important; /*lightgray*/
    
    border-bottom: 1px #888 solid !important;
    
    padding: 0px 5px 5px 5px !important;
    
    }
    
    #tpl_wcf_membersList .section.sectionContainerList > ol li,
    
    #tpl_wcf_recentActivityList .section.sectionContainerList > ul li,
    
    #tpl_wcf_searchResult .section.sectionContainerList > ul li,
    
    #tpl_wcf_team .section.sectionContainerList > ol li,
    
    #tpl_wcf_usersOnlineList .section.sectionContainerList > ol li
    
    {
    
    border-bottom: 1px #888 solid !important; /*gray*/
    
    }
    
    #tpl_wcf_notificationList .content ul.containerList.userNotificationItemList li.jsNotificationItem.notificationItem div.box32 div img
    
    {
    
    height: 32px !important;
    
    width: 32px !important;
    
    }
    
    #tpl_wcf_recentActivityList .containerList > li .containerHeadline,
    
    #tpl_wcf_recentActivityList .containerContent.htmlContent
    
    {
    
    background: #fff !important; /*white*/
    
    padding: 2px !important;
    
    }
    
    #tpl_wcf_settings .content p.success
    
    {
    
    background-color: #ff6800 !important; /*orange*/
    
    border: none !important;
    
    color: #222 !important; /*black*/
    
    }
    
    #tpl_wbb_board .section ul.wbbBoardList > li.wbbBoardContainer,
    
    #tpl_wbb_unreadThreadList .section .tabularListColumns > ol.tabularListColumns,
    
    #tpl_wcf_disclaimer .section > ul.boardrules-rules,
    
    #tpl_wcf_membersList .section.sectionContainerList > ol,
    
    #tpl_wcf_notificationList .content ul.containerList.userNotificationItemList li.jsNotificationItem.notificationItem,
    
    #tpl_wcf_recentActivityList .section.sectionContainerList > ul,
    
    #tpl_wcf_searchResult .section.sectionContainerList,
    
    #tpl_wcf_team .section.sectionContainerList > ol,
    
    #tpl_wcf_usersOnlineList .section.sectionContainerList > ol
    
    {
    
    background: #eee !important; /*gray*/
    
    border-bottom: 1px #888 solid !important; /*white*/
    
    }
    
    #tpl_wbb_userPostList .message:hover,
    
    #tpl_wbb_userPostList .messageContent:hover
    
    {
    
    background: #00bfff !important; /*DeepSkyBlue1*/
    
    }
    
    #tpl_wbb_board .section ul.wbbBoardList > li.wbbBoardContainer:hover,
    
    #tpl_wbb_unreadThreadList .section ol.tabularList li.tabularListRow ol.tabularListColumns:hover,
    
    #tpl_wcf_membersList .section.sectionContainerList > ol li:hover,
    
    #tpl_wcf_notificationList .content ul.containerList.userNotificationItemList li.jsNotificationItem.notificationItem:hover,
    
    #tpl_wcf_recentActivityList .section.sectionContainerList > ul li:hover,
    
    #tpl_wcf_searchResult .section.sectionContainerList > ul li:hover,
    
    #tpl_wcf_team .section.sectionContainerList > ol li:hover,
    
    #tpl_wcf_usersOnlineList .section.sectionContainerList > ol li:hover
    
    {
    
    background: #faebd7 !important; /*AntiqueWhite*/
    
    }
    
    .attachmentThumbnail .attachmentThumbnailImage img
    
    {
    
    opacity: .95 !important;
    
    transition: none !important;
    
    -webkit-transition: none !important;
    
    }
    
    .badge,
    
    a.badge,
    
    .newMessageBadge
    
    {
    
    color: #ee0 !important; /*yellow2*/
    
    font-weight: 900 !important;
    
    }
    
    .boxesFooterBoxes .box > .boxContent
    
    {
    
    margin-top: 0px !important;
    
    margin-left: 20px !important;
    
    min-height: 80px !important;
    
    }
    
    .boxesFooterBoxes .boxContainer
    
    {
    
    padding: 0px !important;
    
    margin-left: -5px !important;
    
    }
    
    .buttonGroup > li:last-child .button[data-tooltip="Inhalt melden"],
    
    .messageFooterButtons > li:last-child .button[data-tooltip="Inhalt melden"],
    
    .messageFooterButtonsExtra > li:last-child .button[data-tooltip="Inhalt melden"]
    
    {
    
    background: #c00 !important; /*red*/
    
    }
    
    .buttonGroup > li:last-child .button[data-tooltip="Zitieren"],
    
    .messageFooterButtons > li:last-child .button[data-tooltip="Zitieren"],
    
    .messageFooterButtonsExtra > li:last-child .button[data-tooltip="Zitieren"]
    
    {
    
    background: #44f !important;
    
    }
    
    .containerHeadline a,
    
    .htmlContent a,
    
    .messageBody > .messageText a,
    
    .messageGroupAuthor a.userLink,
    
    .messageGroupList .columnLastPost a,
    
    .messageSignature > div a,
    
    .messageText a,
    
    .redactor-layer a,
    
    .sidebarItemTitle a.userLink,
    
    a.messageGroupLink,
    
    a.wbbLastPostAuthor,
    
    #tpl_wcf_notificationList .content ul.containerList.userNotificationItemList li.jsNotificationItem.notificationItem a
    
    {
    
    color: #286ce6 !important;
    
    }
    
    .containerHeadline a:hover,
    
    .htmlContent a:hover,
    
    .messageBody > .messageText a:hover,
    
    .messageGroupAuthor a.userLink:hover,
    
    .messageGroupList .columnLastPost a:hover,
    
    .messageSignature > div a:hover,
    
    .messageText a:hover,
    
    .redactor-layer a:hover,
    
    .sidebarItemTitle a.userLink:hover,
    
    .tabularBoxTitle > header h2 a:hover,
    
    a.messageGroupLink:hover,
    
    a.wbbLastPostAuthor:hover,
    
    #tpl_wcf_notificationList .content ul.containerList.userNotificationItemList li.jsNotificationItem.notificationItem a:hover
    
    {
    
    color: #dc143c !important;
    
    }
    
    .columnSubject > h3 a,
    
    .containerHeadline > h3,
    
    .tabularBoxTitle > header > h2
    
    {
    
    font-size: 16px !important;
    
    }
    
    .content .userAvatarImage
    
    {
    
    background: none !important;
    
    border: none !important;
    
    height: 32px !important;
    
    width: 32px !important;
    
    }
    
    .contentHeader
    
    {
    
    max-height: 64px !important;
    
    padding: 0px !important;
    
    margin: 0px 0px 5px 0px !important;
    
    }
    
    .contentHeader .contentTitle
    
    {
    
    font-size: 16px !important;
    
    font-weight: 900 !important;
    
    }
    
    .contentHeader.userProfileUser
    
    {
    
    min-height: 120px !important;
    
    }
    
    .contentHeader + .section,
    
    .contentHeader + .sectionContainer,
    
    .contentHeader + form,
    
    .messageHeader + .messageBody,
    
    .paginationTop + .section
    
    {
    
    margin-top: 0px !important;
    
    }
    
    .contentHeader .inlineDataList,
    
    .contentHeaderTitle ul,
    
    .messageHeaderBox > .messageHeaderMetaData *
    
    {
    
    color: black !important;
    
    }
    
    
    
    .main
    
    {
    
    padding: 0px !important;
    
    padding-bottom: 10px !important;
    
    }
    
    .boxesFooter,
    
    .boxesFooterBoxes,
    
    .layoutBoundary,
    
    .main,
    
    .pageFooterCopyright,
    
    .pageHeaderFacade,
    
    .pageNavigation
    
    {
    
    background-color: #6495ed !important;
    
    }
    
    .main #about,
    
    .main #recentActivity,
    
    li.jsIgnoredUser .box48
    
    {
    
    background: #eee !important;
    
    padding: 5px !important;
    
    }
    
    .main #recentActivity li:hover,
    
    .main ol.userList li.jsIgnoredUser .box48:hover
    
    {
    
    background: #fff !important;
    
    }
    
    .main .layoutBoundary
    
    {
    
    padding: 0px 15px !important;
    
    }
    
    .main ol.userList li.jsIgnoredUser
    
    {
    
    background: #eee !important;
    
    padding: 0px !important;
    
    }
    
    .main ol.userList li.jsIgnoredUser .box48
    
    {
    
    background: #eee !important;
    
    padding: 3px !important;
    
    }
    
    .message
    
    {
    
    border: 1px #888 solid !important;
    
    }
    
    .messageContent,
    
    .messageFooterGroup
    
    {
    
    background: #ddd !important;
    
    padding: 10px !important;
    
    margin-left: 20px !important;
    
    }
    
    .messageFooterGroup
    
    {
    
    padding: 2px !important;
    
    margin-top: 0px !important;
    
    }
    
    .messageGroupAuthor a.userLink
    
    .sidebarItemTitle a.userLink
    
    {
    
    font-style: italic !important;
    
    }
    
    .messageGroupList .box32 a,
    
    #tpl_wcf_notificationList .content ul.containerList.userNotificationItemList li.jsNotificationItem.notificationItem div.box32 div
    
    {
    
    width: 32px !important;
    
    }
    
    .messageGroupList .columnLastPost a
    
    {
    
    overflow: visible !important;
    
    }
    
    .messageGroupList .tabularList .tabularListRow:not(.tabularListRowHead) .columnStats > dl
    
    {
    
    visibility: visible !important;
    
    }
    
    .messageGroupList .tabularList li.divider ol.wbbThreadAnnouncement
    
    {
    
    background: #bb190040 !important;
    
    }
    
    .messageGroupList .tabularList li.divider ol.wbbThreadSticky
    
    {
    
    background: #89faff4f !important;
    
    }
    
    .messageGroupList .tabularList li.divider:hover
    
    {
    
    background: #eef6f9 !important;
    
    }
    
    .messageGroupList .userAvatarImage
    
    {
    
    background: none !important;
    
    border: none !important;
    
    height: 75% !important;
    
    width: 75% !important;
    
    }
    
    .messageHeader
    
    {
    
    border-bottom: 1px #888 solid !important;
    
    margin-bottom: 3px !important;
    
    padding-bottom: 0px !important;
    
    }
    
    .messageHeaderBox > .messageStatus *
    
    {
    
    color: #f5deb3 !important;
    
    }
    
    .messageList.messageReducedList > li:not(:last-child)
    
    {
    
    padding-bottom: 10px !important;
    
    }
    
    .messageSidebar .userAvatar span.badgeOnline
    
    {
    
    padding: 1px !important;
    
    margin: 0px 0px 0px 36px !important;
    
    }
    
    .pageHeaderFacade > .layoutBoundary .pageHeaderLogo > a
    
    {
    
    padding: 0px 0px 0px 10px !important;
    
    }
    
    .pageHeaderFixed .pageHeaderPanel
    
    {
    
    animation: none !important;
    
    transform: none !important;
    
    position: absolute !important;
    
    }
    
    .pageHeaderFixed .userPanel,
    
    .pageHeaderFacade .userPanel
    
    {
    
    animation: none !important;
    
    position: absolute !important;
    
    top: 10px !important;
    
    transition: none !important;
    
    -webkit-transition: none !important;
    
    z-index: 999 !important;
    
    }
    
    Media screen and (min-width:1025px)
    
    {
    
    .pageHeaderFixed .userPanel,
    
    .pageHeaderFacade .userPanel
    
    {
    
    left: calc((100vw - 1360px) / 2 + 400px) !important;
    
    /*left: 400px !important; für stylesweeping*/
    
    }
    
    }
    
    Media screen and (min-width:1400px)
    
    {
    
    .pageHeaderFixed .userPanel,
    
    .pageHeaderFacade .userPanel
    
    {
    
    left: calc((100vw - 1360px) / 2 + 400px) !important;
    
    /*left: 400px !important; für stylesweeping*/
    
    }
    
    }
    
    .pageHeaderNormal .pageHeaderPanel
    
    {
    
    position: absolute !important;
    
    transform: none !important;
    
    -webkit-transform: none !important;
    
    }
    
    .pageHeaderPanel,
    
    .pageHeaderFacade > .layoutBoundary
    
    {
    
    background: none !important;
    
    }
    
    .pageNavigation
    
    {
    
    padding: 10px 0px 4px 0px !important;
    
    }
    
    .pageNavigation
    
    {
    
    margin-left: 10px !important;
    
    }
    
    .pageNavigation .breadcrumbs
    
    {
    
    margin-left: 125px;
    
    }
    
    .pageNavigation .layoutBoundary
    
    {
    
    background-color: #286ce6 !important;
    
    margin-left: 5px;
    
    margin-right: 20px;
    
    }
    
    @-moz-document domain(camp-firefox.de) {
    
    .layoutBoundary {
    
    max-width: 100vw !important;
    
    }
    
    }
    
    .pageNavigation .pageNavigationIcons.jsPageNavigationIcons
    
    {
    
    color: lightblue !important;
    
    flex-direction: row !important;
    
    left: -1160px !important;
    
    margin-left: 0px !important;
    
    margin-right: 20px !important;
    
    position: relative !important;
    
    }
    
    .pageNavigation .pageNavigationIcons.jsPageNavigationIcons::after
    
    {
    
    content: " Du bist hier: " !important;
    
    color: lightblue !important;
    
    font-size: 16px !important;
    
    font-weight: 900 !important;
    
    margin-left: 10px !important;
    
    }
    
    .paginationTop
    
    {
    
    margin-top: 10px !important;
    
    }
    
    .quoteBox .quoteBoxContent
    
    {
    
    font-style: normal !important;
    
    }
    
    .quoteBox .quoteBoxContent .quoteBox
    
    {
    
    background: #fef6de !important;
    
    margin-right: 10px !important;
    
    }
    
    .quoteBoxContent
    
    {
    
    padding-left: 10px !important;
    
    }
    
    .quoteBoxTitle
    
    {
    
    color: blue !important;
    
    font-size: 15px !important;
    
    }
    
    .quoteBoxTitle,
    
    .xboxesFooterBoxes .box
    
    {
    
    margin-bottom: 0px !important;
    
    }
    
    .searchBarOpen .pageHeaderSearch
    
    {
    
    background: none !important;
    
    inset: 0px !important;
    
    left: calc((100vw - 1360px) / 2 + 600px) !important;
    
    margin-top: 0px !important;
    
    max-width: 400px !important;
    
    position: absolute !important;
    
    top: 10px !important;
    
    z-index: 999 !important;
    
    }
    
    .searchBarOpen .pageHeaderSearch form
    
    {
    
    border: 1px #444 solid !important;
    
    }
    
    .searchBarOpen .pageHeaderSearch form .pageHeaderSearchInput
    
    {
    
    background: #ddd !important;
    
    }
    
    .searchBarOpen .pageHeaderSearch form .pageHeaderSearchInputContainer .pageHeaderSearchType > .button::after
    
    {
    
    text-align: start !important;
    
    }
    
    .searchBarOpen .pageHeaderSearch form .pageHeaderSearchType.dropdown
    
    {
    
    width: 200px !important;
    
    }
    
    .sidebar
    
    {
    
    margin-top: 30px !important;
    
    }
    
    .sidebar.boxesSidebarRight .boxContainer .box .boxTitle
    
    {
    
    background: #eee !important;
    
    border-bottom: 1px #888 solid !important;
    
    }
    
    .sidebar.boxesSidebarRight .boxContainer .box h2
    
    {
    
    padding: 20px 20px 0px !important;
    
    margin-top: -20px !important;
    
    }
    
    .tabularBoxTitle > header
    
    {
    
    background: #eee !important;
    
    border-bottom: 1px #888 solid !important;
    
    margin-bottom: 0px !important;
    
    }
    
    .tabularListRowHead > .tabularListColumns > li,
    
    .tabularBoxTitle > header a,
    
    .tabularBoxTitle > header .icon
    
    {
    
    color: #009cff !important;
    
    font-weight: 900 !important;
    
    }
    
    .tabularListRowHead
    
    {
    
    border-bottom: 2px solid #8cd2ff !important;
    
    }
    
    .userMention
    
    {
    
    background: none !important;
    
    border: none !important;
    
    padding: 0px !important;
    
    }
    
    .wbbBoardDescription
    
    {
    
    max-width: 610px !important;
    
    }
    
    .wbbBoardList .wbbBoard
    
    {
    
    padding: 2px 0px !important;
    
    }
    
    .xboxesFooterBoxes .boxContainer h2.boxTitle,
    
    .xboxesFooterBoxes .boxContainer .boxContent.messageShareButtons
    
    {
    
    max-height: 0px !important;
    
    }
    
    .xboxesFooterBoxes .boxContainer,
    
    .boxesFooterBoxes .boxContainer section.box:nth-of-type(2)
    
    {
    
    background: #eee !important;
    
    margin-left: 0px !important;
    
    margin-right: 0px !important;
    
    }
    
    woltlab-quote,
    
    .quoteBox
    
    {
    
    padding: 0px 0px 4px 10px !important;
    
    min-height: 0px !important;
    
    }
    
    /* Html Content, zB about:support */
    
    .messageBody > .messageText table *,
    
    .redactor-layer table *
    
    {
    
    font-size: 12px !important;
    
    }
    
    .htmlContent table td,
    
    .htmlContent table th,
    
    .messageBody > .messageText table td,
    
    .messageBody > .messageText table th,
    
    .messageSignature > div table td,
    
    .messageSignature > div table th,
    
    .redactor-layer table td,
    
    .redactor-layer table th,
    
    .table td,
    
    .table th,
    
    .tabularListRow
    
    {
    
    padding: 0px !important;
    
    }
    
    /* Elemente ausblenden */
    
    .box16,
    
    .boxesFooterBoxes .boxContainer section.box:nth-of-type(1),
    
    .box[data-box-identifier="com.woltlab.wcf.RegisterButton"],
    
    .contentHeader .contentHeaderIcon,
    
    .messageGroupListStatsSimple,
    
    .messageHeader::after,
    
    .messageHeader::before,
    
    .pageHeaderLogo .pageHeaderLogoSmall,
    
    .pageHeaderLogo img.pageHeaderLogoLarge,
    
    .pageHeaderLogo,
    
    .pageNavigation .pageNavigationIcons.jsPageNavigationIcons a[data-tooltip="RSS-Feed"],
    
    .quoteBox .userLink,
    
    .quoteBoxIcon,
    
    .sidebar.boxesSidebarRight .boxContainer .box .boxTitle::after,
    
    .sidebar.boxesSidebarRight .boxContainer .box .boxTitle::before,
    
    .tabularBoxTitle > header::after,
    
    .tabularBoxTitle > header::before,
    
    .tabularListRowHead::after,
    
    .tabularListRowHead::before,
    
    #tpl_wbb_board .wbbStats,
    
    #tpl_wbb_boardList .wbbStats,
    
    #tpl_wbb_userPostList .messageFooterGroup,
    
    #tpl_wcf_articleList .pageNavigation .pageNavigationIcons.jsPageNavigationIcons::after,
    
    #tpl_wcf_recentActivityList small.containerContentType
    
    {
    
    display: none !important;
    
    }
    
    
    
    /* Camp-Firefox Ergänzungen */
    
    
    
    #redactor-toolbar-0 {
    
    background: #3b83bd! important;
    
    }
    
    /*Vorschaufenster für eine Antwort breiter*/
    
    .dialogContent {
    
    min-width: 900px! important;
    
    }
    
    /*Text Code eingefügt*/
    
    .re-button.re-code.re-button-icon::after {
    
    font-weight: bold! important;
    
    content: 'Code' ! important; }
    
    .re-button.re-code.re-button-icon:hover {
    
    color: black! important;
    
    }
    
    /*Rahmen um Antwortfenster*/
    
    .messageContent.messageQuickReplyContent {
    
    border-left: 1px solid black! important;
    
    border-right: 1px solid black! important;
    
    border-bottom: 1px solid black! important;
    
    }
    
    .messageTabMenu{
    
    border-top: 1px solid black! important;
    
    border-bottom: 1px solid black! important;
    
    }
    
    /*Rahmen um Zitatfenster und andere*/
    
    .codeBox.collapsibleBbcode.cssHighlighter,
    
    .quoteBox.collapsibleBbcode,
    
    .quoteBox.collapsibleBbcode.collapsed,
    
    .codeBox.collapsibleBbcode.cssHighlighter.collapsed,
    
    .quoteBox.collapsibleBbcode.jsCollapsibleBbcode {
    
    background: beige! important;
    
    border: 1px solid black! important;
    
    }
    
    /*Zitateblock farbig*/
    
    blockquote.quoteBox {
    
    background: marigold ! important;
    
    }
    
    .userAvatarImage {
    
    border-radius: 0 ! important;
    
    }
    
    span.quoteBoxTitle {
    
    font-size: 16px ! important;
    
    }
    
    /* Smilies ausgeklappt*/
    
    LI[data-name="smilies"]{
    
    display:none! important;
    
    }
    
    DIV[class="messageTabMenuContent messageTabMenu"][data-preselect="true"][data-collapsible="false"] {
    
    margin-left:10px! important;
    
    border:none! important;
    
    display: block! important;
    
    }
    
    .messageTabMenuNavigation.jsOnly {
    
    border-bottom:1px solid black! important;
    
    }
    
    /* Überschriften in Unterforen */
    
    .tabularBoxTitle > header a {
    
    color: marigold! important;
    
    }
    
    /* Boxen unterschiedlich einfaerben */
    
    #pageHeaderPanel > DIV > DIV > DIV > NAV > OL > LI:nth-child(2) > OL{
    
    background: beige! important;
    
    }
    
    #pageHeaderPanel > DIV > DIV > DIV > NAV > OL > LI:last-child > OL{
    
    background: red! important;
    
    }
    
    /* Ungelesene Themen ausblenden */
    
    .box[data-box-identifier="com.woltlab.wbb.UnreadThreads"] {
    
    display: none! important;
    
    }
    
    /* Aufzählungszeichen ist fett */
    
    .paginationTop > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(n+2) > a:nth-child(1):hover,
    
    .paginationTop > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(n+3) > a:nth-child(1):hover,
    
    .messageListPagination > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(n+2) > a:nth-child(1):hover,
    
    #content > FOOTER > DIV > NAV > UL > LI:nth-child(n+1) > A:hover{
    
    color: white! important;
    
    background: marigold! important;
    
    }
    
    /* Untere Boxen auch blau */
    
    .boxesFooterBoxes{
    
    background: #3b83bd! important;
    
    }
    
    /* PopUps ausblenden */
    
    @-moz-document
    
    url-prefix("https://www.camp-firefox.de/forum/forum/"),
    
    url-prefix("https://www.camp-firefox.de/suchergebnisse/"),
    
    url-prefix("https://www.camp-firefox.de/forum/ungelesene-beitraege/")
    
    {
    
    .popover { display: none; }
    
    }
    
    /* Aktiv für alle Webseiten */
    
    * { text-shadow: transparent 0px 0px 0px, rgba(0,0,0,0.68) 0px 0px 0px !important
    
    }
    
    /* Beitrag bearbeiten hochsetzen */
    
    .wbbPost {
    
    position: relative !important;
    
    }
    
    .messageSidebar + .messageContent {
    
    padding-top: 54px !important;
    
    }
    
    .messageFooterGroup {
    
    position: absolute !important;
    
    top: 0 !important;
    
    left: 260px !important;
    
    right: 30px !important;
    
    }
    
    .jsReportPost.jsOnly {
    
    margin-right: -19px !important;
    
    }
    
    /* URL Link - Intern */
    
    .messageSignature * a {
    
    color:blue !important;
    
    }
    
    /* URL Link - Extern */
    
    a.externalURL {
    
    color: red !important;
    
    }
    
    .messageSignature * .externalURL Span{
    
    color: red !important;
    
    }
    
    .messageSignature * .externalURL{
    
    color: red !important;
    
    }
    
    }
    
    /* Forenteile besonders hervorheben */
    
    body[data-board-id="20"] .username::after {
    
    content:"!!! Achtung Android-Forum !!!";
    
    font-size: 24px !important;
    
    color: red !important;
    
    }
    
    /* PopUps auf Link ausblenden */
    
    @-moz-document url-prefix(https://www.camp-firefox.de/forum/){
    
    .popover {
    
    display: none !important;
    
    }
    
    }
    
    /* Alles Anzeigen und Kopieren animiert */
    
    @-moz-document url-prefix(https://www.camp-firefox.de/forum/thema/) {
    
    .codeBox .codeBoxHeader {
    
    position: sticky !important;
    
    top: 10px !important;
    
    z-index: 1 !important;
    
    padding: 10px 10px 10px !important;
    
    margin: -10px -10px 0 !important;
    
    background-color: #fafafa !important;
    
    align-items: center !important;
    
    display: flex !important;
    
    min-height: 24px !important;
    
    }
    
    span.toggleButton.icon.icon24.fa-expand.pointer.jsToggleButtonEnabled::after {
    
    content: "Alles anzeigen" !important;
    
    padding-left: 8px !important;
    
    padding-top: 0px !important;
    
    color: green !important;
    
    font-family: "Open Sans", Arial, Helvetica, sans-serif!important;
    
    }
    
    span.toggleButton.icon.icon24.pointer.jsToggleButtonEnabled.fa-compress::after {
    
    content: "Weniger anzeigen" !important;
    
    padding-left: 8px !important;
    
    padding-top: 0px !important;
    
    color: blue !important;
    
    font-family: "Open Sans", Arial, Helvetica, sans-serif!important;
    
    }
    
    span.toggleButton.icon.icon24.fa-expand.pointer.jsToggleButtonEnabled {
    
    min-width: 180px !important;
    
    margin-right: 20px !important;
    
    color: blue !important;
    
    }
    
    span.toggleButton.icon.icon24.pointer.jsToggleButtonEnabled.fa-compress {
    
    min-width: 180px !important;
    
    margin-right: 20px !important;
    
    color: green !important;
    
    }
    
    span.toggleButton.icon.icon24.fa-expand.pointer.jsToggleButtonEnabled:hover,
    
    span.toggleButton.icon.icon24.pointer.jsToggleButtonEnabled.fa-compress:hover {
    
    color: red !important;
    
    }
    
    div.codeBoxHeader span.icon.icon24.fa-files-o.pointer::after {
    
    content: "Kopieren" !important;
    
    padding-left: 8px !important;
    
    padding-top: 0px !important;
    
    color: blue !important;
    
    font-family: "Open Sans", Arial, Helvetica, sans-serif!important;
    
    }
    
    div.codeBoxHeader span.icon.icon24.fa-files-o.pointer:hover::after {
    
    content: "Kopieren" !important;
    
    padding-left: 8px !important;
    
    padding-top: 0px !important;
    
    color: green !important;
    
    font-family: "Open Sans", Arial, Helvetica, sans-serif!important;
    
    }
    
    div.codeBoxHeader span.icon.icon24.fa-files-o.pointer {
    
    color: green !important;
    
    min-width: 140px !important;
    
    margin-right: 15px !important;
    
    }
    
    div.codeBoxHeader span.icon.icon24.fa-files-o.pointer:hover {
    
    color: red !important;
    
    min-width: 140px !important;
    
    margin-right: 15px !important;
    
    }
    
    .messageGroupStarter .messagePublicationTime .datetime::after { background: coral; color:white; font-size:15px;
    
    content: "Themenstarter" !important;
    
    margin-left: 10px !important;
    
    padding-left: 5px !important;
    
    padding-right: 5px !important;
    
    }
    
    }
    Alles anzeigen
  • Der Glückwunsch-Thread

    • BarbaraZ-
    • 11. Februar 2024 um 10:45

    Moin Börsi. Die allerbesten Glückwünsche zum Geburtstag.

    Ich hoffe du kannst den Tag genießen und evtl. auf Euren Faschingsumzug schauen.

    Für mich wäre es die Höchststrafe. Ich war früher 3 Jahre dienstlich im Rheinland und musste mir dieses dort "gezwungenermaßen" als Nordlicht antun. Hat mich für immer geläutert.

  • Youtube Videos lassen sich nicht starten.

    • BarbaraZ-
    • 10. Februar 2024 um 17:25

    Jepp, habe ja jetzt ein Testprofil. :thumbup:

  • Youtube Videos lassen sich nicht starten.

    • BarbaraZ-
    • 10. Februar 2024 um 17:15

    Jepp. Ich nutze dafür zebNet (Backup for Firefox) und auch für Thunderbird. Hat mir schon so manchen Crash erspart, wenn ich mal wieder was ausprobiert habe.

    Bezahlprogramm aber, wie ich finde, richtig gut. Sichert jedesmal, wenn ich den Fuchs schliesse und erstellt auch immer eine Reservesicherung. Kann ich sehr empfehlen.

    Hatte sogar testweise für die aktuellen Versionen bei der Beta mitgemacht.

  • Youtube Videos lassen sich nicht starten.

    • BarbaraZ-
    • 10. Februar 2024 um 16:29

    Danke, dann arbeite ich lieber mit dem Testprofil, wenn ich das eine oder andere Youtube-Videos anschauen möchte.
    Kommt ja nicht allzu häufig vor.

    Bei der Kopiererei hat er mir einige Webseiten nämlich auf englisch umgestellt.

    Habe eine Sicherung zurückgespielt und alles ist wieder schick.

  • Youtube Videos lassen sich nicht starten.

    • BarbaraZ-
    • 10. Februar 2024 um 15:26

    Erledigt.

    Die schwarzen Fenster bleiben, allerdings kann ich die Videos jetzt als eingebettete kleine Fenster betrachten, wenn ich auf das Video gehe.

  • Youtube Videos lassen sich nicht starten.

    • BarbaraZ-
    • 10. Februar 2024 um 15:17

    Ja, dort ist folgendes eingetragen:

    user_pref("layout.css.devPixelsPerPx", 1.0);  /* ändert die Skalierung im Browser unabhängig von Windows */

    Dieses ist aber nicht die Ursache, da ich dieses mit den Einstellungen beim 27-Zoll Monitor erst vor 2 Tagen eingestellt habe.

    Das Problem mit Youtube-Videos habe ich schon seit ca. 3 Wochen.

  • Youtube Videos lassen sich nicht starten.

    • BarbaraZ-
    • 10. Februar 2024 um 15:06

    Danke,

    das mit dem Testprofil hat geklappt. :thumbup: Werde ich auch gleich für künftige Test beibehalten.

    Im Testprofil lassen sich die Youtube-Videos tadellos abspielen. Keine schwarzen Fenster.

    Stellt sich die Frage: Was ist bei mir verstellt?

Unterstütze uns!

Jährlich (2025)

92,9 %

92,9% (604,17 von 650 EUR)

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