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
    • 25. März 2023 um 13:56

    FuchsFan

    Aus dem Code könnten wir alles was mit Table beginnt entfernen.

    Wird nicht mehr gebraucht. Was meinst Du?

    2002Andreas.

    Danke das teste ich mal. :thumbup:


    2002Andreas

    Perfekt :thumbup:

    Direkt geändert.

    CSS siehe oben.

    Nochmals vielen Dank für den Hinweis. :)

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 25. März 2023 um 13:13

    Hallo FuchsFan

    Danke für den Hinweis.

    Teste bitte:

    about:plugins nur für Nightly

    CSS
        @-moz-document url("about:plugins"){
        
        #plugs::before {content: "Endors"; font-size:24px !important; font-weight: bold !important; 
        color:red !important;  margin-right: 10px !important; }
        
        #plugs {margin-top: 50px !important;}
        
        html{background: #ffffff  !important; margin-top: 20px !important;}
        
        /* Breite einstellen */
        
        body{
        background: #fffff0 !important;
        margin-top: 40px !important;
        margin-left: 230px !important; 
        max-width: 1200px !important;
        min-height: 750px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
        padding-bottom: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;}
        
        .container {
        background-color: #ee7621 !important; 
        color: #ffffff !important; 
        padding-left: 20px !important; 
        margin-top: 70px !important; 
        border-radius: 24px !important;
        min-height: 34px !important;}
        
        .content > slot:nth-child(1){font-size: 16px !important; }
        
        th {background-color: #ee7621 !important;}
        
        .container:hover,
        th:hover {background-color: #b54f06 !important;}
        
        td{background: #FFFFFF !important;}
        td:hover{background: #ffeb99 !important;}
        
        h1{color: red !important; font-size: 22px !important; font-weight: bold !important; margin-top: 20px !important;}
        
        h2{color: #3377ff !important; margin-left: 40px !important; margin-top: 40px !important;}
        
        [data-l10n-id="moz-support-link-text"]{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild34.png")no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        margin-top:3px!important;
        margin-bottom: 5px !important;
        margin-right:55px!important;
        margin-left: 10px !important;
        padding-right: 15px !important;
        padding-left:35px!important;
        padding-top: 1px!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:10px 2px!important;
        border-radius:14px!important;}
    
        [data-l10n-id="moz-support-link-text"]:hover{
        appearance:none!important;
        background: #B2EDFA  url("..//icons/Bild34.png")no-repeat !important;
        color:black!important;
        font-size: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;
        background-position:10px 2px!important;
        border-radius:14px!important;}    
        }
    Alles anzeigen

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 24. März 2023 um 16:22

    Hallo zusammen und vielen Dank an alle für den Hinweis,
    Info und Erklärung zu den nicht mehr benötigten CSS Code Schnipsel.
    Habe ich oben entfernt.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 23. März 2023 um 20:14

    Hallo zusammen.

    So der fertige Code für about:glean mit Symbolen:

    CSS
        /* AGENT_SHEET */
        @namespace url(http://www.w3.org/1999/xhtml);
        @-moz-document url(about:glean){
            
        html{
        background:#ffffff !important;
        scrollbar-width: none !important;}
            
        .main-content::before {content: "Design by Endor";
        margin-left: 450px;
        font-size: 25px;
        font-weight: bold;
        color: red;}
         
        .main-content {
        scrollbar-width: none !important;}
        
        #description > h2:nth-child(1){margin-top: -30px  !important;} 
        
        #log-pings{
        margin-left: 4px !important;    
        margin-top: 3px !important; 
        margin-bottom: -3px !important;}
        
        #description > ol:nth-child(9) > li:nth-child(2) > label:nth-child(2){
        line-height: 3 !important;}    
        
        #description > ol:nth-child(9) > li:nth-child(3) > label:nth-child(2){
        line-height: 2 !important;}
           
        body{
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 1150px !important; /* Breite anpassen - gelle Boersenfeger */
        min-height: 700px !important;
        margin-top: 35px !important;
        margin-bottom: 20px !important;
        padding-bottom: 30px !important;
        padding-top: 5px !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;}
        
        #description{
        margin-top: 30px !important;
        min-width: 1100px !important;
        max-width: 1100px !important;}  /* Hier auch Breite anpassen 50px weniger als in Zeile 32 verwenden */
        
        h2{
        color: #cc0000 !important;
        font-weight: bold !important; 
        font-size: 17px !important;
        margin-left: 0px !important;}
        
        #description > ul:nth-child(5){
        color: #1a75ff !important;}
            
        #controls-submit{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Ping2.gif")no-repeat !important;
        padding-left:45px!important;
        padding-right:20px!important;
        margin-top: 10px !important;
        margin-left: 2px !important;
        background-position:14px 8px!important;
        font-size:14.0px !important;
        font-weight: 500 !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:14px !important;
        color:black !important;
        line-height: 1.2 !important;}
    
        #controls-submit:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Ping2.gif")no-repeat !important;
        background-position:14px 8px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        [href="https://mozilla.github.io/glean/book/index.html"]{
        appearance:none!important;
        text-decoration: none !important;
        background: #F0F0F0  url("..//icons/Glean-Book-16.png")no-repeat !important;
        padding-left:35px!important;
        padding-right:20px!important;
        padding-top:4px!important;
        padding-bottom:4px!important;
        margin-top: 15px !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:14px !important;
        color:black !important;}
        
        [href="https://mozilla.github.io/glean/book/index.html"]:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Glean-Book-16.png")no-repeat !important;
        background-position:14px 6px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
    
        #controls {line-height: 2 !important;} 
            
        [href="https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/instrumentation_tests.html"]{
        appearance:none!important;
        text-decoration: none !important;
        background: #F0F0F0  url("..//icons/Fog.png")no-repeat !important;
        padding-left:35px!important;
        padding-right:20px!important;
        padding-top:4px!important;
        padding-bottom:4px!important;
        margin-top: 15px !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; 
        line-height: 4.2 !important;}
        
        [href="https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/instrumentation_tests.html"]:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Fog.png")no-repeat !important;
        background-position:14px 6px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        [href="https://firefox-source-docs.mozilla.org/toolkit/components/glean/dev/preferences.html"]{
        appearance:none!important;
        text-decoration: none !important;
        background: #F0F0F0  url("..//icons/Bild3.gif")no-repeat !important;
        padding-left:40px!important;
        padding-right:20px!important;
        padding-top:4px!important;
        padding-bottom:4px!important;
        margin-top: 15px !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;}
        
        [href="https://firefox-source-docs.mozilla.org/toolkit/components/glean/dev/preferences.html"]:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild3.gif")no-repeat !important;
        background-position:14px 6px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}    
        
        [href="https://mozilla.github.io/glean/book/user/pings/custom.html"]{
        appearance:none!important;
        text-decoration: none !important;
        background: #F0F0F0  url("..//icons/collect_users.gif")no-repeat !important;
        padding-left:35px!important;
        padding-right:20px!important;
        padding-top:4px!important;
        padding-bottom:4px!important;
        margin-top: 15px !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;
        white-space: nowrap!important;
        overflow: hidden !important;
        text-overflow: ellipsis!important;}
        
        [href="https://mozilla.github.io/glean/book/user/pings/custom.html"]:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/collect_users.gif")no-repeat !important;
        background-position:14px 6px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}        
        
        [href="http://firefox-source-docs.mozilla.org/toolkit/components/glean/dev/testing.html#logging"]{
        appearance:none!important;
        text-decoration: none !important;
        background: #F0F0F0  url("..//icons/Bild97.png")no-repeat !important;
        padding-left:35px!important;
        padding-right:20px!important;
        padding-top:4px!important;
        padding-bottom:4px!important;
        margin-top: 15px !important;
        margin-left: 3px !important;
        background-position:14px 7px!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; 
        line-height: 3 !important;}
        
        [href="http://firefox-source-docs.mozilla.org/toolkit/components/glean/dev/testing.html#logging"]:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild97.png")no-repeat !important;
        background-position:14px 7px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
    
        #description > ol:nth-child(9) > li:nth-child(5) > a:nth-child(1){
        appearance:none!important;
        text-decoration: none !important;
        background: #F0F0F0  url("..//icons/Ping.png")no-repeat !important;
        padding-left:35px!important;
        padding-right:20px!important;
        padding-top:4px!important;
        padding-bottom:4px!important;
        margin-top: 15px !important;
        margin-left: 2px !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; 
        line-height: 3 !important;}
        
        #description > ol:nth-child(9) > li:nth-child(5) > a:nth-child(1):hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Ping.png")no-repeat !important;
        background-position:14px 6px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
    
        [href="https://dictionary.telemetry.mozilla.org/"]{
        appearance:none!important;
        text-decoration: none !important;
        background: #F0F0F0  url("..//icons/Glean-book-16a.png")no-repeat !important;
        padding-left:35px!important;
        padding-right:20px!important;
        padding-top:4px!important;
        padding-bottom:4px!important;
        margin-top: 15px !important;
        background-position:14px 7px!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;}
        
        [href="https://dictionary.telemetry.mozilla.org/"]:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Glean-book-16a.png")no-repeat !important;
        background-position:14px 7px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}            
            
        #ping-names{
        appearance:none!important;
        text-decoration: none !important;
        background: #F0F0F0  url("..//icons/menu.png")no-repeat !important;
        padding-left:35px!important;
        padding-top:0px!important;
        padding-bottom:0px!important;
        margin-top: 15px !important;
        margin-left: 2px !important;
        background-position:14px 7px!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:14px !important;
        color:black !important;}
        
        #ping-names:hover{
        appearance:none!important;
        background-color: #B2EDFA !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}    
        }
    Alles anzeigen

    Symbole:                

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 23. März 2023 um 16:59

    Hallo FuchsFan.

    Danke für den CSS Shnipsel, den habe ich mal gleich eingebaut. :thumbup:

    Die Breite von 1600 war nur für Boersenfeger gedacht.
    Hier verwende ich eine Breite von 1150px.
    Dementsprechend habe ich Deinen Schnipsel angepasst.

    CSS
        #description{
        margin-top: 30px !important;
        min-width: 1100px !important;
        max-width: 1100px !important;}

    Nochmals danke dafür.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 22. März 2023 um 12:34

    Hallo Boersenfeger

    Den Code habe ich soweit fertig. Nur die passenden Symbole fehlen

    mir noch. Habe im Moment nur Platzhalter Symbole eingebaut.

    Css Code:

    CSS
        /* AGENT_SHEET */
        @namespace url(http://www.w3.org/1999/xhtml);
        @-moz-document url(about:glean){
            
        html{
        background:#ffffff !important;
        scrollbar-width: none !important;}
            
        .main-content::before {content: "Design by Endor";
        margin-left: 450px;
        font-size: 25px;
        font-weight: bold;
        color: red;}
         
        .main-content {
        scrollbar-width: none !important;}
        
        #description > h2:nth-child(1){margin-top: -30px  !important;} 
        
        #log-pings{
        margin-left: 4px !important;    
        margin-top: 3px !important; 
        margin-bottom: -3px !important;}
        
        #description > ol:nth-child(9) > li:nth-child(2) > label:nth-child(2),
        #description > ol:nth-child(9) > li:nth-child(3) > label:nth-child(2){
        line-height: 2 !important;    }
           
        body{
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 1600px !important; /* Breite anpassen - gelle Boersenfeger */
        min-height: 700px !important;
        margin-top: 35px !important;
        margin-bottom: 20px !important;
        padding-bottom: 30px !important;
        padding-top: 5px !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;}
        
        h2{
        color: #cc0000 !important;
        font-weight: bold !important; 
        font-size: 17px !important;
        margin-left: 0px !important;}
        
        #description > ul:nth-child(5){
        color: #1a75ff !important;}
            
        #controls-submit{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Play.png")no-repeat !important;
        padding-left:45px!important;
        padding-right:20px!important;
        margin-top: 10px !important;
        margin-left: 2px !important;
        background-position:14px 8px!important;
        font-size:14.0px !important;
        font-weight: 500 !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:14px !important;
        color:black !important;
        line-height: 1.2 !important;}
    
        #controls-submit:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Play.png")no-repeat !important;
        background-position:14px 8px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        [href="https://mozilla.github.io/glean/book/index.html"]{
        appearance:none!important;
        text-decoration: none !important;
        background: #F0F0F0  url("..//icons/PLayer-Stop.png")no-repeat !important;
        padding-left:35px!important;
        padding-right:20px!important;
        padding-top:4px!important;
        padding-bottom:4px!important;
        margin-top: 15px !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:14px !important;
        color:black !important;}
        
        [href="https://mozilla.github.io/glean/book/index.html"]:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/PLayer-Stop.png")no-repeat !important;
        background-position:14px 6px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
         #description{
        margin-top: 50px !important;
        max-width: 1000px !important;}
    
        #controls {line-height: 2 !important;} 
            
        [href="https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/instrumentation_tests.html"]{
        appearance:none!important;
        text-decoration: none !important;
        background: #F0F0F0  url("..//icons/Bild12.png")no-repeat !important;
        padding-left:35px!important;
        padding-right:20px!important;
        padding-top:4px!important;
        padding-bottom:4px!important;
        margin-top: 15px !important;
        background-position:14px 7px!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; 
        line-height: 4.2 !important;}
        
        [href="https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/instrumentation_tests.html"]:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild12.png")no-repeat !important;
        background-position:14px 7px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        [href="https://firefox-source-docs.mozilla.org/toolkit/components/glean/dev/preferences.html"]{
        appearance:none!important;
        text-decoration: none !important;
        background: #F0F0F0  url("..//icons/Bild12.png")no-repeat !important;
        padding-left:35px!important;
        padding-right:20px!important;
        padding-top:4px!important;
        padding-bottom:4px!important;
        margin-top: 15px !important;
        background-position:14px 7px!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;}
        
        [href="https://firefox-source-docs.mozilla.org/toolkit/components/glean/dev/preferences.html"]:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild12.png")no-repeat !important;
        background-position:14px 7px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}    
        
        [href="https://mozilla.github.io/glean/book/user/pings/custom.html"]{
        appearance:none!important;
        text-decoration: none !important;
        background: #F0F0F0  url("..//icons/Bild12.png")no-repeat !important;
        padding-left:35px!important;
        padding-right:20px!important;
        padding-top:4px!important;
        padding-bottom:4px!important;
        margin-top: 15px !important;
        background-position:14px 7px!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;}
        
        [href="https://mozilla.github.io/glean/book/user/pings/custom.html"]:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild12.png")no-repeat !important;
        background-position:14px 7px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}        
        
        [href="http://firefox-source-docs.mozilla.org/toolkit/components/glean/dev/testing.html#logging"]{
        appearance:none!important;
        text-decoration: none !important;
        background: #F0F0F0  url("..//icons/Bild12.png")no-repeat !important;
        padding-left:35px!important;
        padding-right:20px!important;
        padding-top:4px!important;
        padding-bottom:4px!important;
        margin-top: 15px !important;
        margin-left: 3px !important;
        background-position:14px 7px!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; 
        line-height: 3 !important;}
        
        [href="http://firefox-source-docs.mozilla.org/toolkit/components/glean/dev/testing.html#logging"]:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild12.png")no-repeat !important;
        background-position:14px 7px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
    
        #description > ol:nth-child(9) > li:nth-child(5) > a:nth-child(1){
        appearance:none!important;
        text-decoration: none !important;
        background: #F0F0F0  url("..//icons/Bild12.png")no-repeat !important;
        padding-left:35px!important;
        padding-right:20px!important;
        padding-top:4px!important;
        padding-bottom:4px!important;
        margin-top: 15px !important;
        margin-left: 2px !important;
        background-position:14px 7px!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; 
        line-height: 3 !important;}
        
        #description > ol:nth-child(9) > li:nth-child(5) > a:nth-child(1):hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild12.png")no-repeat !important;
        background-position:14px 7px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
    
        [href="https://dictionary.telemetry.mozilla.org/"]{
        appearance:none!important;
        text-decoration: none !important;
        background: #F0F0F0  url("..//icons/Bild12.png")no-repeat !important;
        padding-left:35px!important;
        padding-right:20px!important;
        padding-top:4px!important;
        padding-bottom:4px!important;
        margin-top: 15px !important;
        background-position:14px 7px!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;}
        
        [href="https://dictionary.telemetry.mozilla.org/"]:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild12.png")no-repeat !important;
        background-position:14px 7px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}    
        
        
    /*     #description > ol:nth-child(9) > li:nth-child(2)  {
        background: url("..//icons/Bild12.png") no-repeat !important; 
        padding-left:8px!important;
        margin-left: -3px !important;
        background-position:22px 17px!important;}
        
        #ping-names {
        max-height: 22px !important;
        padding-top:0px !important;
        margin-top: 8px!important;
        margin-left: -3px !important;
        padding-left: 37px !important;
        border-radius:14px !important;
        border-width:2px !important;
        border-style: outset !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        line-height: 2 !important;} */
            
            
         #ping-names{
        appearance:none!important;
        text-decoration: none !important;
        background: #F0F0F0  url("..//icons/Bild12.png")no-repeat !important;
        padding-left:35px!important;
        padding-top:0px!important;
        padding-bottom:0px!important;
        margin-top: 15px !important;
        margin-left: 2px !important;
        background-position:14px 7px!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:14px !important;
        color:black !important;}
        
        #ping-names:hover{
        appearance:none!important;
        background-color: #B2EDFA !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}    
        }
    Alles anzeigen

    Symbole aus dem Code:

       

    Passende Symbole muss ich erst noch suchen.

    Nur keine Zeit dazu im Moment.

    Vorschläge immer her damit. :)

    Mfg.
    Endor

  • Der Glückwunsch-Thread

    • Endor
    • 20. März 2023 um 19:31

    Hallo ostsee .

    Alles alles Gute zu Deinem Geburtstag.

    Vor allem viel Gesundheit aber auch viel Glück und

    Wohlergehen, das Wünsche ich Dir von ganzen
    Herzen. Bleib Gesund.

    Mfg.
    Endor

  • Entwicklung Firefox

    • Endor
    • 18. März 2023 um 14:11

    :thumbup: ;)

  • Der Glückwunsch-Thread

    • Endor
    • 18. März 2023 um 14:10

    Hallo Sören Hentzschel!

    Alles alles Gute zum Geburtstag.

    Vor allem viel Gesundheit aber auch viel Glück und Erfolg

    wünsche ich von ganzem Herzen .

    Mfg.
    Endor

  • Entwicklung Firefox

    • Endor
    • 16. März 2023 um 19:57

    Ja kann ich auch bestätigen Nightly 113a ist teilweise in Englischer Sprache.

    Menüleiste, Kontextmenüs usw. Aber das ist nichts neues.
    Wird demnächst bestimmt wieder alles passen.

    Mfg.
    Endor

  • Downloadordner bei EasyYoutubeVideoDownloader

    • Endor
    • 15. März 2023 um 16:59

    Hallo zusammen.

    Simbaro verwendet diese Erweiterung:

    Easy Youtube Video Downloader Express – Holen Sie sich diese Erweiterung für 🦊 Firefox (de)
    Laden Sie Easy Youtube Video Downloader Express für Firefox herunter. A simple extension for superfast and easy YouTube downloads in FLV, 3GP, MP3, MP4, 720p,…
    addons.mozilla.org

    Da gibt es keine passende Einstellung wie oben im von Mira_Belle verlinkten
    Artikel beschrieben.

    Ich habe in den Firefox Einstellungen, siehe Bild in 2002Andreas Betrag
    den Haken bei „Jedes Mal nachfragen, wo eine Datei gespeichert werden soll“

    gesetzt. So werde ich gleich gefragt wo das Video hin soll.

    Man kann alternativ wie 2002Andreas geschrieben hat auch
    wie auf seinem Bild ersichtlich, einen Ordner definieren, dann werden
    sämtliche Downloads dort gespeichert.

    Mfg.
    Endor

  • In memoriam

    • Endor
    • 11. März 2023 um 17:03

    Robert Blake ist gestorben.

    Baretta-Star: Robert Blake ist mit 89 Jahren gestorben
    Schauspieler Robert Blake ist im Alter von 89 Jahren in seinem Haus in Los Angeles verstorben. Dies teilten seine Tochter und Nichte mit. Der einstige…
    www.stuttgarter-nachrichten.de

    R.I.P.

    Mfg.
    Endor

  • Der Glückwunsch-Thread

    • Endor
    • 11. März 2023 um 17:01

    Hallo BarbaraZ-

    Auch von mir, wenn auch nachträglich, alles alles Gute zum
    Geburtstag. Vor allem viel Gesundheit, aber auch Glück
    und Erfolg das wünsche ich Dir von ganzen Herzen.

    Mfg.
    Endor

  • Der Glückwunsch-Thread

    • Endor
    • 7. März 2023 um 19:56

    Hallo an euch alle. Vielen vielen Dank

    für die vielen Guten wünsche zu meinem Geburtstag.

    Toll, dass ihr alle an mich gedacht habt.

    Mfg.
    Endor

  • Der Glückwunsch-Thread

    • Endor
    • 5. März 2023 um 12:22

    Hallo Elena M

    Auch von mir nachträglich alles alles Gute zum Geburtstag!
    Vor allem viel Gesundheit und Glück wünsche ich Dir von ganzen Herzen.

    Mfg.
    Endor

  • Addons-Manager anpassen

    • Endor
    • 5. März 2023 um 12:17
    Zitat von BarbaraZ-

    Mit -22 klappt es auch nicht.

    Teste mal mit einem anderen Wert. 23px, 21px oder auch nur 20px usw.

    Mfg.
    Endor

  • Addons-Manager anpassen

    • Endor
    • 5. März 2023 um 12:08

    2002Andreas

    ;) :thumbup:

    Einen schönen Sonntag wünsche ich Euch beiden

    Mfg.
    Endor

  • Addons-Manager anpassen

    • Endor
    • 5. März 2023 um 12:00

    Laut meinem Test müsste es daran liegen:

    CSS
    /**** Versionsnummer der Addons wird angezeigt ****/
      div:not([current-view=updates]) .addon-name-link[title]::after  {
         display: block !important;
          content: attr(title) !important;
          margin-top: -22px !important; /* Änderung Endor*/
    } 

    Siehe meine Änderung darin.

    2002Andreas

    mit -26px sieht es hier so aus:

    mit -22px so:

    Mfg.
    Endor

  • Hilfe-Dialog-Anpassung

    • Endor
    • 28. Februar 2023 um 13:58

    BarbaraZ-

    Sieht gut aus! :thumbup:

    Mfg.
    Endor

  • Hilfe-Dialog-Anpassung

    • Endor
    • 28. Februar 2023 um 13:50

    Prima, freut mich wenn passt.

    Wie immer gern geschehen.

    Mfg.
    Endor

Unterstütze uns!

Jährlich (2025)

92,9 %

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

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