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

  • Wetterfuchsbutton Script für userChrome.js

    • Endor
    • 10. Februar 2022 um 12:57

    Mittlerweile ist hier auch Firefox 97 installiert.

    Das Scrollen in den Fenstern vom Wetterfuchs geht aber

    nicht mehr. In Firefox 96.0.3 ging es noch.

    Muss wohl im Script was geändert werden.

    Hoffe aborix kann sich das mal anschauen.

    CSS Code hatte ich zum testen natürlich deaktiviert.

    Mfg.
    Endor

  • Wetterfuchsbutton Script für userChrome.js

    • Endor
    • 10. Februar 2022 um 09:21

    Danke. Ist hier auch in 98 Beta so.

    Hat es jemand in Firefox 97 schon getestet? Könnte gestern nur schnell Beta und Nightly noch aktualisieren. 96.0.3 muss warten bis Wochenende.

    Mfg.

    Endor

  • Wetterfuchsbutton Script für userChrome.js

    • Endor
    • 9. Februar 2022 um 20:12

    Ok freut mich wenn es nun passt.

    Andere Frage, kannst Du im Nightly 99, in den Wetterfuchsfenstern bei Wetterkontor

    rauf und runter scrollen? Bei UV-Index und Pollenbelastung zbs.

    Mfg.
    Endor

  • Wetterfuchsbutton Script für userChrome.js

    • Endor
    • 9. Februar 2022 um 19:40

    Boersenfeger

    Danke für das Gegen testen.

    Hier eben auch keinerlei Probleme.

    milupo

    Schau bitte mal in den CSS Code bei Wetterkontor.

    Da sind zwei Absätze immer an Anfang.

    Vergleiche Deine mit diesen hier:

    CSS
        .cc-window.cc-banner.cc-type-info.cc-theme-block.cc-top.cc-color-override-530831885,
        #page_margins > DIV > DIV > DIV:first-child > DIV:first-child > DIV,
        #page_margins > DIV > DIV > DIV:last-child, #sp_message_container_421683,
        #page_margins > DIV > DIV > DIV:first-child > DIV:last-child, div.uk-panel:nth-child(14),
        #header, H2, HR, P,  #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(3) > DIV:first-child > UL > LI:last-child, .uk-breadcrumb, .uk-width-large-2-5.uk-width-medium-1-3, .uk-panel.uk-panel-box.uk-margin, .uk-grid.uk-grid-small.uk-grid-divider, #wkFooter2, #shr-admin-badge, .cc_banner.cc_container.cc_container--open, #shr-admin-badge  {display: none !important;}
        
        #content > DIV > DIV:first-child > UL:nth-child(3),
        #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(3) > DIV:first-child > UL > LI:first-child > A, 
        #content > DIV > DIV:first-child > ARTICLE > H2:nth-child(8), 
        #content > DIV > DIV:first-child > ARTICLE > H2:nth-child(10),
        #content > DIV > DIV:first-child > ARTICLE > DIV:last-child,
        #content > DIV > DIV:first-child > UL:nth-child(8) > LI > A,
        #content > DIV > DIV:first-child > DIV:nth-child(8) > A,
        .uk-panel,
        .uk-width-small-1-2.uk-width-medium-1-2,
        .uk-panel.uk-panel-box{display: none !important;}
    Alles anzeigen

    Sieht das bei Dir auch so aus?

    Mfg.
    Endor

  • Wetterfuchsbutton Script für userChrome.js

    • Endor
    • 8. Februar 2022 um 14:45

    Hallo milupo.

    Bei allen Seiten von Wetterkontor oder nur bei einer.

    Im Kontextmenü des Wetterfuchs sind da beim ersten Menüpunkt alle
    Untermenüs betroffen? Hier wird nichts angezeigt.

    Mfg.
    Endor

  • Meldungen über Spam im Forum

    • Endor
    • 3. Februar 2022 um 21:13

    Könnte ein Spammer sein:

    Zelenii

    Schreibt auf Russisch.

    Bis jetzt 3 Beiträge

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 12. Januar 2022 um 21:21

    Hallo Dharkness

    Ja haben wir :

    CSS
        @-moz-document url-prefix(about:sessionrestore){
        
        html{background: #ffffff  !important;}
        
        .container:before {content: "Endors Sitzungswiederherstellung:";
        margin-left: 295px !important;
        font-size: 20px!important;
        font-weight: bold!important;
        color: red!important; }    
            
        h1{
        margin-top: 50px !important; 
        color: #cc0000 !important; 
        font-size: 22px !important; 
        font-weight: bold !important;
        min-height: 50px !important;}
            
        body{ 
        margin-left: auto !important;
        margin-right: auto !important;
        justify-content: center!important;
        align-items: center!important;
        max-width: 1100px !important;
        min-height: 600px !important;
        max-height: 700px !important; 
        background-color: #fffff0 !important;
        margin-top: 40px !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;}
            
        #errorTryAgain {
        -moz-appearance: none !important;
        background: #0060df url("..//icons/application_go.png") no-repeat !important;
        background-position:18px 10px!important;
        min-width: 235px!important;
        height: 40px!important;
        padding-left: 50px!important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;      
        border-width:2px !important;
        border-style: outset !important;
        border-radius:30px!important;
        opacity: 1!important;}
        
        #errorTryAgain:hover{
        background: #003eaa url("..//icons/application_go.png") no-repeat !important;
        background-position:18px 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;}
        
        #errorCancel{
        -moz-appearance: none !important;
        color: white !important;
        background: #0060df url("..//icons/application_go.png") no-repeat !important;
        background-position:18px 10px!important;
        min-width: 229px!important;
        height: 40px!important;
        padding-left: 40px!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;
        opacity: 1!important;}
        
        #errorCancel:hover{
        background: #003eaa url("..//icons/application_go.png") no-repeat !important;
        background-position:18px 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;}
        
        #tabsToggle {
        background: #efefef url("..//icons/Bild1.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-top: 3px !important;
        padding-bottom: 4px !important;
        padding-right:30px !important;
        padding-left:40px !important;
        border-color: #A6A4A4 !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:1px !important;
        background-position:14px 7px!important;
        border-radius:16px!important; }
        
        #tabsToggle:hover{
        background: #CFE6F1 url("..//icons/Bild1.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:14px 7px!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:1px !important;}    
        
        #tabsToggle::after {
        display: none !important;}
        
        #tabList {border-radius:22px!important;}
        
        #restore {
        border-top-left-radius: 22px!important; 
        padding-left: 15px !important;
        background-color: #ee7621 !important;
        color: white !important;}
    
        #title{
        border-top-right-radius: 22px!important;
        background-color: #ee7621 !important;
        color: white !important;}
        
        #restore:hover,
        #title:hover {
        background-color: #b54f06 !important;}
        }
    Alles anzeigen


    Symbole:  

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 7. Januar 2022 um 22:00

    Hallo FuchsFan

    Ändere diese Zeile ( Zeile 45 in meinem obigen CSS Code ) so:

    .logins-list{margin-top: 30px !important; border-top: none !important;}

    Dann funktioniert es hier wieder.

    Mfg.
    Endor

  • In memoriam

    • Endor
    • 7. Januar 2022 um 17:38

    Hollywood-Legende Sidney Poitier gestorben

    Schauspiel-Legende Sidney Poitier im Alter von 94 Jahren gestorben
    Er spielte in Hollywood-Klassikern wie "Flucht in Ketten" und "In der Hitze der Nacht" - und er erhielt als erster schwarzer Schauspieler einen Oscar als…
    www.tagesschau.de

    R.I.P.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 7. Januar 2022 um 17:19

    Boersenfeger

    Magst Du bitte nochmal testen.

    Ich habe 2002Andreas Änderungen übernommen und ein zwei Anpassungen

    gemacht. Vielen Dank an dieser Stelle an 2002Andreas. :thumbup:

    CSS
        @namespace url(http://www.w3.org/1999/xhtml);
        @-moz-document url-prefix(about:loginsimportreport) {
    
        body{
        margin-left: 170px !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;}
        
        #report-body{
        background: #fffff0 !important; 
        margin-right: 400px !important; 
        min-width: 650px !important;}
        
        /* Nullen auf gleiche Höhe bringen */    
        .new-logins {margin-top: 210px !important; margin-left: -25px !important;}
        
        .exiting-logins {margin-top: 210px !important; margin-left: 30px !important;}
        
        .duplicate-logins {margin-top: 211px !important;}
        
        .errors-logins {margin-top: 212px !important; margin-left: 30px !important;}
        
        .logins-list{border-top: none !important;}
        
        .summary > div:nth-child(2){
        margin-top: 10px !important;
        color: #0059b3 !important; 
        font-weight: bold  !important;
        font-size: 17px !important;
        line-height: 6 !important;}
        
        /* Farbe Überschrift ändern */
        .summary > h2:nth-child(1){
        color: crimson !important; 
        margin-top: 80px !important;
        font-weight: bold  !important;
        font-size: 24px !important;}
    
        /* Farbe Nummern ändern */
        .new-logins > div:nth-child(1),
        .exiting-logins > div:nth-child(1),
        .duplicate-logins > div:nth-child(1),
        .errors-logins > div:nth-child(1){color: #0059b3 !important;}
    
        /* Schaltfläche anpassen */
        .about-logins-import-report-learn-more{
        appearance:none !important;
        text-decoration: none !important;
        background: #F0F0F0 url("..//icons/Bild34.png")no-repeat !important;
        padding-left:40px!important;
        padding-top:  2px!important; 
        padding-right: 40px !important; 
        padding-bottom: 4px!important; 
        background-position:14px 4px!important;
        font-size: 14px !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:16px!important;
        color:black !important;}
    
        .about-logins-import-report-learn-more:hover{
        background: #B2EDFA url("..//icons/Bild34.png")no-repeat !important;
        appearance:none !important;
        text-decoration: none !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 4px!important;
        padding-left:40px!important;
        padding-top:  2px!important; 
        padding-right: 40px !important; 
        padding-bottom: 4px!important; }
        }
    Alles anzeigen

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 7. Januar 2022 um 17:09

    Boersenfeger

    Da ist nicht der neue Code aktiv.

    Siehe Bild von 2002Andreas.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 7. Januar 2022 um 16:42

    Bitte testen:

    CSS
        @namespace url(http://www.w3.org/1999/xhtml);
        @-moz-document url-prefix(about:loginsimportreport) {
    
        body{
        margin-left: 170px !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;}
        
        #report-body{
        background: #fffff0 !important; 
        margin-right: 400px !important; 
        min-width: 650px !important;}
        
        /* Nullen auf gleiche Höhe bringen */    
        .new-logins {margin-top: 210px !important; margin-left: -25px !important;}
        
        .exiting-logins {margin-top: 210px !important;}
        
        .duplicate-logins {margin-top: 210px !important;}
        
        .errors-logins {margin-top: 210px !important;}
        
        .logins-list{border-top: none !important;}
        
        .summary > div:nth-child(2){
        margin-top: 10px !important;
        color: #0059b3 !important; 
        font-weight: bold  !important;
        font-size: 16px !important;
        line-height: 6 !important;}
        
        /* Farbe Überschrift ändern */
        .summary > h2:nth-child(1){color: crimson !important; margin-top: 80px !important;}
    
        /* Farbe Nummern ändern */
        .new-logins > div:nth-child(1),
        .exiting-logins > div:nth-child(1),
        .duplicate-logins > div:nth-child(1),
        .errors-logins > div:nth-child(1){color: #0059b3 !important;}
    
        /* Schaltfläche anpassen */
        .about-logins-import-report-learn-more{
        appearance:none !important;
        text-decoration: none !important;
        background: #F0F0F0 url("..//icons/Bild34.png")no-repeat !important;
        padding-left:40px!important;
        padding-top:  2px!important; 
        padding-right: 40px !important; 
        padding-bottom: 4px!important; 
        background-position:14px 4px!important;
        font-size: 14px !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:16px!important;
        color:black !important;}
    
        .about-logins-import-report-learn-more:hover{
        background: #B2EDFA url("..//icons/Bild34.png")no-repeat !important;
        appearance:none !important;
        text-decoration: none !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 4px!important;
        padding-left:40px!important;
        padding-top:  2px!important; 
        padding-right: 40px !important; 
        padding-bottom: 4px!important; }
        }
    Alles anzeigen

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 7. Januar 2022 um 16:00

    Es liegt an Zeile 64

    margin-top: 60px !important;

    wenn man die entfernt dann passt der hover wieder.

    Nur wie schiebe ich dann die Schaltfläche weiter runter?

    Mal sehen.

    Edit:


    So sollte es nun passen:

    CSS
        @namespace url(http://www.w3.org/1999/xhtml);
        @-moz-document url-prefix(about:loginsimportreport) {
    
        body{
        margin-left: 170px !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;}
        
        #report-body{
        background: #fffff0 !important; 
        margin-right: 400px !important; 
        min-width: 650px !important;}
        
        /* Nullen auf gleiche Höhe bringen */    
        .new-logins {margin-top: 210px !important; margin-left: -25px !important;}
        
        .exiting-logins {margin-top: 210px !important;}
        
        .duplicate-logins {margin-top: 209px !important;}
        
        .errors-logins {margin-top: 209px !important;}
        
        .logins-list{border-top: none !important;}
        
        .summary > div:nth-child(2){
        margin-top: 10px !important;
        color: #0059b3 !important; 
        font-weight: bold  !important;
        font-size: 16px !important;
        line-height: 6 !important;}
        
        /* Farbe Überschrift ändern */
        .summary > h2:nth-child(1){color: crimson !important; margin-top: 80px !important;}
    
        /* Farbe Nummern ändern */
        .new-logins > div:nth-child(1),
        .exiting-logins > div:nth-child(1),
        .duplicate-logins > div:nth-child(1),
        .errors-logins > div:nth-child(1){color: #0059b3 !important;}
    
        /* Schaltfläche anpassen */
        .about-logins-import-report-learn-more{
        appearance:none !important;
        text-decoration: none !important;
        max-width: 170px !important;
        background: #F0F0F0 url("..//icons/Bild34.png")no-repeat !important;
        padding-left:40px!important;
        padding-top:  2px!important; 
        padding-right: 20px !important; 
        padding-bottom: 4px!important; 
        background-position:14px 4px!important;
        font-size: 14px !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:16px!important;
        color:black !important;}
    
        .about-logins-import-report-learn-more:hover{
        background: #B2EDFA url("..//icons/Bild34.png")no-repeat !important;
        appearance:none !important;
        text-decoration: none !important;
        max-width: 170px !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 4px!important;}
        }
    Alles anzeigen

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 7. Januar 2022 um 14:17

    Hallo zusammen.

    Für about:loginsimportreport

    hätte ich auch was gemacht:

    CSS
        @namespace url(http://www.w3.org/1999/xhtml);
        @-moz-document url-prefix(about:loginsimportreport) {
    
        body{
        margin-left: 170px !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;}
        
        #report-body{
        background: #fffff0 !important; 
        margin-right: 400px !important; 
        min-width: 650px !important;}
        
        /* Nullen auf gleiche Höhe bringen */    
        .new-logins {margin-top: 210px !important; margin-left: -25px !important;}
        
        .exiting-logins {margin-top: 210px !important;}
        
        .duplicate-logins {margin-top: 209px !important;}
        
        .errors-logins {margin-top: 209px !important;}
        
        .logins-list{border-top: none !important;}
        
        .summary > div:nth-child(2){
        margin-top: 50px !important;
        color: #0059b3 !important; 
        font-weight: bold  !important;
        font-size: 16px !important;}
        
        /* Farbe Überschrift ändern */
        .summary > h2:nth-child(1){color: crimson !important; margin-top: 80px !important;}
    
        /* Farbe Nummern ändern */
        .new-logins > div:nth-child(1),
        .exiting-logins > div:nth-child(1),
        .duplicate-logins > div:nth-child(1),
        .errors-logins > div:nth-child(1){color: #0059b3 !important;}
    
        /* Schaltfläche anpassen */
        .about-logins-import-report-learn-more{
        margin-top: 60px !important;
        appearance:none !important;
        text-decoration: none !important;
        max-width: 170px !important;
        background: #F0F0F0 url("..//icons/Bild34.png")no-repeat !important;
        padding-left:40px!important;
        padding-top:  2px!important; 
        padding-right: 20px !important; 
        padding-bottom: 4px!important; 
        background-position:14px 4px!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:16px!important;
        color:black !important; }
    
        .about-logins-import-report-learn-more:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild34.png")no-repeat !important;
        padding-left:40px!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 4px!important;}
        }
    Alles anzeigen

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 6. Januar 2022 um 19:57
    Zitat von 2002Andreas

    Zeile 282 bitte den Wert anpassen wie in Zeile 270.

    Ist geändert. :)

    Danke.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 6. Januar 2022 um 19:27

    Hallo zusammen.

    Freut mich wenn es gefällt.

    edvoldi

    Vielen Dank. Habe ich jetzt auch so gemacht.


    So bitte nochmal testen:

    CSS
        @namespace url(http://www.w3.org/1999/xhtml);
        @-moz-document url-prefix(about:logins) {
            
        .container > ol:nth-child(1){scrollbar-width: none !important;}
    
        .column:before {
        content: "Design by Endor";
        margin-left: 150px!important;
        margin-top: -10px!important;
        font-size: 25px!important;
        font-weight: bold!important;
        color: red!important;}        
                 
        body > header:nth-child(1){
        margin-left: -35px !important; 
        margin-top: 1px !important; 
        border-bottom: none !important;
        border-top-right-radius:28px !important; 
        border-top-left-radius:28px !important;}
        
        body > login-item:nth-child(3){border-right-width: 1px !important;}
        
        body > login-list{
        width: auto !important; 
        margin-top: 70px !important;
        border-right: none !important; 
        border-bottom: none !important;
        scrollbar-width: none !important;}
        
        .count{
        color: #0f6acc !important; 
        font-size: 15px !important; 
        font-weight: bold !important;}
        
        body > login-list:nth-child(2){ border-bottom: none !important;}
        
        li[class="login-list-item"],
        li[class="login-list-item selected"]{padding-left: 25px !important;}
        
        div.detail-row:nth-child(2) > div:nth-child(1) > label:nth-child(1) > input:nth-child(2),
        .password-display {width: 240px !important;}
        
        .meta{padding-left: 35px !important; border-right: none !important; border-bottom: none !important;}
        
        .create-login-button-container {  box-shadow: none !important; border-top: none !important;}
        
        .container > ol:nth-child(1){border-bottom: none !important; box-shadow: none !important;}
        
        .header, li {border-bottom: none !important; box-shadow: none !important;}
        
        header {
        background:#fbe8d2 !important; 
        margin-left: -320px !important;
        margin-top: 5px !important; 
        border-top-left-radius: 28px  !important;
        border-top-right-radius: 28px  !important;}
        
        .empty-search-message{
        background:#fffff0 !important;
        border-bottom: none !important; 
        box-shadow: none !important;}
        
        html{background:#ffffff!important;}
        
        body > h1:nth-child(2){margin-top: 10px !important;}
        
        body{margin-left: 175px !important; max-width: 1150px !important;}
            
        .filter,
        login-filter{appearance: none !important; border-radius:24px !important;}
        
        .menu-button{fill: #e69500 !important;}
        
        .fxaccounts-extra-text{
        color: #0066cc !important; 
        font-weight: bold !important; 
        padding-right: 15px !important; }
        
        .time-created,
        .create-login-button-container,
        body > login-list:nth-child(2), li, .header, header,
        .meta{box-shadow: none !important;}
        
        .container > ol:nth-child(1),
        .meta, .create-login-button-container,
        body > login-item:nth-child(3),
        .container {background-color: #FFFFF0 !important;}
        
        .meta:hover, .create-login-button-container:hover
        {background: #ffe680 !important; }
        
        .login-list-item.selected{background: #fff0b3 !important; border-left: 2px!important;}
        .login-list-item.selected:hover{background: #ffdb4d !important; }
        
        .login-list-item {background-color: #FFFFF0 !important;}
        .login-list-item:hover {background-color: #ffe680 !important;}
        
        .header{margin-top: 20px!important;}
        .login-item-title{color: #0066cc !important;}
        
        .favicon-wrapper,
        .login-item-favicon-wrapper{fill: #e69500 !important;}
        
         #login-sort{
        background: #F0F0F0 url("..//icons/Bild86.png")no-repeat !important;
        padding-left:30px !important;
        padding-right: 5px !important;
        padding-top:  2px!important; 
        padding-bottom: 4px!important; 
        background-position:10px 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;
        color:black !important;
        margin-left: -15px !important;
        max-width: 180px  !important;}
        
        #login-sort:hover{
        background: #B2EDFA url("..//icons/Bild86.png")no-repeat !important;
        padding-left:30px!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:10px 6px!important;}
    
        .copy-username-button{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild73.png")no-repeat !important;
        padding-left:20px!important;
        padding-top:  2px!important; 
        padding-bottom: 4px!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:16px!important;
        color:black !important; }
    
        .copy-username-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild73.png")no-repeat !important;
        padding-left:20px!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-username-button{margin-left: 50px !important;}
    
    
        .copy-username-button,
        .copy-password-button {min-width: 130px !important;}
    
        .copy-password-button{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild74.png")no-repeat !important;
        padding-left:20px!important;
        padding-top:  2px!important; 
        padding-bottom: 4px!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:16px!important;
        color:black !important;}
    
        .copy-password-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild74.png")no-repeat !important;
        padding-left:20px!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;}        
    
        
        .origin-input{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild75.png")no-repeat !important;
        padding-left:35px !important;
        padding-top:  2px !important; 
        padding-bottom: 4px !important; 
        padding-right: 35px !important; 
        min-width: 350px !important; 
        background-position:10px 5px!important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!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:16px!important;}
    
        .origin-input:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild75.png")no-repeat !important;
        background-position:10px 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;}    
        
        .fxaccounts-enable-button{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild83.png")no-repeat !important;
        padding-left:35px!important;
        padding-top:  2px!important; 
        padding-bottom: 4px!important; 
        background-position:10px 6px!important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!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-style: outset !important;
        border-width:2px !important;
        border-radius:16px!important;}
    
        .fxaccounts-enable-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild83.png")no-repeat !important;
        background-position:10px 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;}    
    
        .create-login-button{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild84.png")no-repeat !important;
        width: 235px !important;
        padding-left:35px!important;
        padding-top:  2px!important; 
        padding-bottom: 4px!important; 
        background-position:10px 5px!important;
        color:black!important;
        font-size:13px!important;
        text-decoration:none!important;
        padding-right:35px!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:16px!important;}
    
        .create-login-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild84.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:10px 5px!important;}    
    
        
        .edit-button{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild67.png")no-repeat !important;
        padding-left:40px!important;
        padding-right: 20px !important;
        padding-top:  2px!important; 
        padding-bottom: 4px!important; 
        background-position:10px 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:16px !important;
        color:black !important; }
    
        .edit-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild67.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:10px 5px!important;}
        
        .delete-button{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild8.gif")no-repeat !important;
        padding-left:40px!important;
        padding-right:20px!important;
        padding-top:  2px!important; 
        padding-bottom: 4px!important; 
        background-position:10px 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:16px !important;
        color:black !important; }
        
        .delete-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild8.gif")no-repeat !important;
        background-position:10px 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;}
        
        .save-changes-button{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild87.png")no-repeat !important;
        padding-left:40px!important;
        padding-right:20px!important;
        padding-top:  2px!important; 
        padding-bottom: 4px!important; 
        background-position:10px 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:16px !important;
        color:black !important; }
        
        .save-changes-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild87.png")no-repeat !important;
        background-position:10px 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;}    
        
        .cancel-button{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild88.png")no-repeat !important;
        padding-left:40px!important;
        padding-right:20px!important;
        padding-top:  2px!important; 
        padding-bottom: 4px!important; 
        background-position:10px 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:16px !important;
        color:black !important; }
        
        .cancel-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild88.png")no-repeat !important;
        background-position:10px 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;}        
        
        .reveal-password-checkbox{fill: #0066cc !important;}
        
        .menu{border-radius: 20px !important;}
    
        .menuitem-import-browser{
        width: 100% !important;
        height: 24px !important;
        fill:  green !important;
        color: black!important;}
        
        .menuitem-export {
        width: 100% !important;
        height: 24px !important;
        fill:  orange !important;
        color: black !important;}
        
        .menuitem-import{
        width: 100% !important;
        height: 24px !important;
        fill:  #cc3300!important;
        color: black !important;}
        
        .menuitem-import-file{
        width: 100% !important;
        height: 24px !important;
        fill:  blue !important;
        color: black !important;}
        
        .menuitem-remove-all-logins{
        width: 100% !important;
        height: 24px !important;
        fill:  #cc3300!important;
        color: black !important;
        margin-left: -1px !important;}
        
        .menuitem-help {
        width: 100% !important;
        height: 24px !important;
        fill: blue!important;
        color: black !important;}
        
        .menuitem-preferences {
        width: 100% !important;
        height: 24px !important;
        fill: red!important;
        color: black !important;}    
        
        .menuitem-mobile[data-l10n-id="menu-menuitem-android-app"] {
        width: 100% !important;
        height: 24px !important;
        fill: #33cc33!important;
        color: black!important;}
    
        .menuitem-mobile[data-l10n-id="menu-menuitem-iphone-app"] {
        width: 100% !important;
        height: 24px !important;
        fill: #9900ff!important;
        color: black!important;}    
        }
    Alles anzeigen

    Hoffe nun passt es.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 6. Januar 2022 um 16:04

    Bin zur Zeit nur immer kurz vor dem PC.
    Die Scrollbar habe ich wie 2002Andreas schon geschrieben hat ausgeblendet.
    Sieht bei mir auch ähnlich wie bei 2002Andreas aus.
    Nur unten die Schaltfläche ist hier nicht zweizeilig.

    Mal sehen.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 6. Januar 2022 um 14:31

    Hallo 2002Andreas

    Vielen Dank für den Hinweis. :thumbup:

    Ja das aus Zeile 6 wird hier auch nicht angezeigt.

    Muss ich gleich noch ändern. Des weiteren hatte ich zwei
    Anpassungen vergessen wieder zu entfernen. =O
    Demnächst kommt eine neue Version.

    Mfg.
    Endor


    So bitte nochmal testen:

    CSS
        @namespace url(http://www.w3.org/1999/xhtml);
        @-moz-document url-prefix(about:logins) {
            
        .container > ol:nth-child(1){scrollbar-width: none !important;}
    
        .column:before {
        content: "Design by Endor";
        margin-left: 150px!important;
        margin-top: -10px!important;
        font-size: 25px!important;
        font-weight: bold!important;
        color: red!important;}        
                 
        body > header:nth-child(1){
        margin-left: -35px !important; 
        margin-top: 1px !important; 
        border-bottom: none !important;
        border-top-right-radius:28px !important; 
        border-top-left-radius:28px !important;}
        
        body > login-item:nth-child(3){border-right-width: 1px !important;}
        
        body > login-list{
        width: auto !important; 
        margin-top: 70px !important;
        border-right: none !important; 
        border-bottom: none !important;
        scrollbar-width: none !important;}
        
        .count{
        color: #0f6acc !important; 
        font-size: 15px !important; 
        font-weight: bold !important;}
        
        body > login-list:nth-child(2){ border-bottom: none !important;}
        
        li[class="login-list-item"],
        li[class="login-list-item selected"]{padding-left: 25px !important;}
        
        div.detail-row:nth-child(2) > div:nth-child(1) > label:nth-child(1) > input:nth-child(2),
        .password-display {width: 240px !important;}
        
        .meta{padding-left: 35px !important; border-right: none !important; border-bottom: none !important;}
        
        .create-login-button-container {padding-left: 10px !important; padding-right: 70px !important; 
        margin-bottom: 1px !important; box-shadow: none !important; border-top: none !important;}
        
        .container > ol:nth-child(1){border-bottom: none !important; box-shadow: none !important;}
        
        .header, li {border-bottom: none !important; box-shadow: none !important;}
        
        header {
        background:#fbe8d2 !important; 
        margin-left: -320px !important;
        margin-top: 5px !important; 
        border-top-left-radius: 28px  !important;
        border-top-right-radius: 28px  !important;}
        
        .empty-search-message{
        background:#fffff0 !important;
        border-bottom: none !important; 
        box-shadow: none !important;}
        
        html{background:#ffffff!important;}
        
        body > h1:nth-child(2){margin-top: 10px !important;}
        
        body{margin-left: 175px !important; max-width: 1150px !important;}
            
        .filter,
        login-filter{appearance: none !important; border-radius:24px !important;}
        
        .menu-button{fill: #e69500 !important;}
        
        .fxaccounts-extra-text{color: #0066cc !important; font-weight: bold !important;}
        
        .time-created,
        .create-login-button-container,
        body > login-list:nth-child(2), li, .header, header,
        .meta{box-shadow: none !important;}
        
        .container > ol:nth-child(1),
        .meta, .create-login-button-container,
        body > login-item:nth-child(3),
        .container {background-color: #FFFFF0 !important;}
        
        .meta:hover, .create-login-button-container:hover
        {background: #ffe680 !important; }
        
        .login-list-item.selected{background: #fff0b3 !important; border-left: 2px!important;}
        .login-list-item.selected:hover{background: #ffdb4d !important; }
        
        .login-list-item {background-color: #FFFFF0 !important;}
        .login-list-item:hover {background-color: #ffe680 !important;}
        
        .header{margin-top: 20px!important;}
        .login-item-title{color: #0066cc !important;}
        
        .favicon-wrapper,
        .login-item-favicon-wrapper{fill: #e69500 !important;}
        
         #login-sort{
        background: #F0F0F0 url("..//icons/Bild86.png")no-repeat !important;
        padding-left:30px !important;
        padding-right: 5px !important;
        padding-top:  2px!important; 
        padding-bottom: 4px!important; 
        background-position:10px 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;
        color:black !important;
        margin-left: -15px !important;
        max-width: 180px  !important;}
        
        #login-sort:hover{
        background: #B2EDFA url("..//icons/Bild86.png")no-repeat !important;
        padding-left:30px!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:10px 6px!important;}
    
        .copy-username-button{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild73.png")no-repeat !important;
        padding-left:20px!important;
        padding-top:  2px!important; 
        padding-bottom: 4px!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:16px!important;
        color:black !important; }
    
        .copy-username-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild73.png")no-repeat !important;
        padding-left:20px!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-username-button{margin-left: 50px !important;}
    
    
        .copy-username-button,
        .copy-password-button {min-width: 130px !important;}
    
        .copy-password-button{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild74.png")no-repeat !important;
        padding-left:20px!important;
        padding-top:  2px!important; 
        padding-bottom: 4px!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:16px!important;
        color:black !important;}
    
        .copy-password-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild74.png")no-repeat !important;
        padding-left:20px!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;}        
    
        
        .origin-input{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild75.png")no-repeat !important;
        padding-left:35px !important;
        padding-top:  2px !important; 
        padding-bottom: 4px !important; 
        padding-right: 35px !important; 
        min-width: 350px !important; 
        background-position:10px 5px!important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!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:16px!important;}
    
        .origin-input:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild75.png")no-repeat !important;
        background-position:10px 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;}    
        
        .fxaccounts-enable-button{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild83.png")no-repeat !important;
        padding-left:35px!important;
        padding-top:  2px!important; 
        padding-bottom: 4px!important; 
        background-position:10px 6px!important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!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-style: outset !important;
        border-width:2px !important;
        border-radius:16px!important;}
    
        .fxaccounts-enable-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild83.png")no-repeat !important;
        background-position:10px 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;}    
    
        .create-login-button{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild84.png")no-repeat !important;
        width: 235px !important;
        padding-left:32px!important;
        padding-top:  2px!important; 
        padding-bottom: 4px!important; 
        background-position:10px 5px!important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-right:35px!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:16px!important;}
    
        .create-login-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild84.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:10px 5px!important;}    
    
        
        .edit-button{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild67.png")no-repeat !important;
        padding-left:40px!important;
        padding-right: 20px !important;
        padding-top:  2px!important; 
        padding-bottom: 4px!important; 
        background-position:10px 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:16px !important;
        color:black !important; }
    
        .edit-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild67.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:10px 5px!important;}
        
        .delete-button{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild8.gif")no-repeat !important;
        padding-left:40px!important;
        padding-right:20px!important;
        padding-top:  2px!important; 
        padding-bottom: 4px!important; 
        background-position:10px 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:16px !important;
        color:black !important; }
        
        .delete-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild8.gif")no-repeat !important;
        background-position:10px 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;}
        
        .save-changes-button{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild87.png")no-repeat !important;
        padding-left:40px!important;
        padding-right:20px!important;
        padding-top:  2px!important; 
        padding-bottom: 4px!important; 
        background-position:10px 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:16px !important;
        color:black !important; }
        
        .save-changes-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild87.png")no-repeat !important;
        background-position:10px 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;}    
        
        .cancel-button{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild88.png")no-repeat !important;
        padding-left:40px!important;
        padding-right:20px!important;
        padding-top:  2px!important; 
        padding-bottom: 4px!important; 
        background-position:10px 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:16px !important;
        color:black !important; }
        
        .cancel-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild88.png")no-repeat !important;
        background-position:10px 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;}        
        
        .reveal-password-checkbox{fill: #0066cc !important;}
        
        .menu{border-radius: 20px !important;}
    
        .menuitem-import-browser{
        width: 100% !important;
        height: 24px !important;
        fill:  green !important;
        color: black!important;}
        
        .menuitem-export {
        width: 100% !important;
        height: 24px !important;
        fill:  orange !important;
        color: black !important;}
        
        .menuitem-import{
        width: 100% !important;
        height: 24px !important;
        fill:  #cc3300!important;
        color: black !important;}
        
        .menuitem-import-file{
        width: 100% !important;
        height: 24px !important;
        fill:  blue !important;
        color: black !important;}
        
        .menuitem-remove-all-logins{
        width: 100% !important;
        height: 24px !important;
        fill:  #cc3300!important;
        color: black !important;
        margin-left: -1px !important;}
        
        .menuitem-help {
        width: 100% !important;
        height: 24px !important;
        fill: blue!important;
        color: black !important;}
        
        .menuitem-preferences {
        width: 100% !important;
        height: 24px !important;
        fill: red!important;
        color: black !important;}    
        
        .menuitem-mobile[data-l10n-id="menu-menuitem-android-app"] {
        width: 100% !important;
        height: 24px !important;
        fill: #33cc33!important;
        color: black!important;}
    
        .menuitem-mobile[data-l10n-id="menu-menuitem-iphone-app"] {
        width: 100% !important;
        height: 24px !important;
        fill: #9900ff!important;
        color: black!important;}    
        }
    Alles anzeigen

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 6. Januar 2022 um 13:46

    Hallo zusammen.

    Für about:logins im Nightly bitte mal testen:

    CSS
        @namespace url(http://www.w3.org/1999/xhtml);
        @-moz-document url-prefix(about:logins) {
            
        .container > ol:nth-child(1){scrollbar-width: none !important;}
    
        body > login-item:nth-child(3):before {
        content: "Design by Endor";
        margin-left: 150px!important;
        margin-top: -10px!important;
        font-size: 25px!important;
        font-weight: bold!important;
        color: red!important;}        
                 
        body > header:nth-child(1){margin-left: -35px !important; margin-top: 1px !important; border-bottom: none !important;
        border-top-right-radius:28px !important; border-top-left-radius:28px !important;}
        
        body > login-item:nth-child(3){border-right-width: 1px !important;}
        
        body > login-list{
        width: auto !important; 
        margin-top: 70px !important;
        border-right: none !important; 
        border-bottom: none !important;
        scrollbar-width: none !important;}
        
        .count{
        color: #0f6acc !important; 
        font-size: 15px !important; 
        font-weight: bold !important;}
        
        body > login-list:nth-child(2){ border-bottom: none !important;}
        
        li[class="login-list-item"],
        li[class="login-list-item selected"]{padding-left: 25px !important;}
        
        div.detail-row:nth-child(2) > div:nth-child(1) > label:nth-child(1) > input:nth-child(2),
        .password-display {width: 240px !important;}
        
        .meta{padding-left: 35px !important; border-right: none !important; border-bottom: none !important;}
        
        .create-login-button-container {padding-left: 10px !important; padding-right: 70px !important; 
        margin-bottom: 1px !important; box-shadow: none !important; border-top: none !important;}
        
        .container > ol:nth-child(1){border-bottom: none !important; box-shadow: none !important;}
        
        .header, li {border-bottom: none !important; box-shadow: none !important;}
        
        header {
        background:#fbe8d2 !important; 
        margin-left: -320px !important;
        margin-top: 5px !important; 
        border-top-left-radius: 24px  !important;
        border-top-right-radius: 24px  !important;}
        
        .empty-search-message{background:#fffff0 !important; border-bottom: none !important; box-shadow: none !important;}
        
        html{background:#ffffff!important;}
        
        body > h1:nth-child(2){margin-top: 10px !important;}
        
        body{margin-left: 175px !important; max-width: 1350px !important;}
            
        .filter,
        login-filter{appearance: none !important; border-radius:24px !important;}
        
        .menu-button{fill: #e69500 !important;}
        
        .time-created,
        .create-login-button-container,
        body > login-list:nth-child(2), li, .header, header,
        .meta{box-shadow: none !important;}
        
        .container > ol:nth-child(1),
        .meta, .create-login-button-container,
        body > login-item:nth-child(3),
        .container {background-color: #FFFFF0 !important;}
        
        .meta:hover, .create-login-button-container:hover
        {background: #ffe680 !important; }
        
        .login-list-item.selected{background: #fff0b3 !important; border-left: 2px!important;}
        .login-list-item.selected:hover{background: #ffdb4d !important; }
        
        .login-list-item {background-color: #FFFFF0 !important;}
        .login-list-item:hover {background-color: #ffe680 !important;}
        
        .header{margin-top: 20px!important;}
        .login-item-title{color: #0066cc !important;}
        
        .favicon-wrapper,
        .login-item-favicon-wrapper{fill: #e69500 !important;}
        
         #login-sort{
        background: #F0F0F0 url("..//icons/Bild86.png")no-repeat !important;
        padding-left:30px !important;
        padding-right: 5px !important;
        padding-top:  2px!important; 
        padding-bottom: 4px!important; 
        background-position:10px 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;
        color:black !important;
        margin-left: -15px !important;
        max-width: 180px  !important;}
        
        #login-sort:hover{
        background: #B2EDFA url("..//icons/Bild86.png")no-repeat !important;
        padding-left:30px!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:10px 6px!important;}
    
        .copy-username-button{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild73.png")no-repeat !important;
        padding-left:20px!important;
        padding-top:  2px!important; 
        padding-bottom: 4px!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:16px!important;
        color:black !important; }
    
        .copy-username-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild73.png")no-repeat !important;
        padding-left:20px!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-username-button{margin-left: 50px !important;}
    
    
        .copy-username-button,
        .copy-password-button {min-width: 130px !important;}
    
        .copy-password-button{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild74.png")no-repeat !important;
        padding-left:20px!important;
        padding-top:  2px!important; 
        padding-bottom: 4px!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:16px!important;
        color:black !important;}
    
        .copy-password-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild74.png")no-repeat !important;
        padding-left:20px!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;}        
    
        
        .origin-input{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild75.png")no-repeat !important;
        padding-left:35px !important;
        padding-top:  2px !important; 
        padding-bottom: 4px !important; 
        padding-right: 35px !important; 
        width: 350px !important; 
        background-position:10px 5px!important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!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:16px!important;}
    
        .origin-input:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild75.png")no-repeat !important;
        background-position:10px 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;}    
        
        .fxaccounts-enable-button{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild83.png")no-repeat !important;
        padding-left:35px!important;
        padding-top:  2px!important; 
        padding-bottom: 4px!important; 
        background-position:10px 6px!important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!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-style: outset !important;
        border-width:2px !important;
        border-radius:16px!important;}
    
        .fxaccounts-enable-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild83.png")no-repeat !important;
        background-position:10px 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;}    
    
        .create-login-button{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild84.png")no-repeat !important;
        width: 235px !important;
        padding-left:32px!important;
        padding-top:  2px!important; 
        padding-bottom: 4px!important; 
        background-position:10px 5px!important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-right:35px!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:16px!important;}
    
        .create-login-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild84.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:10px 5px!important;}    
    
        
        .edit-button{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild67.png")no-repeat !important;
        padding-left:40px!important;
        padding-right: 20px !important;
        padding-top:  2px!important; 
        padding-bottom: 4px!important; 
        background-position:10px 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:16px !important;
        color:black !important; }
    
        .edit-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild67.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:10px 5px!important;}
        
        .delete-button{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild8.gif")no-repeat !important;
        padding-left:40px!important;
        padding-right:20px!important;
        padding-top:  2px!important; 
        padding-bottom: 4px!important; 
        background-position:10px 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:16px !important;
        color:black !important; }
        
        .delete-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild8.gif")no-repeat !important;
        background-position:10px 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;}
        
        .save-changes-button{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild87.png")no-repeat !important;
        padding-left:40px!important;
        padding-right:20px!important;
        padding-top:  2px!important; 
        padding-bottom: 4px!important; 
        background-position:10px 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:16px !important;
        color:black !important; }
        
        .save-changes-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild87.png")no-repeat !important;
        background-position:10px 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;}    
        
        .cancel-button{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild88.png")no-repeat !important;
        padding-left:40px!important;
        padding-right:20px!important;
        padding-top:  2px!important; 
        padding-bottom: 4px!important; 
        background-position:10px 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:16px !important;
        color:black !important; }
        
        .cancel-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild88.png")no-repeat !important;
        background-position:10px 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;}        
        
        .reveal-password-checkbox{fill: #0066cc !important;}
        
        .menu{border-radius: 20px !important;}
    
        .menuitem-import-browser{
        width: 100% !important;
        height: 24px !important;
        fill:  green !important;
        color: black!important;}
        
        .menuitem-export {
        width: 100% !important;
        height: 24px !important;
        fill:  orange !important;
        color: black !important;}
        
        .menuitem-import{
        width: 100% !important;
        height: 24px !important;
        fill:  #cc3300!important;
        color: black !important;}
        
        .menuitem-import-file{
        width: 100% !important;
        height: 24px !important;
        fill:  blue !important;
        color: black !important;}
        
        .menuitem-remove-all-logins{
        width: 100% !important;
        height: 24px !important;
        fill:  #cc3300!important;
        color: black !important;
        margin-left: -1px !important;}
        
        .menuitem-help {
        width: 100% !important;
        height: 24px !important;
        fill: blue!important;
        color: black !important;}
        
        .menuitem-preferences {
        width: 100% !important;
        height: 24px !important;
        fill: red!important;
        color: black !important;}    
        
        .menuitem-mobile[data-l10n-id="menu-menuitem-android-app"] {
        width: 100% !important;
        height: 24px !important;
        fill: #33cc33!important;
        color: black!important;}
    
        .menuitem-mobile[data-l10n-id="menu-menuitem-iphone-app"] {
        width: 100% !important;
        height: 24px !important;
        fill: #9900ff!important;
        color: black!important;}    
        }
    Alles anzeigen

    Hoffe es passt nun.

    Mfg.
    Endor

  • Extra Config Menü Icon überall verschiebbar machen?

    • Endor
    • 28. Dezember 2021 um 19:27

    Hallo omar1979

    Aborix meint, falls Du Scripte zum einfügen von zusätzlichen Symbolleisten verwendet,

    solltest Du diese als erste laden lassen. Ich habe hier auch zwei davon.

    Ich habe meine Scripte 0-Leiste1.uc.js und 0-Leiste2.uc.js genannt.
    So sind sie in der Liste ganz am Anfang und werden als erstes geladen.

    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