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
    • 14. Februar 2023 um 20:03

    Yep hier auch. :thumbup: :)

    ich entferne oben gleich noch die beiden Teile. Erledigt.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 14. Februar 2023 um 19:21

    :thumbup: :)

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 14. Februar 2023 um 19:15

    Hallo FuchsFan.

    So müsste es nun passen.

    Danke nochmals für Deinen Hinweis.
    Habe übrigens noch paar Kleinigkeiten geändert. ;)

    CSS
        /* AGENT_SHEET */
        @namespace url(http://www.w3.org/1999/xhtml);
        @-moz-document url(about:logging){
            
        html{
        background:#ffffff !important;
        scrollbar-width: none !important;}
            
        .main-content::before {content: "Design by Endor";
        margin-left: 300px;
        font-size: 25px;
        font-weight: bold;
        color: red;}
         
        .main-content {
        padding-top: 40px !important;
        scrollbar-width: none !important;}
        
        #logging{margin-top: 45px  !important;}
            
        #body{
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 1200px !important; /* Breite anpassen - gelle Boersenfeger */
        /*max-height: 700px !important;*/
        margin-top: 35px !important;
        margin-bottom: 20px !important;
        padding-bottom: 30px !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;}
        
        h1{
        color: #cc0000 !important; 
        font-size: 26px !important; 
        font-weight: bold !important;
        margin-left: 15px !important;}
        
        h2{
        color: #1a75ff !important;
        font-weight: bold !important; 
        font-size: 17px !important;
        margin-left: 8px !important;}
        
        #no-log-modules{
        color: #cc0000 !important;
        font-size: 18px !important;
        font-weight: bold !important; }
            
        #toggle-logging-button[data-l10n-id="about-logging-start-logging"]{
        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: 10px !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;}
    
        #toggle-logging-button[data-l10n-id="about-logging-start-logging"]:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Play.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;}
        
        #toggle-logging-button[data-l10n-id="about-logging-stop-logging"]{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/PLayer-Stop.png")no-repeat !important;
        padding-left:35px!important;
        padding-right:20px!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;}
        
        #toggle-logging-button[data-l10n-id="about-logging-stop-logging"]:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/PLayer-Stop.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;}
        
        #open-log-file-button{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild12.png")no-repeat !important;
        padding-left:35px!important;
        padding-right:20px!important;
        margin-top: 15px !important;
        background-position:14px 9px!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; }
        
        #open-log-file-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild12.png")no-repeat !important;
        background-position:14px 9px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        #set-log-file-button{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild13.png")no-repeat !important;
        margin-left: 5px !important;
        padding-left:35px!important;
        padding-right:20px!important;
        background-position:14px 9px!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:12px !important;
        color:black !important;}
            
        #set-log-file-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild13.png")no-repeat !important;
        background-position:14px 9px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}    
        
        #logging-preset-dropdown{
        appearance:none !important;
        height: 30px !important;
        background: #F0F0F0  url("..//icons/network.png")no-repeat !important;
        margin-left: 5px !important;
        padding-left: 40px !important;
        padding-right:20px !important;
        padding-top: 0px !important;
        background-position:14px 7px!important;
        font-size:14px!important;
        font-weight: 600 !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;}    
            
        #logging-preset-dropdown:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/network.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;}    
        
        #log-modules{
        margin-left: -5px !important;
        margin-top: 10px !important;}
        
        #logging-preset-description{
        margin-left: -6px !important;
        margin-top: 10px !important;}
        
        #current-log-modules{
        margin-left: -6px !important;
        margin-top: 10px !important;}
        
        #set-log-modules-button{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild13.png")no-repeat !important;
        margin-top: 15px !important;
        margin-left: -5px !important;
        padding-left:40px!important;
        padding-right:20px!important;
        background-position:14px 8px!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:12px !important;
        color:black !important;}
        
        #set-log-modules-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild13.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;}
        
        #log-tutorial > a:nth-child(1){
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild13.png")no-repeat !important;
        margin-top: 8px !important;
        padding-left:35px !important;
        padding-right:20px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        text-decoration: none !important;
        background-position:14px 6px!important;
        font-size:14px!important;
        font-weight: 600 !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;}
        
        #log-tutorial > a:nth-child(1):hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild13.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;}
        }
    Alles anzeigen

    Sobald Firefox auf 110 aktualisiert ist, was heute oder Morgen sein wird,

    können wir die beiden einzelnen alten entfernen. Die sind dann überflüssig.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 14. Februar 2023 um 19:04

    Hallo FuchsFan

    Danke, habe ich jetzt auch gesehen.
    Teste gleich mal Deine Lösung. :thumbup:

    Vielen Dank.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 14. Februar 2023 um 17:30

    Hallo Boersenfeger.

    Schau Dir von meinem letzten Code die Zeilen 199 und 268

    mal an. Hast Du dies auch übernommen?

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 14. Februar 2023 um 14:56

    Nachmals testen bitte:

    CSS
        /* AGENT_SHEET */
        @namespace url(http://www.w3.org/1999/xhtml);
        @-moz-document url(about:logging){
            
        html{background:#ffffff !important;}
            
        .main-content::before {content: "Design by Endor";
         margin-left: 300px;
         font-size: 25px;
         font-weight: bold;
         color: red;}
         
        .main-content {
        padding-top: 40px !important;
        scrollbar-width: none !important;}
        
        #logging{margin-top: 45px  !important;}
            
        #body{
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 1450px !important; /* Breite anpassen - gelle Boersenfeger */
        /*max-height: 700px !important;*/
        margin-top: 35px !important;
        margin-bottom: 20px !important;
        padding-bottom: 30px !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;}
        
        h1{
        color: #cc0000 !important; 
        font-size: 26px !important; 
        font-weight: bold !important;
        margin-left: 15px !important;}
        
        h2{
        color: #1a75ff !important;
        font-weight: bold !important; 
        font-size: 17px !important;
        margin-left: 8px !important;}
        
        #start-logging-button{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Play.png")no-repeat !important;
        padding-left:35px!important;
        padding-right:20px!important;
        margin-top: 15px !important;
        background-position:14px 9px!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; 
        }
    
        #start-logging-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Play.png")no-repeat !important;
        background-position:14px 9px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        #toggle-logging-button{
        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: 10px !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;}
    
        #toggle-logging-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Play.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;}
        
        #stop-logging-button{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/PLayer-Stop.png")no-repeat !important;
        padding-left:35px!important;
        padding-right:20px!important;
        margin-top: 15px !important;
        background-position:14px 9px!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;}
        
        #stop-logging-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/PLayer-Stop.png")no-repeat !important;
        background-position:14px 9px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        #open-log-file-button{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild12.png")no-repeat !important;
        padding-left:35px!important;
        padding-right:20px!important;
        margin-top: 15px !important;
        background-position:14px 9px!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; }
        
        #open-log-file-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild12.png")no-repeat !important;
        background-position:14px 9px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        #set-log-file-button{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild13.png")no-repeat !important;
        margin-left: 5px !important;
        padding-left:35px!important;
        padding-right:20px!important;
        background-position:14px 9px!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:12px !important;
        color:black !important;}
            
        #set-log-file-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild13.png")no-repeat !important;
        background-position:14px 9px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}    
        
        #logging-preset-dropdown{
        appearance:none !important;
        height: 30px !important;
        background: #F0F0F0  url("..//icons/network.png")no-repeat !important;
        margin-left: 5px !important;
        padding-left: 40px !important;
        padding-right:20px !important;
        padding-top: 0px !important;
        background-position:14px 7px!important;
        font-size:14px!important;
        font-weight: 600 !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;}    
            
        #logging-preset-dropdown:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/network.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;}    
        
        #log-modules{
        margin-left: -5px !important;
        margin-top: 10px !important;}
        
        #logging-preset-description{
        margin-left: -6px !important;
        margin-top: 10px !important;}
        
        #current-log-modules{
        margin-left: -6px !important;
        margin-top: 10px !important;}
        
        #set-log-modules-button{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild13.png")no-repeat !important;
        margin-top: 15px !important;
        margin-left: -5px !important;
        padding-left:40px!important;
        padding-right:20px!important;
        background-position:14px 8px!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:12px !important;
        color:black !important;}
        
        #set-log-modules-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild13.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;}
        
        #log-tutorial > a:nth-child(1){
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild13.png")no-repeat !important;
        margin-top: 8px !important;
        padding-left:35px !important;
        padding-right:20px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        text-decoration: none !important;
        background-position:14px 6px!important;
        font-size:14px!important;
        font-weight: 600 !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;}
        
        #log-tutorial > a:nth-child(1):hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild13.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;}
        }
    Alles anzeigen

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 14. Februar 2023 um 14:29

    Hallo Boersenfeger.

    Teste mal meinen Code, eben fertig gemacht.

    CSS
        /* AGENT_SHEET */
        @namespace url(http://www.w3.org/1999/xhtml);
        @-moz-document url(about:logging){
            
        html{background:#ffffff !important;}
            
        .main-content::before {content: "Design by Endor";
         margin-left: 300px;
         font-size: 25px;
         font-weight: bold;
         color: red;}
         
        .main-content {
        padding-top: 40px !important;
        scrollbar-width: none !important;}
        
        #logging{margin-top: 45px  !important;}
            
        #body{
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 1450px !important; /* Breite anpassen - gelle Boersenfeger */
        margin-top: 35px !important;
        margin-bottom: 20px !important;
        padding-bottom: 30px !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;}
        
        h1{
        color: #cc0000 !important; 
        font-size: 26px !important; 
        font-weight: bold !important;
        margin-left: 15px !important;}
        
        h2{
        color: #1a75ff !important;
        font-weight: bold !important; 
        font-size: 17px !important;
        margin-left: 8px !important;}
        
        #toggle-logging-button{
        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: 10px !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;}
    
        #toggle-logging-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Play.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;}
        
        #stop-logging-button{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/PLayer-Stop.png")no-repeat !important;
        padding-left:35px!important;
        padding-right:20px!important;
        margin-top: 15px !important;
        background-position:14px 9px!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;}
        
        #stop-logging-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/PLayer-Stop.png")no-repeat !important;
        background-position:14px 9px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        #open-log-file-button{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild12.png")no-repeat !important;
        padding-left:35px!important;
        padding-right:20px!important;
        margin-top: 15px !important;
        background-position:14px 9px!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; }
        
        #open-log-file-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild12.png")no-repeat !important;
        background-position:14px 9px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        #set-log-file-button{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild13.png")no-repeat !important;
        margin-left: 5px !important;
        padding-left:35px!important;
        padding-right:20px!important;
        background-position:14px 9px!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:12px !important;
        color:black !important;}
            
        #set-log-file-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild13.png")no-repeat !important;
        background-position:14px 9px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}    
        
        #logging-preset-dropdown{
        appearance:none !important;
        height: 30px !important;
        background: #F0F0F0  url("..//icons/network.png")no-repeat !important;
        margin-left: 5px !important;
        padding-left: 40px !important;
        padding-right:20px !important;
        padding-top: 0px !important;
        background-position:14px 7px!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:12px !important;
        color:black !important;}    
            
        #logging-preset-dropdown:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/network.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;}    
        
        #log-modules{
        margin-left: -5px !important;
        margin-top: 10px !important;}
        
        #logging-preset-description{
        margin-left: -6px !important;
        margin-top: 10px !important;}
        
        #current-log-modules{
        margin-left: -6px !important;
        margin-top: 10px !important;}
        
        #set-log-modules-button{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild13.png")no-repeat !important;
        margin-top: 15px !important;
        margin-left: -5px !important;
        padding-left:40px!important;
        padding-right:20px!important;
        background-position:14px 8px!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:12px !important;
        color:black !important;}
        
        #set-log-modules-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild13.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;}
        
        #log-tutorial > a:nth-child(1){
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild13.png")no-repeat !important;
        margin-top: 8px !important;
        padding-left:35px !important;
        padding-right:20px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        text-decoration: none !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;}
        
        #log-tutorial > a:nth-child(1):hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild13.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;}
        }
    Alles anzeigen

    ein neues Symbol:

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 14. Februar 2023 um 10:11

    Hallo FuchsFan

    Danke für die Info. Ja im Nigthly muss ich da noch etwas
    anpassen. Melde mich.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 13. Februar 2023 um 20:25

    Hallo FuchsFan.

    Danke fürs Aushelfen bei Boersenfeger :thumbup:

    about:logging
    CSS Code:

    CSS
        /* AGENT_SHEET */
        @namespace url(http://www.w3.org/1999/xhtml);
        @-moz-document url(about:logging){
            
        html{background:#ffffff !important;}
            
        .main-content::before {content: "Design by Endor";
         margin-left: 430px;
         font-size: 25px;
         font-weight: bold;
         color: red;}
         
        .main-content {
        padding-top: 40px !important;}
        
        #logging{margin-top: 45px  !important;}
            
        #body{
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 1200px !important; /* Breite anpassen - gelle Boersenfeger */
        max-height: 700px !important;
        margin-top: 40px !important;
        margin-bottom: 20px !important;
        padding-bottom: 30px !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;}
        
    
        #start-logging-button{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Play.png")no-repeat !important;
        padding-left:35px!important;
        padding-right:20px!important;
        margin-top: 15px !important;
        background-position:14px 9px!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; 
        }
    
        #start-logging-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Play.png")no-repeat !important;
        background-position:14px 9px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        #stop-logging-button{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/PLayer-Stop.png")no-repeat !important;
        padding-left:35px!important;
        padding-right:20px!important;
        margin-top: 15px !important;
        background-position:14px 9px!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;}
        
        #stop-logging-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/PLayer-Stop.png")no-repeat !important;
        background-position:14px 9px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        #open-log-file-button{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild12.png")no-repeat !important;
        padding-left:35px!important;
        padding-right:20px!important;
        margin-top: 15px !important;
        background-position:14px 9px!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; }
        
        #open-log-file-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild12.png")no-repeat !important;
        background-position:14px 9px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        #set-log-file-button{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild13.png")no-repeat !important;
        margin-left: 5px !important;
        padding-left:35px!important;
        padding-right:20px!important;
        background-position:14px 9px!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:12px !important;
        color:black !important;}
            
        #set-log-file-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild13.png")no-repeat !important;
        background-position:14px 9px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}    
        
        #set-log-modules-button{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild13.png")no-repeat !important;
        margin-left: 25px !important;
        padding-left:35px!important;
        padding-right:20px!important;
        background-position:14px 9px!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:12px !important;
        color:black !important;}
        
        #set-log-modules-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild13.png")no-repeat !important;
        background-position:14px 9px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        #log-tutorial > a:nth-child(1){
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild13.png")no-repeat !important;
        margin-top: 8px !important;
        padding-left:35px !important;
        padding-right:20px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        text-decoration: none !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;}
        
        #log-tutorial > a:nth-child(1):hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild13.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;}
        }
    Alles anzeigen

    Symbole:      

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 13. Februar 2023 um 15:51

    FuchsFan

    about:welcome müsste wieder passen:

    CSS
    @-moz-document url(about:welcome) {
      
        :focus-visible {outline: none !important;}
            
        .outer-wrapper{
        justify-content: center!important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 1200px !important;
        min-height: 90vh !important;
        max-height: 90vh !important; 
        margin-top: 30px !important;
        margin-bottom: 20px !important;
        padding-bottom: 20px !important;
        padding-top: 15px !important;
        padding-left: 50px !important;
        padding-right: 50px !important;
        background: #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;}
    
         .outer-wrapper:hover{
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        h1{
        color: #cc0000 !important; 
        font-size: 20px !important; 
        font-weight: bold !important;}
        
        .secondary-cta > span:nth-child(1){
        color: #1a75ff !important;
        font-weight: bold !important; 
        font-size: 17px !important;}    
        
        h2{
        color: #1a75ff !important;
        margin-top: 20px !important;
        margin-bottom: 10px !important;    
        font-weight: bold !important; 
        font-size: 17px !important;}
        
        .welcome-text{margin-bottom: 10px !important;}
        
    
        .outer-wrapper::before {
        position:absolute !important;
        top: 50px !important;
        left: 530px !important;
        content: "Endors Firefox";
        font-weight:bold !important;
        font-size: 26px !important; 
        color:red !important; }
            
        .primary{
        margin-top: 15px !important;
        appearance: none !important;
        background: #0060df url("..//icons/Fuchs4.png") no-repeat !important;
        background-position:16px 8px!important;
        padding-left: 50px!important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;      
        border-width:2px !important;
        border-style: outset !important;
        border-radius:30px!important;}
        
        .primary:hover{
        background: #003eaa url("..//icons/Fuchs4.png") no-repeat !important;
        background-position:16px 8px!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;}    
        
        .secondary{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild15.png") no-repeat !important;
        margin-top: 15px !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-right:20px!important;
        padding-left:40px!important;
        padding-bottom: 7px !important;
        padding-top: 5px !important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;
        border-style: outset !important;
        border-width:2px !important;
        background-position:12px 3px!important;
        border-radius:20px!important;}
       
        .secondary:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild15.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:12px 3px!important;
        border-radius:20px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-style: outset !important;
        border-width:2px !important;}    
        
        div.secondary-cta:nth-child(1) > button:nth-child(1){
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild42.png") no-repeat !important;
        margin-top: 40px !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-right:40px!important;
        padding-left:40px!important;
        padding-bottom: 7px !important;
        padding-top: 5px !important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;
        border-style: outset !important;
        border-width:2px !important;
        background-position:12px 5px!important;
        border-radius:20px!important;}
        
        div.secondary-cta:nth-child(1) > button:nth-child(1):hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild42.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:12px 5px!important;
        border-radius:20px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-style: outset !important;
        border-width:2px !important;}            
        }
    Alles anzeigen

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 13. Februar 2023 um 15:19

    Macht doch nichts. Alles gut. 8o

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 13. Februar 2023 um 15:11

    Na prima. Freut mich wenn es passt. :)

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 13. Februar 2023 um 15:02

    Hast Du diesen Eintrag entfernt?

    #sandbox-tbody > tr:nth-child(2) > th:nth-child(1)


    und diesen auch entfernen, wenn vorhanden.

    #sandbox-tbody > tr:nth-child(2) > td:nth-child(2)

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 13. Februar 2023 um 14:29

    ja da müssen noch zwei weg.

    Suchen und entfernen bitte:

    tr.no-copy:nth-child(1) > th:nth-child(1),

    tr.no-copy:nth-child(1) > td:nth-child(2),

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 13. Februar 2023 um 14:10

    Boersenfeger

    Code für Schaltfläche kommt gleich.

    Bei 2. ist etwas zu viel im CSS Code von about:support.

    Melde mich.

    Mfg.
    Endor


    about:third-party

    CSS
        a[href="about:third-party"]{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
        color:black!important;
        margin-left: -3px !important;
        margin-top: 3px !important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-right:71px!important;
        padding-left:35px!important;
        padding-bottom: 2px !important;
        padding-top: 2px !important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;
        border-style: outset !important;
        border-width:2px !important;
        background-position:8px 2px!important;
        border-radius:14px!important;
        line-height: 2.2 !important;}
        
        a[href="about:third-party"]:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:8px 2px!important;
        border-radius:14px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-style: outset !important;
        border-width:2px !important;}
    Alles anzeigen

    zu 2.

    Such in Deinem CSS Code mal nach diesem Eintrag:

    #sandbox-tbody > tr:nth-child(2) > th:nth-child(1)

    wenn vorhanden, dann entfernen.

    Wie sieht es rechts daneben aus ist da alles richtig?

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 13. Februar 2023 um 12:28
    Zitat von FuchsFan

    Das hatte ich noch vergessen

    Hallo FuchsFan

    Ja den habe ich auch schon bemerkt. Das muss ich auch
    noch überarbeiten. Wird schon werden. In Moment arbeite ich an
    about:logging

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 12. Februar 2023 um 19:52

    FuchsFan

    about:support

    die neuen Schaltflächen CSS Code:

    CSS
        #place-database-stats-toggle{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
        color:black!important;
        margin-left: 3px !important;
        margin-top: 3px !important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-right:20px!important;
        padding-left:35px!important;
        padding-bottom: 2px !important;
        padding-top: 2px !important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;
        border-style: outset !important;
        border-width:2px !important;
        background-position:8px 4px!important;
        border-radius:14px!important;    }
            
        #place-database-stats-toggle:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:8px 4px!important;
        border-radius:14px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-style: outset !important;
        border-width:2px !important;}    
        
        a[href="about:processes"]{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
        color:black!important;
        margin-left: -3px !important;
        font-size:14.0px!important;
        text-decoration:none!important;
        padding-right:80px!important;
        padding-left:35px!important;
        padding-bottom: 2px !important;
        padding-top: 2px !important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;
        border-style: outset !important;
        border-width:2px !important;
        background-position:8px 2px!important;
        border-radius:14px!important;
        line-height: 2.2 !important;}
    
        a[href="about:processes"]:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:8px 2px!important;
        border-radius:14px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-style: outset !important;
        border-width:2px !important;}
        
        #policies-status > a:nth-child(1){
        appearance:none!important;
        margin-left: -4px !important;
        background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-right:145px!important;
        padding-left:35px!important;
        padding-bottom: 2px !important;
        padding-top: 2px !important;
        border-left-color: lightblue!important;
        border-top-color: lightblue!important;
        border-right-color: dodgerblue!important;
        border-bottom-color: dodgerblue!important;
        border-style: outset !important;
        border-width:2px !important;
        background-position:8px 3px!important;
        border-radius:14px!important;}
    
        #policies-status > a:nth-child(1):hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:8px 3px!important;
        border-radius:14px!important;
        border-left-color: #bbddff !important;
        border-top-color: #bbddff !important;
        border-right-color: #11508d !important;
        border-bottom-color: #11508d !important;
        border-style: outset !important;
        border-width:2px !important;}
        
        #about-studies-section > p:nth-child(1) > a:nth-child(1){
        appearance:none!important;
        margin-left: -2px !important;
        background: #F0F0F0 url("..//icons/studi.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-right:20px!important;
        padding-left:40px!important;
        padding-bottom: 4px !important;
        padding-top: 2px !important;
        border-left-color: lightblue!important;
        border-top-color: lightblue!important;
        border-right-color: dodgerblue!important;
        border-bottom-color: dodgerblue!important;
        border-style: outset !important;
        border-width:2px !important;
        background-position:12px 5px!important;
        border-radius:14px!important;}
            
        #about-studies-section > p:nth-child(1) > a:nth-child(1):hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/studi.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:12px 5px!important;
        border-radius:14px!important;
        border-left-color: #bbddff !important;
        border-top-color: #bbddff !important;
        border-right-color: #11508d !important;
        border-bottom-color: #11508d !important;
        border-style: outset !important;
        border-width:2px !important;}
        
        #about-studies-section > p:nth-child(1){
        line-height: 2 !important;
        }
    Alles anzeigen

    about:studies Schaltfläche ist bei mir schon
    gemacht und mit Symbol versehen gewesen.

    Für alle Fälle ist der Code oben dabei.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 12. Februar 2023 um 14:08
    Zitat von FuchsFan

    Ich kann nicht sagen, ob überhaupt noch Interesse besteht, die Dateien auf dem Laufenden zu halten.

    Und ob. Vielen Dank für die ganzen Hinweise. :thumbup:

    Gehe dann alle der Reihe nach durch.
    Bei about:license wird auch eine Schaltfläche nicht mehr angezeigt.
    Code muss geändert werden.

    Zeile 194 und 213 entsprechend ändern:
    von

    [href="https://developer.mozilla.org/en/Mozilla_Source_Code_%28Mercurial%29"]

    nach
    [href="https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html"]

    bei about:credits auch

    ändern

    von

    [href="/credits/faq/"]

    nach

    [href="/de/credits/faq/"]

    Rest kommt auch noch.
    Werde dann alle Codes wo nötig hier aktualisieren.
    Mfg.
    Endor


    FuchsFan

    es gibt auch ein paar neue, hast Du da schon was gemacht?
    alle Versionen:

    about:logging
    about:windows-messages

    Firefox 111
    about:glean

    Mfg.
    Endor

  • Der Glückwunsch-Thread

    • Endor
    • 11. Februar 2023 um 11:02

    Hallo Boersenfeger.

    Alles alles Gute zum Geburtstag.
    Viel Gesundheit aber auch viel Glück und Erfolg wünsche ich Dir.
    Mfg.
    Endor

  • Eingabefeld in Menüfenster für die Erstellung eines neuen Ordners in der Lesezeichenleiste anpassen

    • Endor
    • 7. Februar 2023 um 20:38

    Oben in der Adresse ist ein Fehler:

    @-moz-document url-prefix("chrome://browser/content/places/bookmarkProperties/.xhtml")

    ändere es so:

    @-moz-document url-prefix("chrome://browser/content/places/bookmarkProperties.xhtml")

    Der / nach Properties gehört da nicht hin.

    Funktioniert hier so einwandfrei.

    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