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
    • 5. Dezember 2021 um 12:07

    Hallo FuchsFan

    Danke.

    Die beiden kannst Du raus nehmen
    padding-bottom:0px!important;

    padding-top:0px!important;

    Da Wert 0 sind sie überflüssig.

    Ich habe hier jetzt bei min-height den Wert 35px verwendet.


    Die Schaltfläche Fehler ist standardmäßig ausgeblendet, ich habe sie nur über
    die Entwickler-Werkzeuge eingeblendet zum Testen.

    Was sagst Du dazu?

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 5. Dezember 2021 um 11:47

    Hallo FuchsFan .

    Ja du hast recht die Schaltflächen sind zu groß.
    Habe ich hier schon geändert. Hast Du die Schriftgröße da auch kleiner gemacht

    oder nur padding-top und padding-bottom geändert - entfernt?

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 4. Dezember 2021 um 18:50

    Hallo zusammen.

    Hätte da was zum testen: ;)

    about:policies

    CSS Code:

    CSS
        /*  AGENT_SHEET   */
        @namespace url(http://www.w3.org/1999/xhtml);
    
        @-moz-document url(about:policies),
                       url(about:policies#errors),
                       url(about:policies#active),
                       url(about:policies#documentation){
    
        html{background: #ffffff !important;}
    
        .main-content:before{
        content: "Endors Policies:" !important;
        color:red !important;
        margin-left: 250px !important;
        font-weight:bold !important;
        font-size:20px!important; }    
        
        #sectionTitle{
        color: #1a75ff !important; 
        font-weight: bold !important; 
        font-size: 18px !important;}
        
        #documentation > table:nth-child(1) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1){
        color: Orangered !important; 
        font-weight: bold !important; 
        font-size: 18px !important;}
        
        #errors > table:nth-child(1) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
        .inactive-service-message{
        color: #e64d00 !important;}
        
        .main-content{
        scrollbar-width: none !important;}
    
        body{
        margin-left: auto !important;
        margin-right: auto !important;
        max-height: 86vh !important;
        max-width: 1200px !important; /* Breite anpassen */
        margin-top: 40px !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;
        }
        
        body:hover{
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}    
                
        #errors,
        #active,
        #documentation{
        min-height: 68vh !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        padding-top: 15px !important;
        padding-left: 20px !important;
        padding-right: 20px !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;}
        
        #errors:hover,
        #active:hover,
        #documentation:hover{
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        #categories{
        margin-top: 105px !important; 
        margin-left: 10px !important; 
        padding-top: 35px !important;
        padding-right: 12px !important;
        max-height: 630px !important;  /* Höhe der Linken Box einstellen */
        background-color: #FFFFF0 !important;
        border-left-color:  Tomato!important;
        border-top-color:  Tomato!important;
        border-right-color:  OrangeRed!important;
        border-bottom-color: OrangeRed!important;
        border-radius: 14px !important;
        border-width:  4px !important;
        border-style: outset !important;}
        
    /*     #categories:hover{
        background-color: #FFDEAD !important;
        border-left-color:  Tomato!important;
        border-top-color:  Tomato!important;
        border-right-color:  OrangeRed!important;
        border-bottom-color: OrangeRed!important;
        } */    
        
        tbody.collapsible:nth-child(n+1):hover{
        -moz-appearance:none!important;
        border-radius: 20px !important; 
        border-width:  1px !important;
        border-style: outset !important; 
        border-color: coral !important;}
        
        tbody.collapsible:nth-child(n+1) > tr:nth-child(1) {background-color: #fffff0 !important; }
        
        tbody.collapsible:nth-child(n+1) > tr:nth-child(1):hover {background-color: #f7e787 !important; }
        
        tbody.content-style:nth-child(n+2) > tr:nth-child(1) > td:nth-child(1) {background-color: #ffeb99 !important; color: red !important;}
        
        tbody.content-style:nth-child(n+2) > tr:nth-child(1) > td:nth-child(1):hover {background-color: #ffcc99 !important; color: red !important;}
        
        #interventions{
        padding-top: 15px !important;
        padding-left: 20px !important;
        padding-right: 20px !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;}
        
        #interventions:hover{
        background-color: #FFDEAD !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        }
        
        #overrides > tr:nth-child(n+2) > td:nth-child(2) > a:nth-child(1){margin-left: 114px !important; }
        
        #category-active{
        background: #efefef url("..//icons/general-24.png")no-repeat !important;
        background-position:14px 14px!important;
        font-size: 16px!important;
        color: orangered !important;
        padding-left:40px !important;
        padding-right: 20px !important;
        padding-bottom:3px!important; 
        padding-top:3px!important; 
        border-width: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-radius:24px!important;
        margin-left: 10px!important;}
        
        #category-active[selected="true"]{
        background: #efefef url("..//icons/general-24.png")no-repeat !important;
        background-position:14px 14px!important;
        font-size: 16px!important;
        color: blue !important;
        padding-left:40px !important;
        padding-right: 20px !important;
        padding-bottom:3px!important; 
        padding-top:3px!important; 
        border-width: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-radius:24px!important;}
        
        #category-active:hover{
        color: red !important;
        background: #B2EDFA url("..//icons/general-24.png")no-repeat !important;
        background-position:14px 14px!important;
        font-size:16px!important;
        text-decoration:none!important;
        border-radius:24px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
            
        #category-documentation{
        background: #efefef url("..//icons/active_sessions.png")no-repeat !important;
        background-position:14px 17px!important;
        color: orangered !important;
        margin-top: 15px!important;
        font-size: 16px!important;
        padding-left:40px !important;
        padding-right: 20px !important;
        padding-bottom:3px!important; 
        padding-top:3px!important; 
        border-width: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-radius:24px!important;
        margin-left: 10px!important;
        margin-bottom: 15px !important;}
        
        #category-documentation[selected="true"]{
        background: #efefef url("..//icons/active_sessions.png")no-repeat !important;
        background-position:14px 17px!important;
        font-size: 16px!important;
        color: blue !important;
        padding-left:40px !important;
        padding-right: 20px !important;
        padding-bottom:3px!important; 
        padding-top:3px!important; 
        border-width: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-radius:24px!important;}
        
        #category-documentation:hover{
        color: brown !important;
        background: #B2EDFA url("..//icons/active_sessions.png")no-repeat !important;
        background-position:14px 17px!important;
        font-size:16px!important;
        text-decoration:none!important;
        border-radius:24px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        #category-errors{
        background: #efefef url("..//icons/error.png")no-repeat !important;
        background-position:14px 17px!important;
        color: orangered !important;
        margin-top: 10px!important;
        font-size: 16px!important;
        padding-left:40px !important;
        padding-right: 20px !important;
        padding-bottom:3px!important; 
        padding-top:3px!important; 
        border-width: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-radius:24px!important;
        margin-left: 10px!important;}
        
        #category-errors[selected="true"]{
        background: #efefef url("..//icons/error.png")no-repeat !important;
        background-position:14px 17px!important;
        font-size: 16px!important;
        color: blue !important;
        padding-left:40px !important;
        padding-right: 20px !important;
        padding-bottom:3px!important; 
        padding-top:3px!important; 
        border-width: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-radius:24px!important;}
        
        #category-errors:hover{
        color: brown !important;
        background: #B2EDFA url("..//icons/error.png")no-repeat !important;
        background-position:14px 17px!important;
        font-size:16px!important;
        text-decoration:none!important;
        border-radius:24px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
            
        button[data-l10n-id="label-disable"]{
        background: #efefef url("..//icons/delete.png") no-repeat !important;
        margin-right: -5px !important;
        color:black!important;
        font-size:14px!important;
        padding-left:35px!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;
        background-position:10px 6px!important;
        border-radius:14px!important;}
        
        button[data-l10n-id="label-disable"]:hover{
        background: #B2EDFA url("..//icons/delete.png") no-repeat !important;
        padding-left:35px!important;
        background-position:10px 6px!important;
        border-radius:14px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        button[data-l10n-id="label-enable"]{
        background: #efefef url("..//icons/Bild27.png") no-repeat !important;
        margin-right: -5px !important;
        color:black!important;
        font-size:14px!important;
        padding-left:35px!important;
        padding-right: 22px!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;
        background-position:10px 6px!important;
        border-radius:14px!important;}
        
        button[data-l10n-id="label-enable"]:hover{
        background: #B2EDFA url("..//icons/Bild27.png") no-repeat !important;
        padding-left:35px!important;
        background-position:10px 6px!important;
        border-radius:14px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        tbody.collapsible:nth-child(n+1) > tr:nth-child(1) > td:nth-child(1) > a:nth-child(1){
        display: inline-block !important;
        min-width: 210px !important;
        max-width: 210px !important;
        word-wrap: break-word !important;
        background: #efefef url("..//icons/github.png") no-repeat !important;
        margin-right: -5px !important;
        color:black!important;
        font-size:14px!important;
        padding-left:35px!important;
        padding-right: 22px!important;
        padding-bottom:4px!important; 
        padding-top:3px!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;
        background-position:10px 6px!important;
        border-radius:14px!important;}
        
        tbody.collapsible:nth-child(n+1) > tr:nth-child(1) > td:nth-child(1) > a:nth-child(1):hover{
        background: #B2EDFA url("..//icons/github.png") no-repeat !important;
        padding-left:35px!important;
        background-position:10px 6px!important;
        border-radius:14px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}    
        }
    Alles anzeigen

    Symbole:          

    Hoffe es passt alles.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 24. November 2021 um 19:15

    Hallo FuchsFan

    Im obigen CSS Code fehlt ein Schnipsel für die Schaltfläche gleich im ersten Absatz.

    CSS
        #protection-settings{
        background: #efefef url("..//icons/Bild94.png") no-repeat !important;
        margin-right: -5px !important;
        color:black!important;
        font-size:14px!important;
        padding-left:35px!important;
        padding-right: 22px!important;
        padding-bottom: 4px!important;
        padding-top: 4px!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;
        background-position:11px 5px!important;
        border-radius:14px!important;}
        
        #protection-settings:hover{
        background: #B2EDFA url("..//icons/Bild94.png") no-repeat !important;
        padding-left:35px!important;
        background-position:11px 5px!important;
        text-decoration: none !important;
        border-radius:14px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
    Alles anzeigen

    Bitte im CSS Code am Ende vor der letzten Klammer einfügen.

    Habe ich oben mittlerweile nachträglich eingefügt.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 24. November 2021 um 17:49

    Also hier alles normal.

    Schaltfläche ist da usw.

    Verwendeter CSS Code im Nightly:

    CSS
        /*  AGENT_SHEET   */
        @namespace url(http://www.w3.org/1999/xhtml);
    
        @-moz-document url-prefix(about:protections){
    
        html {background: #ffffff !important;}
    
        body::before{
        content: "Endors Protection:" !important;
        margin-left:320px!important;
        margin-right:5px!important;
        color:red !important;
        font-weight:bold !important;
        font-size:22px!important; }
         
        .passwords-stored-text .icon-small {
        fill: gold !important;}
         
        .synced-devices-text .icon-small {
        fill: red !important;}    
        
        #report-title{color: #1a75ff !important; font-weight: bold !important; font-size: 18px !important;}
            
        #report-content{
        width: 890px !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;}
        
        #report-content:hover{
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
            
        #interventions{
        padding-top: 15px !important;
        padding-left: 20px !important;
        padding-right: 20px !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;}
        
        #interventions:hover{
        background-color: #FFDEAD !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        div.card, 
        section.card:nth-child(3),
        section.card:nth-child(4),
        section.card:nth-child(5),
        section.card:nth-child(6){
        padding-top: 15px !important;
        padding-left: 20px !important;
        padding-right: 20px !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;}
        
        div.card:hover,
        section.card:nth-child(3):hover,
        section.card:nth-child(4):hover,
        section.card:nth-child(5):hover,
        section.card:nth-child(6):hover{
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        }
        
        #protection-details{
        background: #efefef url("..//icons/Bild94.png") no-repeat !important;
        margin-right: -5px !important;
        color:black!important;
        font-size:14px!important;
        padding-left:35px!important;
        padding-right:15px!important;
        padding-top: 3px!important;
        padding-bottom: 3px!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;
        background-position:10px 5px!important;
        border-radius:14px!important;}
        
        #protection-details:hover{
        background: #B2EDFA url("..//icons/Bild94.png") no-repeat !important;
        padding-left:35px!important;
        background-position:10px 5px!important;
        border-radius:14px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        #trackerContent,
        #cryptominerContent,
        #fingerprinterContent,
        #cookieContent,
        #socialContent{
        background-color: #fffff0 !important;
        line-height: 2 !important;}
        
        #tracker,
        #cryptominer,
        #fingerprinter,
        #cookie,
        #social{
        background-color: #fffff0 !important;
        border-left-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important; 
        border-style: outset !important;
        border-bottom-right-radius: 14px !important;
        border-bottom-left-radius:  14px !important;
        }
        
        #tracker-link,
        #cryptominer-link,
        #fingerprinter-link,
        #cookie-link,
        #social-link{
        background: #efefef url("..//icons/Bild1.png") no-repeat !important;
        margin-right: -5px !important;
        color:black!important;
        font-size:14px!important;
        padding-left:35px!important;
        padding-right: 22px!important;
        padding-bottom: 2px!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-width:2px !important;
        border-style: outset !important;
        background-position:10px 4px!important;
        border-radius:14px!important;}
        
        #tracker-link:hover,
        #cryptominer-link:hover,
        #fingerprinter-link:hover,
        #cookie-link:hover,
        #social-link:hover{
        background: #B2EDFA url("..//icons/Bild1.png") no-repeat !important;
        padding-left:35px!important;
        background-position:10px 4px!important;
        text-decoration: none !important;
        border-radius:14px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        #lockwise-how-it-works{
        background: #efefef url("..//icons/Bild1.png") no-repeat !important;
        margin-right: -5px !important;
        color:black!important;
        font-size:14px!important;
        padding-left:35px!important;
        padding-right: 22px!important;
        padding-bottom: 2px!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-width:2px !important;
        border-style: outset !important;
        background-position:10px 4px!important;
        border-radius:14px!important;}
        
        #lockwise-how-it-works:hover{
        background: #B2EDFA url("..//icons/Bild1.png") no-repeat !important;
        padding-left:35px!important;
        background-position:10px 4px!important;
        text-decoration: none !important;
        border-radius:14px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        #turn-on-sync{
        background: #efefef url("..//icons/Bild83.png") no-repeat !important;
        margin-left: 38px !important;
        color:black!important;
        font-size:14px!important;
        padding-left:35px!important;
        padding-right: 35px!important;
        padding-bottom: 2px!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-width:2px !important;
        border-style: outset !important;
        background-position:10px 4px!important;
        border-radius:14px!important;}
        
        #turn-on-sync:hover{
        background: #B2EDFA url("..//icons/Bild83.png") no-repeat !important;
        padding-left:35px!important;
        background-position:10px 4px!important;
        text-decoration: none !important;
        border-radius:14px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        #manage-devices{
        background: #efefef url("..//icons/tools.png") no-repeat !important;
        margin-left: 38px !important;
        color:black!important;
        font-size:14px!important;
        padding-left:35px!important;
        padding-right: 35px!important;
        padding-bottom: 2px!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-width:2px !important;
        border-style: outset !important;
        background-position:10px 4px!important;
        border-radius:14px!important;}
        
        #manage-devices:hover{
        background: #B2EDFA url("..//icons/tools.png") no-repeat !important;
        padding-left:35px!important;
        background-position:10px 4px!important;
        text-decoration: none !important;
        border-radius:14px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        .synced-devices-text,
        .passwords-stored-text{min-width: 490px !important;}
        
        #manage-passwords-button{
        min-width: 250px !important;
        background: #0060df url("..//icons/key_go.png") no-repeat !important;
        background-position:14px 10px!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:22px!important;}
        
        #manage-passwords-button:hover{
        background: #003eaa url("..//icons/key_go.png") no-repeat !important;
        background-position:14px 10px!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:22px!important;}    
        
        #open-about-logins-button{
        background: #0060df url("..//icons/key_go.png") no-repeat !important;
        background-position:14px 10px!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:22px!important;}
        
        #open-about-logins-button:hover{
        background: #003eaa url("..//icons/key_go.png") no-repeat !important;
        background-position:14px 10px!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:22px!important;}    
        
        #sign-up-for-monitor-link {
        -moz-appearance: none !important;
        background: #0060df url("..//icons/database.png") no-repeat !important;
        background-position:17px 10px!important;
        padding-left: 22px!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;}
        
        #sign-up-for-monitor-link:hover{
        background: #003eaa url("..//icons/database.png") no-repeat !important;
        background-position:17px 10px!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;}
    
        #protection-settings{
        background: #efefef url("..//icons/Bild94.png") no-repeat !important;
        margin-right: -5px !important;
        color:black!important;
        font-size:14px!important;
        padding-left:35px!important;
        padding-right: 22px!important;
        padding-bottom: 4px!important;
        padding-top: 4px!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;
        background-position:11px 5px!important;
        border-radius:14px!important;}
        
        #protection-settings:hover{
        background: #B2EDFA url("..//icons/Bild94.png") no-repeat !important;
        padding-left:35px!important;
        background-position:11px 5px!important;
        text-decoration: none !important;
        border-radius:14px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        }
    Alles anzeigen

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 24. November 2021 um 17:17

    Gerne. :D

    Freut mich wenn es passt.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 24. November 2021 um 13:06

    Schaue ich mir gleich mal an.

    Andere Sache:

    about:compat

    Da habe ich den CSS Code aktualisiert, da da im Nightly ein neuer Sektor

    dazu gekommen ist.

    CSS
        /*  AGENT_SHEET   */
        @namespace url(http://www.w3.org/1999/xhtml);
    
        @-moz-document url(about:compat) {
    
        html {background: #ffffff !important;}
    
        body:before{
        content: "Endors User Agent:" !important;
        margin-left:450px!important;
        margin-right:5px!important;
        color:red !important;
        font-weight:bold !important;
        font-size:26px!important; }
        
        body{
        margin-left: -300px !important;
        min-width: 1200px !important;
        margin-right: auto !important;
        margin-top: 30px !important;
        margin-bottom: 20px !important;
        padding-bottom: 50px !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;}
        
        th, td {border-bottom: none !important;}
        
        h2.tab:nth-child(1){color: #1a75ff !important; margin-left:420px!important;}
        
        h2.tab:nth-child(5),
        h2.tab:nth-child(3){color: #e64d00 !important;}
            
        #overrides{
        padding-top: 15px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        background-color: #f0f8ff !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;}
        
        #overrides:hover{
        background-color: #FFDEAD !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        }
        
        #interventions{
        padding-top: 15px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        background-color: #ffe1e1  !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;}
        
        #interventions:hover{
        background-color: #FFDEAD !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        }
        
        #smartblock{
        padding-top: 15px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        background-color: #f0f8ff!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;}
        
        #smartblock:hover{
        background-color: #FFDEAD !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        }
        
        #overrides > tr:nth-child(n+2) > td:nth-child(2) > a:nth-child(1){margin-left: 263px !important; }
        
        #interventions > tr:nth-child(n+2) > td:nth-child(2) > a:nth-child(1){margin-left: -115px !important; }
        
        #smartblock > tr:nth-child(n+2) > td:nth-child(2) > a:nth-child(1){margin-left: 66px !important; }
        
        a{
        background: #efefef url("..//icons/Bild1.png") no-repeat !important;
        -moz-appearance:none!important;
        text-decoration:none!important;
        color:black!important;
        font-size: 14px!important;
        padding-left:40px !important;
        padding-right: 20px !important;
        padding-bottom:3px!important; 
        padding-top:3px!important; 
        border-width: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;                  
        background-position:10px 4px!important;
        border-radius:14px!important;}
    
        a:hover{
        background: #B2EDFA url("..//icons/Bild1.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:10px 4px!important;
        border-radius:14px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
    
        button[data-l10n-id="label-disable"]{
        background: #efefef url("..//icons/delete.png") no-repeat !important;
        margin-right: -5px !important;
        color:black!important;
        font-size:14px!important;
        padding-left:35px!important;
        padding-bottom:3px!important; 
        padding-top:3px!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;
        background-position:10px 6px!important;
        border-radius:14px!important;}
        
        button[data-l10n-id="label-disable"]:hover{
        background: #B2EDFA url("..//icons/delete.png") no-repeat !important;
        padding-left:35px!important;
        background-position:10px 6px!important;
        border-radius:14px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        button[data-l10n-id="label-enable"]{
        background: #efefef url("..//icons/Bild27.png") no-repeat !important;
        margin-right: -5px !important;
        color:black!important;
        font-size:14px!important;
        padding-left:35px!important;
        padding-right: 22px!important;
        padding-bottom:3px!important; 
        padding-top:3px!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;
        background-position:10px 6px!important;
        border-radius:14px!important;}
        
        button[data-l10n-id="label-enable"]:hover{
        background: #B2EDFA url("..//icons/Bild27.png") no-repeat !important;
        padding-left:35px!important;
        background-position:10px 6px!important;
        border-radius:14px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        }
    Alles anzeigen

    Mfg.
    Endor


    FuchsFan

    Mit dieser Zeile aus Deinem Code kann man das Symbol verschieben

    background-position:14px 7px !important;

    erster Wert link - rechts, zweiter Wert rauf oder runter.

    Füge auch mal

    padding-top: 3px !important;

    padding-bottom: 3px !important;

    ein.

    Damit kannst Du den Text nach oben bewegen.

    Hoffe, das hilft weiter.

    Mfg.
    Endor

  • In memoriam

    • Endor
    • 23. November 2021 um 19:04

    Sehr schade. Mochte ihn sehr.

    Seine markante Stimme wird unvergesslich bleiben.

    Marie Versini auch sehr schade.

    Tolle Schauspielerin.

    R.I.P.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 22. November 2021 um 21:45

    So about:cache im Nightly müsste wieder passen:

    CSS
        @-moz-document url-prefix(about:cache){
        
        html{background: #ffffff  !important;}
        
        body::before {content: "Design by Endor: ";
        font-size: 25px!important;
        font-weight: bold!important;
        color: red!important; }    
        
        h1{
        color: #cc0000 !important; 
        font-size: 22px !important; 
        font-weight: bold !important; 
        margin-top: 20px !important; 
        margin-bottom: 30px !important;}
        
        h2{color: #3377ff !important; margin-left: 40px !important; margin-top: 20px !important;}
        
        
        body{ 
        background-color: #fffff0 !important;
        max-width: 1410px !important;
        min-height: 90vh !important; 
        margin-top: 40px !important;
        margin-left: 150px !important;
        padding-top: 20px !important;
        padding-left: 25px !important;
        padding-right: 25px !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;}
        
        /* body:hover{ 
        background-color: #FFDEAD !important;
        } */
        
        body > table:nth-child(n+1){ 
        background-color: #ffffff !important;
        margin-top: 5px !important;
        margin-left: 5px !important;
        padding-top: 20px !important;
        padding-left: 25px !important;
        padding-right: 25px !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;}    
        
        tbody, th, tr, td{ border: none !important; box-shadow: none !important;}
        
        th {background-color: #ee7621 !important; }
        th:hover {background-color: #b54f06 !important;}
        
    
        body > table:nth-child(n+1) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1){
        border-top-left-radius: 14px !important;
        border-top-right-radius: 14px !important;}
        
    /*     body > table:nth-child(n+1) > tbody:nth-child(1) > tr:nth-child(4) > th:nth-child(1){
        border-bottom-left-radius: 14px !important;
        border-bottom-right-radius: 14px !important;} */
        
        body > table:nth-child(n+1) > tbody:nth-child(1) > tr:nth-child(n+1) > th:nth-child(1){
        padding-right: 15px !important;}    
            
         body > table:nth-child(10){margin-bottom: 30px  !important;}
        
        #entries > tbody > tr:nth-child(2n+1) {
        background-color: #fbfbd6 !important;
        text-decoration: none !important;
        color: black !important;}
        
        #entries > tbody > tr:nth-child(2n+1):hover {
        background-color: #fbf3d6 !important;}    
        
        #entries > tbody > tr:nth-child(2n) {
        background-color: #fce8be !important;}
        
        #entries > tbody > tr:nth-child(2n):hover {
        background-color: #fcdabe !important;}
            
        #submit{
        -moz-appearance:none!important;
        background: #efefef url("..//icons/Bild5.png")no-repeat !important;
        padding-left:35px!important;
        min-height: 30px!important;
        padding-right: 20px!important;
        background-position:10px 4px!important;
        font-size:14.0px!important;
        border-radius:14px!important;
        border-left-color:  #E6E5E5 !important;
        border-top-color:  #E6E5E5 !important;
        border-right-color:  #5C5B5B !important;
        border-bottom-color:  #5C5B5B !important;
        border-style: outset !important;
        border-width:2px !important;
        color:black !important;
        margin-left:8px !important;
        -moz-appearance:none!important;}
        
        #submit:hover{
        -moz-appearance:none!important;
        background: #CFE6F1 url("..//icons/Bild5.png")no-repeat !important;
        background-position:10px 4px!important; 
        border-radius:14px!important;
        border-left-color:  #e4e3e3 !important;
        border-top-color:  #e4e3e3 !important;
        border-right-color:  #5c5b5b !important;
        border-bottom-color:  #5c5b5b !important;
        border-style: outset !important;
        border-width:2px !important;}
        
    
        [href="about:cache?storage="]{
        -moz-appearance:none!important;
        background: #efefef url("..//icons/Bild6.png")no-repeat !important;
        padding-left:35px!important;
        padding-right:20px!important;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        border-left-color:  #E6E5E5 !important;
        border-top-color:  #E6E5E5 !important;
        border-right-color:  #5C5B5B !important;
        border-bottom-color:  #5C5B5B !important;
        border-style: outset !important;
        border-width:2px !important;
        color:black !important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:10px 4px!important;
        border-radius:14px!important;
        color:black !important;}
        
        [href="about:cache?storage="]:hover{
        background: #CFE6F1 url("..//icons/Bild6.png")no-repeat !important;
        background-position:10px 4px!important; 
        border-radius:14px!important;
        border-left-color:  #e4e3e3 !important;
        border-top-color:  #e4e3e3 !important;
        border-right-color:  #5c5b5b !important;
        border-bottom-color:  #5c5b5b !important;
        border-style: outset !important;
        border-width:2px !important;}
    
        [href="about:cache?device=memory"]{min-width: 260px !important;}
        
        [href="about:cache?storage=memory"]{
        -moz-appearance:none!important;
        background: #efefef url("..//icons/Bild7.png")no-repeat !important;
        margin-top: 40px !important;
        padding-left:35px!important;
        padding-right:20px!important;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        border-left-color:  #E6E5E5 !important;
        border-top-color:  #E6E5E5 !important;
        border-right-color:  #5C5B5B !important;
        border-bottom-color:  #5C5B5B !important;
        border-style: outset !important;
        border-width:2px !important;
        color:black !important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:10px 4px!important;
        border-radius:14px!important;
        color:black !important;
        line-height: 2.5  !important;
        }
    
        [href="about:cache?storage=memory"]:hover{
        background: #CFE6F1 url("..//icons/Bild7.png")no-repeat !important;
        background-position:10px 4px!important; 
        border-radius:14px!important;
        border-left-color:  #e4e3e3 !important;
        border-top-color:  #e4e3e3 !important;
        border-right-color:  #5c5b5b !important;
        border-bottom-color:  #5c5b5b !important;
        border-style: outset !important;
        border-width:2px !important;}
        
        body > table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(5){min-height: 45px !important;}
        
        [href="about:cache?storage=disk"]{
        -moz-appearance:none!important;
        background: #efefef url("..//icons/Bild7.png")no-repeat !important;
        padding-left:35px!important;
        padding-right:20px!important;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        border-left-color:  #E6E5E5 !important;
        border-top-color:  #E6E5E5 !important;
        border-right-color:  #5C5B5B !important;
        border-bottom-color:  #5C5B5B !important;
        border-style: outset !important;
        border-width:2px !important;
        color:black !important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:10px 4px!important;
        border-radius:14px!important;
        color:black !important;
        line-height: 2.5  !important;}
    
        [href="about:cache?storage=disk"]:hover{
        background: #CFE6F1 url("..//icons/Bild7.png")no-repeat !important;
        background-position:10px 4px!important; 
        border-radius:14px!important;
        border-left-color:  #e4e3e3 !important;
        border-top-color:  #e4e3e3 !important;
        border-right-color:  #5c5b5b !important;
        border-bottom-color:  #5c5b5b !important;
        border-style: outset !important;
        border-width:2px !important;}
    
        
        [href="about:cache?storage=appcache"]{
        -moz-appearance:none!important;
        background: #efefef url("..//icons/Bild7.png")no-repeat !important;
        margin-left: 30px !important;
        padding-left:35px!important;
        padding-right:20px!important;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        border-left-color:  #E6E5E5 !important;
        border-top-color:  #E6E5E5 !important;
        border-right-color:  #5C5B5B !important;
        border-bottom-color:  #5C5B5B !important;
        border-style: outset !important;
        border-width:2px !important;
        color:black !important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:10px 4px!important;
        border-radius:14px!important;
        color:black !important;
        line-height: 2.5  !important;}
    
    
        [href="about:cache?storage=appcache"]:hover{
        background: #CFE6F1 url("..//icons/Bild7.png")no-repeat !important;
        background-position:10px 4px!important; 
        border-radius:14px!important;
        border-left-color:  #e4e3e3 !important;
        border-top-color:  #e4e3e3 !important;
        border-right-color:  #5c5b5b !important;
        border-bottom-color:  #5c5b5b !important;
        border-style: outset !important;
        border-width:2px !important;}        
    
        hr{display: none !important;}    
        
        body > table:nth-child(n+1) > tbody:nth-child(n+1) > tr:nth-child(n+1) > td:nth-child(2){word-wrap: break-word !important; }
    
        }
    Alles anzeigen

    Was sagt Ihr dazu?

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 22. November 2021 um 21:19

    Hier mal ein Anfang:

    CSS
        @-moz-document url-prefix(about:cache){
        
        html{background: #ffffff  !important;}
        
        body::before {content: "Design by Endor: ";
        font-size: 25px!important;
        font-weight: bold!important;
        color: red!important; }    
        
        h1{
        color: #cc0000 !important; 
        font-size: 22px !important; 
        font-weight: bold !important; 
        margin-top: 20px !important; 
        margin-bottom: 30px !important;}
        
        h2{color: #3377ff !important; margin-left: 40px !important; margin-top: 20px !important;}
        
        
        body{ 
        background-color: #fffff0 !important;
        max-width: 1410px !important;
        min-height: 90vh !important; 
        margin-top: 40px !important;
        margin-left: 150px !important;
        padding-top: 20px !important;
        padding-left: 25px !important;
        padding-right: 25px !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;}
        
        /* body:hover{ 
        background-color: #FFDEAD !important;
        } */
        /* body > table:nth-child(n+1){ 
        background-color: #ffffff !important;
        margin-top: 5px !important;
        margin-left: 5px !important;
        padding-top: 20px !important;
        padding-left: 25px !important;
        padding-right: 25px !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;}    
        
        body > table:nth-child(10){margin-bottom: 30px  !important;}
        
        #entries > tbody > tr:nth-child(2n+1) {
        background-color: #fbfbd6 !important;
        text-decoration: none !important;
        color: black !important;
        }
        
        #entries > tbody > tr:nth-child(2n+1):hover {
        background-color: #fbf3d6 !important;}    
        
        #entries > tbody > tr:nth-child(2n) {
        background-color: #fce8be !important;}
        
        #entries > tbody > tr:nth-child(2n):hover {
        background-color: #fcdabe !important;}
    
        body > hr:nth-child(8){display: none !important;} */
            
        #submit{
        -moz-appearance:none!important;
        background: #efefef url("..//icons/Bild5.png")no-repeat !important;
        padding-left:35px!important;
        min-height: 30px!important;
        padding-right: 20px!important;
        background-position:10px 4px!important;
        font-size:14.0px!important;
        border-radius:14px!important;
        border-left-color:  #E6E5E5 !important;
        border-top-color:  #E6E5E5 !important;
        border-right-color:  #5C5B5B !important;
        border-bottom-color:  #5C5B5B !important;
        border-style: outset !important;
        border-width:2px !important;
        color:black !important;
        margin-left:8px !important;
        -moz-appearance:none!important;}
        
        #submit:hover{
        -moz-appearance:none!important;
        background: #CFE6F1 url("..//icons/Bild5.png")no-repeat !important;
        background-position:10px 4px!important; 
        border-radius:14px!important;
        border-left-color:  #e4e3e3 !important;
        border-top-color:  #e4e3e3 !important;
        border-right-color:  #5c5b5b !important;
        border-bottom-color:  #5c5b5b !important;
        border-style: outset !important;
        border-width:2px !important;}
        
    
        [href="about:cache?storage="]{
        -moz-appearance:none!important;
        background: #efefef url("..//icons/Bild6.png")no-repeat !important;
        margin-left: 30px !important;
        padding-left:35px!important;
        padding-right:20px!important;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        border-left-color:  #E6E5E5 !important;
        border-top-color:  #E6E5E5 !important;
        border-right-color:  #5C5B5B !important;
        border-bottom-color:  #5C5B5B !important;
        border-style: outset !important;
        border-width:2px !important;
        color:black !important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:10px 4px!important;
        border-radius:14px!important;
        color:black !important;}
        
        [href="about:cache?storage="]:hover{
        background: #CFE6F1 url("..//icons/Bild6.png")no-repeat !important;
        background-position:10px 4px!important; 
        border-radius:14px!important;
        border-left-color:  #e4e3e3 !important;
        border-top-color:  #e4e3e3 !important;
        border-right-color:  #5c5b5b !important;
        border-bottom-color:  #5c5b5b !important;
        border-style: outset !important;
        border-width:2px !important;}
    
        [href="about:cache?device=memory"]{min-width: 260px !important;}
        
        [href="about:cache?storage=memory"]{
        -moz-appearance:none!important;
        background: #efefef url("..//icons/Bild7.png")no-repeat !important;
        margin-top: 30px !important;
        margin-left: 30px !important;
        padding-left:35px!important;
        padding-right:20px!important;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        border-left-color:  #E6E5E5 !important;
        border-top-color:  #E6E5E5 !important;
        border-right-color:  #5C5B5B !important;
        border-bottom-color:  #5C5B5B !important;
        border-style: outset !important;
        border-width:2px !important;
        color:black !important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:10px 4px!important;
        border-radius:14px!important;
        color:black !important;
        line-height: 2.5  !important;
        }
    
        [href="about:cache?storage=memory"]:hover{
        background: #CFE6F1 url("..//icons/Bild7.png")no-repeat !important;
        background-position:10px 4px!important; 
        border-radius:14px!important;
        border-left-color:  #e4e3e3 !important;
        border-top-color:  #e4e3e3 !important;
        border-right-color:  #5c5b5b !important;
        border-bottom-color:  #5c5b5b !important;
        border-style: outset !important;
        border-width:2px !important;}
        
        [href="about:cache?storage=disk"]{
        -moz-appearance:none!important;
        background: #efefef url("..//icons/Bild7.png")no-repeat !important;
        margin-left: 30px !important;
        padding-left:35px!important;
        padding-right:20px!important;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        border-left-color:  #E6E5E5 !important;
        border-top-color:  #E6E5E5 !important;
        border-right-color:  #5C5B5B !important;
        border-bottom-color:  #5C5B5B !important;
        border-style: outset !important;
        border-width:2px !important;
        color:black !important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:10px 4px!important;
        border-radius:14px!important;
        color:black !important;
        line-height: 2.5  !important;}
    
        [href="about:cache?storage=disk"]:hover{
        background: #CFE6F1 url("..//icons/Bild7.png")no-repeat !important;
        background-position:10px 4px!important; 
        border-radius:14px!important;
        border-left-color:  #e4e3e3 !important;
        border-top-color:  #e4e3e3 !important;
        border-right-color:  #5c5b5b !important;
        border-bottom-color:  #5c5b5b !important;
        border-style: outset !important;
        border-width:2px !important;}
    
        
        [href="about:cache?storage=appcache"]{
        -moz-appearance:none!important;
        background: #efefef url("..//icons/Bild7.png")no-repeat !important;
        margin-left: 30px !important;
        padding-left:35px!important;
        padding-right:20px!important;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        border-left-color:  #E6E5E5 !important;
        border-top-color:  #E6E5E5 !important;
        border-right-color:  #5C5B5B !important;
        border-bottom-color:  #5C5B5B !important;
        border-style: outset !important;
        border-width:2px !important;
        color:black !important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:10px 4px!important;
        border-radius:14px!important;
        color:black !important;
        line-height: 2.5  !important;}
    
    
        [href="about:cache?storage=appcache"]:hover{
        background: #CFE6F1 url("..//icons/Bild7.png")no-repeat !important;
        background-position:10px 4px!important; 
        border-radius:14px!important;
        border-left-color:  #e4e3e3 !important;
        border-top-color:  #e4e3e3 !important;
        border-right-color:  #5c5b5b !important;
        border-bottom-color:  #5c5b5b !important;
        border-style: outset !important;
        border-width:2px !important;}        
    
        hr{display: none !important;}    
        
        body > table:nth-child(n+1) > tbody:nth-child(n+1) > tr:nth-child(n+1) > td:nth-child(2){word-wrap: break-word !important; }
    
        }    
    Alles anzeigen

    Wie gesagt nur ein Anfang.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 22. November 2021 um 20:22

    FuchsFan

    Zeig mal ein Bild von alles kaputt.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 22. November 2021 um 20:01

    Hallo Boersenfeger .

    Bitte testen:

    CSS
    @namespace url(http://www.w3.org/1999/xhtml);
    @-moz-document url-prefix(about:support) {
    
    
    body::before {content: "Boersenfegers Nightly";
    margin-left: 0px;
    font-size: 25px;
    font-weight: bold;
    color: red;}
    
    
    html{background:#ffffff !important;}
    
    
    body > h1:nth-child(2){margin-top: 10px !important;}
    
    
    body{margin-left: 80px !important; max-width: 1540px !important;}
    
    
    .action-box{width: 30% !important; border-radius:24px !important;}
    #reset-box, #safe-mode-box {margin-left: 11px !important;}
    
    
    #security-software-table > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
    #contents > table:nth-child(33) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
    table.prefs-table:nth-child(23) > thead:nth-child(1) > th:nth-child(1),
    #contents > table:nth-child(37) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
    #intl-localeservice-tbody > tr:nth-child(1) > th:nth-child(1),
    #sandbox-tbody > tr:nth-child(1) > th:nth-child(1),
    #libversions-tbody > tr:nth-child(1) > th:nth-child(1),
    #contents > table:nth-child(27) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
    table.prefs-table:nth-child(18) > thead:nth-child(1) > th:nth-child(1),
    table.prefs-table:nth-child(20) > thead:nth-child(1),
    table.prefs-table:nth-child(20) > thead:nth-child(1) > th:nth-child(1),
    #media-info-tbody > tr:nth-child(1) > th:nth-child(1),
    #contents > table:nth-child(10) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
    #contents > table:nth-child(8) > thead:nth-child(1) > tr:nth-child(1),
    #contents > table:nth-child(8) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
    #graphics-features-tbody > tr:nth-child(1) > th:nth-child(1),
    #contents > table:nth-child(14),
    #graphics-features-tbody,
    #contents > table:nth-child(29) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
    #contents > table:nth-child(12) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
    #contents > table:nth-child(2){border-top-left-radius:24px !important;}
    
    
    #contents > table:nth-child(2) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1)
    {border-top-left-radius:24px !important; padding-top: 8px !important; padding-bottom: 8px !important;}
    
    
    #security-software-table > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(2),
    #startup-cache-disk-cache-path,
    table.prefs-table:nth-child(23) > thead:nth-child(1) > th:nth-child(2),
    #remote-debugging-accepting-connections,
    #intl-localeservice-tbody > tr:nth-child(1) > th:nth-child(1),
    #sandbox-tbody > tr:nth-child(1) > td:nth-child(2),
    #libversions-tbody > tr:nth-child(1) > th:nth-child(3),
    #a11y-activated,
    table.prefs-table:nth-child(18) > thead:nth-child(1) > th:nth-child(2),
    #media-info-tbody > tr:nth-child(1) > td:nth-child(2),
    #contents > table:nth-child(10) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(4),
    #contents > table:nth-child(8),
    #contents > table:nth-child(8) > thead:nth-child(1),
    #contents > table:nth-child(8) > thead:nth-child(1) > tr:nth-child(1),
    #contents > table:nth-child(8) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(3),
    #graphics-features-tbody > tr:nth-child(1) > th:nth-child(1),
    #contents > table:nth-child(14),
    #graphics-features-tbody,
    #graphics-features-tbody > tr:nth-child(1),
    #contents > table:nth-child(2),
    table.prefs-table:nth-child(20) > thead:nth-child(1),
    table.prefs-table:nth-child(20) > thead:nth-child(1) > th:nth-child(2),
    #remote-processes-table > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(2),
    #contents > table:nth-child(12) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(4),
    #application-box {border-top-right-radius:24px !important;}
    
    
    #security-software-table > tbody:nth-child(2) > tr:nth-child(3) > th:nth-child(1),
    tr.no-copy:nth-child(25) > th:nth-child(1),
    #contents > table:nth-child(33) > tbody:nth-child(1) > tr:nth-child(4) > th:nth-child(1),
    #graphics-decisions-tbody > tr:last-child > th:nth-child(1),
    #media-capabilities-tbody > tr:nth-child(2) > td:nth-child(1),
    #locked-prefs-tbody > tr:last-child > td:nth-child(1),
    #contents > table:nth-child(37) > tbody:nth-child(1) > tr:nth-child(2) > th:nth-child(1),
    #intl-ospreferences-tbody > tr:nth-child(3) > th:nth-child(1),
    #sandbox-tbody > tr:nth-child(2) > th:nth-child(1),
    #libversions-tbody > tr:nth-child(6) > td:nth-child(1),
    #contents > table:nth-child(27) > tbody:nth-child(1) > tr:nth-child(4) > th:nth-child(1),
    #prefs-tbody > tr:last-child > td:nth-child(1),
    #features-tbody > tr:last-child > td:nth-child(1),
    #contents > table:nth-child(8),
    #contents > table:nth-child(14),
    #prefs-tbody > tr:nth-child(79),
    #contents > table:nth-child(2),
    tr.no-copy:nth-child(22) > th:nth-child(1),
    #contents > table:nth-child(2) > tbody:nth-child(1),
    #contents > table:nth-child(29) > tbody:nth-child(1) > tr:nth-child(4) > th:nth-child(1),
    #graphics-workarounds-tbody > tr:last-child > th:nth-child(1),
    #prefs-tbody > tr:last-child > td:nth-child(1),
    #processes-tbody > tr:last-child > td:nth-child(1),
    #graphics-failures-tbody > tr:last-child > th:nth-child(1),
    #extensions-tbody > tr:last-child > td:nth-child(1),
    tr.no-copy:nth-child(24) > th:nth-child(1),
    tr.no-copy:nth-child(21) > th:nth-child(1){border-bottom-left-radius:24px !important;}
    
    
    #security-software-firewall,
    tr.no-copy:nth-child(25) > td:nth-child(2),
    #startup-cache-wrote-to-disk-cache,
    #graphics-decisions-tbody > tr:last-child > td:nth-child(2),
    #media-capabilities-tbody > tr:nth-child(2) > td:nth-child(1),
    #locked-prefs-tbody > tr:last-child > td:nth-child(2),
    #remote-debugging-url,
    #intl-osprefs-regionalprefs,
    #sandbox-tbody > tr:nth-child(2) > td:nth-child(2),
    #libversions-tbody > tr:nth-child(6) > td:nth-child(3),
    #a11y-instantiator,
    #prefs-tbody > tr:last-child > td:nth-child(2),
    #extensions-tbody > tr:last-child > td:nth-child(4),
    #features-tbody > tr:last-child > td:nth-child(3),
    #contents > table:nth-child(14),
    #prefs-tbody > tr:nth-child(79),
    #contents > table:nth-child(2),
    tr.no-copy:nth-child(22) > td:nth-child(2),
    #prefs-tbody > tr:last-child > td:nth-child(2),
    #processes-tbody > tr:last-child > td:nth-child(2)
    #graphics-failures-tbody > tr:last-child > td:nth-child(2),
    #graphics-workarounds-tbody > tr:last-child > td:nth-child(2),
    #processes-tbody > tr:last-child > td:nth-child(2),
    tr.no-copy:nth-child(24) > td:nth-child(2),
    tr.no-copy:nth-child(21) > td:nth-child(2) {border-bottom-right-radius:24px !important;}
    
    
    #contents > table:nth-child(25) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
    tr.no-copy:nth-child(1) > th:nth-child(1),
    table.prefs-table:nth-child(21) > thead:nth-child(1) > th:nth-child(1),
    #contents > table:nth-child(10),
    #contents > table:nth-child(8),
    #crashes-table > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1)
    {border-top-left-radius:24px !important; border-bottom-left-radius:24px !important;}
    
    
    #javascript-incremental-gc,
    tr.no-copy:nth-child(1) > td:nth-child(2),
    table.prefs-table:nth-child(21) > thead:nth-child(1) > th:nth-child(2),
    #contents > table:nth-child(10),
    #contents > table:nth-child(8),
    #crashes-table > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(2)
    {border-bottom-right-radius:24px !important; border-top-right-radius:24px !important;}
    
    
    #extensions-tbody > tr:nth-child(13),
    #intl-ospreferences-tbody > tr:nth-child(3),
    #sandbox-tbody, #contents > table:nth-child(8),
    #contents > table:nth-child(25) > tbody:nth-child(1),
    table.prefs-table:nth-child(21), #prefs-tbody > tr:nth-child(140),
    #contents > table:nth-child(29),
    #contents > table:nth-child(27){line-height: 2.0 !important;}
    
    
    #graphics-workarounds-tbody > tr:nth-child(2),
    #graphics-workarounds-tbody > tr:nth-child(2) > th:nth-child(1),
    #graphics-workarounds-tbody > tr:nth-child(2) > td:nth-child(2){line-height: 2.5 !important;}
    
    
    #graphics-decisions-tbody > tr:nth-child(n+2) > td:nth-child(2) > table:nth-child(1)
    {margin-left: -15px!important;}
    
    
    #security-software-table,
    #contents > table:nth-child(n+1),
    table.prefs-table:nth-child(n+1),
    #crashes-table{border-radius:24px !important;}
    
    
    td, th{padding-left: 15px !important;}
    
    
    #copy-raw-data-to-clipboard {min-width: 330px !important;}
    
    
    #clear-startup-cache-box > h3,
    #safe-mode-box > h3, #reset-box > h3, h2, h1 {color: #057A7A !important;}
    #clear-startup-cache-box > h3 {margin-left: 4px !important;}
    
    
    #prefs-user-js-section > h3, h2{margin-left: 8px !important; color: red !important;}
    
    
    #safe-mode-box > h3, #reset-box > h3 {margin-left: 4px !important;}
    
    
    .action-box{background: #FDF5E6 !important;}
    
    
    #graphics-decisions-tbody > tr:nth-child(n+1) > td > table,
    #graphics-decisions-tbody > tr:nth-child(n+1) > td > table > tr > td
    {border: none! important;}
    
    
    #graphics-decisions-tbody > tr:nth-child(n+1) > td > table > tr > td:hover,
    #graphics-decisions-tbody > tr:nth-child(n+1) > td > table > tr:hover
    {border: none! important;}
    
    
    #graphics-decisions-tbody > tr:nth-child(n+2) > td:nth-child(2) > table:nth-child(1)
    {margin-left: -15px!important;}
    
    
    #graphics-decisions-tbody > tr:nth-child(n+1) > td:nth-child(2) > table:nth-child(1),
    #graphics-decisions-tbody > tr:nth-child(n+1) > td:nth-child(2) > table:nth-child(1) > tr:nth-child(1)
    {border: none! important;}
    
    
    #graphics-decisions-tbody > tr:nth-child(n+1) > td > table > tr > td:hover,
    #graphics-decisions-tbody > tr:nth-child(n+1) > td > table > tr:hover
    {border: none! important;}
    
    
    td{background: #FFFFF0 !important;}
    td:hover{background: #ffeb99 !important;}
    
    
    th {background-color: #ee7621 !important;}
    th:hover {background-color: #b54f06 !important;}
    
    
    #copy-raw-data-to-clipboard{
    appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild73.png")no-repeat !important;
    padding-left:35px!important;
    padding-bottom: 5px!important;
    background-position:14px 6px!important;
    font-size:14.0px!important;
    border-style: outset !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-radius:12px!important;
    margin-right:10px!important;
    color:black !important;}
    
    #copy-raw-data-to-clipboard:hover{
    appearance:none!important;
    background: #B2EDFA url("..//icons/Bild73.png")no-repeat !important;
    padding-left:35px!important ;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    background-position:14px 6px!important;}
    
    #copy-to-clipboard {min-width: 290px !important;}
    
    #copy-to-clipboard{
    appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild74.png")no-repeat !important;
    padding-left:35px!important;
    padding-bottom: 5px!important;
    background-position:14px 6px!important;
    font-size:14.0px!important;
    border-style: outset !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-radius:12px!important;
    color:black !important;}
    
    #copy-to-clipboard:hover{
    appearance:none!important;
    background: #B2EDFA url("..//icons/Bild74.png")no-repeat !important;
    padding-left:35px!important ;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    background-position:14px 6px!important;}
    
    #show-update-history-button{min-width: 220px !important;}
    
    #show-update-history-button{
    appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild75.png")no-repeat !important;
    padding-left:19px!important;
    padding-bottom: 5px!important;
    background-position:8px 5px!important;
    color:black!important;
    margin-left: -3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:8px!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;
    border-radius:14px!important;}
    
    
    #show-update-history-button:hover{
    appearance:none!important;
    background: #B2EDFA url("..//icons/Bild75.png")no-repeat !important;
    background-position:8px 5px!important;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    
    #update-dir-button{min-width: 220px !important;}
    
    
    #update-dir-button{
    appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild76.png")no-repeat !important;
    padding-left:19px!important;
    padding-bottom: 5px!important;
    background-position:8px 5px!important;
    color:black!important;
    margin-left: -3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:76px!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;
    border-radius:14px!important;}
    
    
    #update-dir-button:hover{
    appearance:none!important;
    background: #B2EDFA url("..//icons/Bild76.png")no-repeat !important;
    background-position:8px 5px!important;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    
    #profile-dir-button {min-width: 217px !important;}
    
    
    #profile-dir-button{
    appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild76.png")no-repeat !important;
    padding-left:32px!important;
    background-position:8px 4px!important;
    color:black!important;
    margin-left: -3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:76px!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;
    border-radius:14px!important;}
    
    
    #profile-dir-button:hover{
    appearance:none!important;
    background: #B2EDFA url("..//icons/Bild76.png")no-repeat !important;
    padding-left:32px!important ;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    background-position:8px 4px!important;}
    
    
    #reset-box-button{
    appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild77.png")no-repeat !important;
    padding-left:40px!important;
    padding-right: 130px !important;
    padding-bottom: 4px!important;
    background-position:14px 5px!important;
    font-size:14.0px!important;
    border-style: outset !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-radius:12px !important;
    color:black !important; }
    
    
    #reset-box-button:hover{
    appearance:none!important;
    background: #B2EDFA url("..//icons/Bild77.png")no-repeat !important;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    background-position:14px 5px!important;}
    
    
    #restart-in-safe-mode-button{
    appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild78.png")no-repeat !important;
    padding-left:40px!important;
    padding-right:5px!important;
    background-position:14px 5px!important;
    font-size:14.0px!important;
    border-style: outset !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-radius:12px !important;
    color:black !important; }
    
    
    #restart-in-safe-mode-button:hover{
    appearance:none!important;
    background: #B2EDFA url("..//icons/Bild78.png")no-repeat !important;
    background-position:14px 5px!important;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    #clear-startup-cache-button{
    appearance:none!important;
    background: #F0F0F0 url("..//icons/database_delete.png")no-repeat !important;
    padding-left:40px!important;
    padding-right:116px!important;
    margin-left: 10px !important;
    background-position:14px 6px!important;
    font-size:14.0px!important;
    border-style: outset !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-radius:12px !important;
    color:black !important; }
    
    
    #clear-startup-cache-button:hover{
    appearance:none!important;
    background: #B2EDFA url("..//icons/database_delete.png")no-repeat !important;
    background-position:14px 6px!important;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    
    #supportLink{
    appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild52.gif") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:13px!important;
    padding-left:29px!important;
    padding-bottom: 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:6px 2px!important;
    border-radius:14px!important;
    line-height: 2.2 !important;}
    
    
    #supportLink:hover{
    appearance:none!important;
    background: #B2EDFA url("..//icons/Bild52.gif") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:13px!important;
    padding-left:29px!important;
    background-position:6px 2px!important;
    border-radius:14px!important;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    
    a[href="about:plugins"]{
    appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    margin-left: -3px !important;
    font-size:14.0px!important;
    text-decoration:none!important;
    padding-right:96px!important;
    padding-left:35px!important;
    padding-bottom: 2px !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:8px 2px!important;
    border-radius:14px!important;
    min-height: 28px !important;
    line-height: 2.2 !important;}
    
    
    a[href="about:buildconfig"]{
    appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    margin-left: -3px !important;
    font-size:14.0px!important;
    text-decoration:none!important;
    padding-right:73px!important;
    padding-left:35px!important;
    padding-bottom: 2px !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:8px 2px!important;
    border-radius:14px!important;
    line-height: 2.2 !important;}
    
    
    #crashes-allReportsWithPending{
    appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    margin-left: 3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:15px!important;
    padding-left:35px!important;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
    max-width: 125px !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:8px 2px!important;
    border-radius:14px!important;}
    
    
    #crashes-allReportsWithPending:hover{
    appearance:none!important;
    background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    margin-left: 3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:15px!important;
    padding-left:35px!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;
    background-position:8px 2px!important;
    border-radius:14px!important;}
    
    
    a[href="about:plugins"]:hover{
    appearance:none!important;
    background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:8px 2px!important;
    border-radius:14px!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;}
    
    
    a[href="about:buildconfig"]:hover{
    appearance:none!important;
    background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:8px 2px!important;
    border-radius:14px!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;}
    
    
    a[href="about:serviceworkers"]{
    appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    margin-left: -3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:50px!important;
    padding-left:35px!important;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
    max-width: 125px !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:8px 2px!important;
    border-radius:14px!important;
    line-height: 2.2 !important;}
    
    
    a[href="about:serviceworkers"]:hover{
    appearance:none!important;
    background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-left:35px!important;
    background-position:8px 2px!important;
    border-radius:14px!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;}
    
    
    a[href="about:memory"]{
    appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    margin-left: -3px !important;
    font-size:14.0px!important;
    text-decoration:none!important;
    padding-right:88px!important;
    padding-left:35px!important;
    padding-bottom: 2px !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:8px 2px!important;
    border-radius:14px!important;
    line-height: 2.2 !important;}
    
    
    
    
    a[href="about:memory"]:hover{
    appearance:none!important;
    background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:8px 2px!important;
    border-radius:14px!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;}
    
    
    #prefs-user-js-link{
    appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    margin-left: 3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:15px!important;
    padding-left:35px!important;
    padding-bottom: 2px !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:8px 2px!important;
    border-radius:14px!important;}
    
    
    #prefs-user-js-link:hover{
    appearance:none!important;
    color:black!important; background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:15px!important;
    padding-left:35px!important;
    background-position:8px 2px!important;
    border-radius:14px!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;}
    
    
    a[href="about:performance"]{
    appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    margin-left: -3px !important;
    margin-top: 3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:63px!important;
    padding-left:35px!important;
    padding-bottom: 2px !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:8px 2px!important;
    border-radius:14px!important;
    line-height: 2.2 !important;}
    
    
    a[href="about:performance"]:hover{
    appearance:none!important;
    background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:8px 2px!important;
    border-radius:14px!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;}
    
    
    a[href="about:profiles"]{
    appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    margin-left: -3px !important;
    margin-top: 3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:94px!important;
    padding-left:35px!important;
    padding-bottom: 2px !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:8px 2px!important;
    border-radius:14px!important;
    line-height: 2.2 !important;}
    
    
    a[href="about:profiles"]:hover{
    appearance:none!important;
    background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:8px 2px!important;
    border-radius:14px!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;}
    
    
    #verify-place-integrity-button{
    appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    margin-left: 3px !important;
    margin-top: 3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:20px!important;
    padding-left:35px!important;
    padding-bottom: 2px !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:8px 4px!important;
    border-radius:14px!important;}
    
    
    #verify-place-integrity-button:hover{
    appearance:none!important;
    background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:8px 4px!important;
    border-radius:14px!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[data-l10n-id="reset-on-next-restart"]{
    appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild85.png") no-repeat !important;
    color:black!important;
    margin-left: 3px !important;
    margin-top: 3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:20px!important;
    padding-left:35px!important;
    padding-bottom: 2px !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:8px 5px!important;
    border-radius:14px!important;}
    
    
    button[data-l10n-id="reset-on-next-restart"]:hover{
    appearance:none!important;
    background: #B2EDFA url("..//icons/Bild85.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:8px 5px!important;
    border-radius:14px!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[data-l10n-id="gpu-process-kill-button"]{
    appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild117.png") no-repeat !important;
    color:black!important;
    margin-left: 3px !important;
    margin-top: 3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:20px!important;
    padding-left:35px!important;
    padding-bottom: 2px !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:8px 5px!important;
    border-radius:14px!important;}
    
    
    button[data-l10n-id="gpu-process-kill-button"]:hover{
    appearance:none!important;
    background: #B2EDFA url("..//icons/Bild117.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:8px 5px!important;
    border-radius:14px!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[data-l10n-id="gpu-device-reset-button"]{
    appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild21.png") no-repeat !important;
    color:black!important;
    margin-left: 3px !important;
    margin-top: 3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:40px!important;
    padding-left:35px!important;
    padding-bottom: 2px !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:8px 5px!important;
    border-radius:14px!important;}
    
    
    button[data-l10n-id="gpu-device-reset-button"]:hover{
    appearance:none!important;
    background: #B2EDFA url("..//icons/Bild21.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:8px 6px!important;
    border-radius:14px!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[id="enumerate-database-button"]{
    appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild7.png") no-repeat !important;
    color:black!important;
    margin-left: 3px !important;
    margin-top: 3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:40px!important;
    padding-left:35px!important;
    padding-bottom: 2px !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:8px 6px!important;
    border-radius:14px!important;}
    
    
    button[id="enumerate-database-button"]:hover{
    appearance:none!important;
    background: #B2EDFA url("..//icons/Bild7.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:8px 5px!important;
    border-radius:14px!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;}
    
    #remoteprocesses-row > td:nth-child(2) > a:nth-child(1){
    appearance:none!important;
    margin-left: -4px !important;
    background: #F0F0F0 url("..//icons/Bild125.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:160px!important;
    padding-left:35px!important;
    padding-bottom: 2px !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:8px 3px!important;
    border-radius:14px!important;}
    
    
    #remoteprocesses-row > td:nth-child(2) > a:nth-child(1):hover{
    appearance:none!important;
    background: #B2EDFA url("..//icons/Bild125.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:8px 3px!important;
    border-radius:14px!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;}
    
    
    #remoteprocesses-row,
    #remoteprocesses-row > th:nth-child(1),
    #remoteprocesses-row > td:nth-child(2) {padding-bottom: 10px !important; padding-top: 10px !important;}
    
    #support-printing-clear-settings-button{
    appearance:none!important;
    margin-left: -4px !important;
    background: #F0F0F0 url("..//icons/printer_delete.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:20px!important;
    padding-left:40px!important;
    padding-bottom: 2px !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 6px!important;
    border-radius:14px!important;}
    
    
    #support-printing-clear-settings-button:hover{
    appearance:none!important;
    background: #B2EDFA url("..//icons/printer_delete.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:12px 6px!important;
    border-radius:14px!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;}
    
    
        tr.no-copy:nth-child(17) > td:nth-child(2) > a:nth-child(1){
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
        color:black!important;
        margin-left: -3px !important;
        margin-top: 3px !important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-right:71px!important;
        padding-left:35px!important;
        padding-bottom: 2px !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:8px 2px!important;
        border-radius:14px!important;
        line-height: 2.2 !important;}
        
        tr.no-copy:nth-child(17) > td:nth-child(2) > a:nth-child(1):hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:8px 2px!important;
        border-radius:14px!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;}
    }
    Alles anzeigen

    Mfg.
    Endor


    Hallo grisu2099

    Danke für den Hinweis zu about:cache im Nighly.

    Da wurde alles neu gemacht.

    Werde mir das mal anschauen.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 22. November 2021 um 19:51

    Habe eben gesehen, beides braucht es hier schon ab Firefox 95 Beta.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 22. November 2021 um 19:37

    Hallo FuchsFan .

    Danke für den Hinweis.

    Gleiche Änderung braucht es im Nightly auch in about:support.

    Mfg.
    Endor

  • userChrome.js Scripte für den Fuchs (Diskussion)

    • Endor
    • 21. November 2021 um 14:36

    Ich habe die Änderung falsch gemacht.

    Zu viel entfernt.

    Aber nun passt alles.

    Mfg.
    Endor

  • userChrome.js Scripte für den Fuchs (Diskussion)

    • Endor
    • 21. November 2021 um 14:21

    Hallo milupo.

    ja ja ja ja!!!!!!

    Vielen Dank. :)

    :thumbup: :thumbup:

    Auch an aborix

    vielen Dank für die Lösung.

    Schönen Sonntag Euch zwei.

    Mfg.
    Endor

  • userChrome.js Scripte für den Fuchs (Diskussion)

    • Endor
    • 21. November 2021 um 13:56
    Zitat von aborix

    Wenn ich in den Zeilen 27 und 45 die Funktion JSON.parse weglasse, funktioniert es.

    Also:

    let data = SessionStore.getClosedTabData(window);

    und

    data = SessionStore.getClosedWindowData();

    Hier leider nicht.

    Keine Ahnung wieso.

    Ja es geht um das Linksklick Menü der Schaltfläche welches sich hier

    trotz obiger Änderung nicht mehr öffnet.

    Mfg.
    Endor

  • userChrome.js Scripte für den Fuchs (Diskussion)

    • Endor
    • 20. November 2021 um 19:59

    harff182

    Gerne, freut mich wenn jemand das brauchen kann.

    all:


    Dieses Script funktioniert hier ab Firefox 95 auch nicht mehr:

    UndoCloseTabButtonN.uc.js

    CSS
    // ==UserScript==
    // @name            UndoCloseTabButtonN
    // @description        閉じたタブを復元するツールバーボタン&タブバーの空き上の中クリックで最後に閉じたタブを復元
    // @version            1.2.5
    // @include            main
    // @charset            UTF-8
    // @note            2019/01/23 Fx66でタブバー中クリックが効かないのを修正
    // @note            2019/07/04 Fx69
    // @note            2019/09/03 Fx70
    // @note            2019/12/09 Fx72
    // ==/UserScript==
    // アイコン初期位置はタブバーです
    (function() {
        "use strict";
    
        const useTabbarMiddleClick = true;    // タブバーの空き・タブ追加ボタン上の中クリックで最後に閉じたタブを復元するか?
    
        const XULNS = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
    
        window.ucjsUndoCloseTabButtonService = {
            prepareMenu(event) {
                const doc = (event.view && event.view.document) || document;
                const menu = event.originalTarget;
                this.removeChilds(menu);
    
                // 閉じたタブ
                let data = JSON.parse(SessionStore.getClosedTabData(window));
                const tabLength = data.length;
    
                for (let i = 0; i < tabLength; i++) {
                    const item = data[i];
                    const m = this.createFaviconMenuitem(doc, item.title, item.image, i, this.undoTab);
    
                    const state = item.state;
                    let idx = state.index;
                    if (idx == 0)
                        idx = state.entries.length;
                    if (--idx >= 0 && state.entries[idx])
                        m.setAttribute("targetURI", state.entries[idx].url);
    
                    menu.appendChild(m);
                }
    
                // 閉じたウィンドウ
                data = JSON.parse(SessionStore.getClosedWindowData());
                const winLength = data.length;
                if (winLength > 0) {
                    if (tabLength > 0)
                        menu.appendChild(this.$C(doc, "menuseparator"));
    
                    menu.appendChild(this.$C(doc, "menuitem", {
                        disabled:    true,
                        label:        "Geschlossene Fenster"
                    }));
    
                    for (let i = 0; i < winLength; i++) {
                        const item = data[i];
    
                        let title = item.title;
                        const tabsCount = item.tabs.length - 1;
                        if (tabsCount > 0)
                            title += " (他:" + tabsCount + ")";
    
                        const tab = item.tabs[item.selected - 1];
    
                        const m = this.createFaviconMenuitem(doc, title, tab.image, i, this.undoWindow);
                        menu.appendChild(m);
                    }
                }
    
                if (tabLength + winLength === 0) {
    /*                menu.appendChild(this.$C(doc, "menuitem", {
                        disabled: true,
                        label    : "履歴がありません"
                    }));*/
                    event.preventDefault();
                }
            },
    
            createFaviconMenuitem(doc, label, icon, value, command) {
                const attr = {
                    class:    "menuitem-iconic bookmark-item menuitem-with-favicon",
                    label:    label,
                    value:    value
                };
                if (icon) {
                    if (/^https?:/.test(icon))
                        icon = "moz-anno:favicon:" + icon;
                    attr.image = icon;
                }
                const m = this.$C(doc, "menuitem", attr);
                m.addEventListener("command", command, false);
                return m;
            },
    
            undoTab(event) {
                undoCloseTab(event.originalTarget.getAttribute("value"));
            },
            undoWindow(event) {
                undoCloseWindow(event.originalTarget.getAttribute("value"));
            },
            removeChilds(element) {
                const range = document.createRange();
                range.selectNodeContents(element);
                range.deleteContents();
            },
    
            onClick(event) {
                if (event.button === 1) {
                    switch (event.originalTarget.localName) {
                    case "box":    // -Fx65
                    case "scrollbox":    // Fx66-
                    case "toolbarbutton":
                        event.preventDefault();
                        event.stopPropagation();
                        undoCloseTab();
                        break;
                    }
                }
            },
    
            $C(doc, tag, attrs) {
                const e = tag instanceof Node? tag: doc.createElementNS(XULNS, tag);
                if (attrs) {
                    Object.entries(attrs).forEach(([key, value]) => e.setAttribute(key, value));
                }
                return e;
            },
        };
    
        function run() {
            if (useTabbarMiddleClick) {
                gBrowser.tabContainer.addEventListener("click", ucjsUndoCloseTabButtonService.onClick, true);
            }
    
            const buttonId = "ucjs-undo-close-tab-button";
    
            if (document.getElementById(buttonId)) {
                return;
            }
    
            try {
                Cu.import("resource:///modules/CustomizableUI.jsm");
                CustomizableUI.createWidget({
                    id            : buttonId,
                    defaultArea    : CustomizableUI.AREA_TABSTRIP,
                    type        : "custom",
                    onBuild        : doc => {
                        const btn = ucjsUndoCloseTabButtonService.$C(doc, "toolbarbutton", {
                            id                : buttonId,
                            class            : "toolbarbutton-1 chromeclass-toolbar-additional",
                            type            : "menu",
                            anchor            : "dropmarker",
                        label:            "Geschlossene Tabs",
                        tooltiptext:    "Geschlossene Tabs wieder herstellen",
                            image            : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADRklEQVRYhcWV32tbZRjHc7ELL3bRP8ELL7zohTeCl70IijhEkJcWdmcdSFDBoWydlIZSsE7tLFLowLqs1YKpdCXM1bhhxM11SsuMZml2znkW94vRJOc9OusuZpKPF6fnNMlJNtvE7IXv3fu+38/7/HpDoTZXCvaI5nC79+xq5R16xOGsaPJdN7c0vZbGEg1dBxDNPtFsbpl3F0AcRkSDZVOdSHYR4EqBveKwIBpyRSoH5yE87gPcMYv0ebI0vXmHno6Z5x0et2wyouHHa7B/2jWvAWilm+JwzNL07tpcSoQtm5JoSKThxYlt8/A4fH4pqETaBfVBbMriMJKCPTsyt0q8LpqyaJj6Dp49Wm/+MKlP4MNvIFegIhpMm5+ulnjyocb5PI+JwwnRsF6geuSrnRk3qn8KljN+RDYNh6ce/PICT4hm3ct5/1R7AJ68rrmmuRxIB9AD9Hmy/2bw+h8kRcMPFveH2oxCeByeOwpzl3yIsUaAPhpWFbDvuQcsG0YTwUuHF4Ma/BSe/6B1XVzZoCKasmnzTAAgFosRjUbrNPflEkbxH0TD7MX6YmzVgtkNGGsCHB53H7IVhbkAQDQaRSkV0FtvH+aX3x1EQzILL09uA2RubXJ8Nu5r6dwKZrGCaHj/TBDghY8gVwTR/PWfAZRSvDJ4gO/XDETD6k031KJh1SwE9h56N4pZrJArbsPWKpl1z+4IQClF/8AA8a9TW2GutgRQSjG/9C2iwRvbjQNsVwCeJqZm/DC3Ajg+G0e0W5gdB1BKMTQ8ym837rYESF78FdFw4LMgQHytAwBKKV6LvMHy+cuBNM3Mn0I0/Hy9eUuetzoE4BlOTsdYNQusmgU/NdmNKpGTzWeBaBAHsyMAtfn2Xh1faz3CZy74AMc6BjA5HUM0vHf6weN4aAHWC5SvFklLiae7CrB/Gs7lwLKpmDavNv0L2k1Bs5bz8p5Iu6G/8SfLtcYjWzrxfwEML0LmjluYt+9CucIXnm+o8QfsBMBLH7vhHktsj1yzVGFxOUW1wS8EEIlEdmXaqgsatZK9xZsH36nbH4lEOgtQOwcupPOcXclwcuE0Q8Oj9A8MBPbXARiGQSaT6aoMw/ABUo9SoUe9/gWm1ZHCwkU2TQAAAABJRU5ErkJggg==",
                            onclick            : "ucjsUndoCloseTabButtonService.onClick(event);",
                            oncontextmenu    : "event.preventDefault();",
                        });
                        const menu = ucjsUndoCloseTabButtonService.$C(doc, "menupopup", {
                            tooltip                : "bhTooltip",
                            popupsinherittooltip: "true",
                            oncontextmenu        : "event.preventDefault();",
                            onpopupshowing        : "ucjsUndoCloseTabButtonService.prepareMenu(event);",
                        });
                        btn.appendChild(menu);
                        return btn;
                    },
                });
            } catch (e) {}
        }
    
        if (gBrowserInit.delayedStartupFinished) {
            run();
        } else {
            const OBS_TOPIC = "browser-delayed-startup-finished";
            const delayedStartupFinished = (subject, topic) => {
                if (topic === OBS_TOPIC && subject === window) {
                    Services.obs.removeObserver(delayedStartupFinished, topic);
                    run();
                }
            };
            Services.obs.addObserver(delayedStartupFinished, OBS_TOPIC);
        }
    })();
    Alles anzeigen

    Es fügt in die Navbar eine Schaltfläche ein, über die sich die Liste mit den zuletzt geschlossenen Tabs in einem Popup Fenster öffnen lässt. Schaltfläche ist da aber es tut sich nichts bei klick. Keine Ahnung was da angepasst werden muss.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 20. November 2021 um 18:46

    Gerne. :)

    Mfg.
    Endor

  • userChrome.js Scripte für den Fuchs (Diskussion)

    • Endor
    • 20. November 2021 um 18:36

    Sehe ich auch so. :)

    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