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
    • 27. März 2023 um 16:30

    Gerne! :)

  • About Seiten mit CSS Codes anpassen

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

    Sind in diesem Beitrag verlinkt.

    Beitrag

    RE: About Seiten mit CSS Codes anpassen

    Das wäre meine Version von about:profiles:

    (Quelltext, 306 Zeilen)

    Symbole siehe hier: https://github.com/Endor8/CSS/tre…s/about:profile

    Boersenfeger Zeile 13 könnte für dich wieder wichtig sein. :wink:

    Mfg.
    Endor
    Endor
    11. Mai 2020 um 12:13

    Werde ich oben noch einbinden.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 27. März 2023 um 14:31

    Hallo FuchsFan.

    Teste bitte nochmals müsse nun passen.

    CSS
        /* AGENT_SHEET */
        @namespace url(http://www.w3.org/1999/xhtml);
        @-moz-document url(about:profiles){
            
        html{background:#ffffff !important;}
            
        h1:after {content: "Design by Endor";
                 margin-left: 230px;
                 font-size: 25px;
                 font-weight: bold;
                 color: red; }
      
        #body{
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 1200px !important; /*Breite anpassen zbs. 1600px, dann aber auch in Zeile 40 den Wert auf 71% erhöhen*/
        margin-top: 40px !important;
        margin-bottom: 20px !important;
        padding-bottom: 30px !important;
        position: relative !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;}
        
        .content-flex {
        flex: 1 1 56% !important;}
        
        .action-box{
        margin-top: -40px !important;
        border-radius:24px !important;}
        
        .action-box > h3:nth-child(1){
        margin-left: 13px !important;}
        
        .action-box > h3, h2, h1 {color: #057A7A !important;}
        
        .action-box{background: #FDF5E6 !important;}
        
        .action-box > h3{margin-left: 4px !important;}
        
        #owned{margin-top: -80px !important;}
        
        #profiles > div > table{border-radius:24px !important;}
            
        #profiles > div > table > tbody > tr:nth-child(1) > th:nth-child(1){border-top-left-radius:24px !important; 
        padding-top: 8px !important; padding-bottom: 8px !important;}
        #profiles > div > table > tbody > tr:nth-child(1) > td:nth-child(2){border-top-right-radius:24px !important;}
        
        #profiles > div > table > tbody > tr:nth-child(3) > th:nth-child(1){border-bottom-left-radius:24px !important;}
        
        #profiles > div > table > tbody > tr:nth-child(3) > td:nth-child(2){border-bottom-right-radius:24px !important;}
        
        th, td {padding-left: 17px !important;}
        
        hr{display: none !important;}
        h2{margin-top: 25px !important;}
        h3{color: red !important;}    
            
        [data-l10n-id="profiles-no"]{
        color: red !important;
        font-size: 16px !important; }
        
        [data-l10n-id="profiles-yes"]{
        color: green !important;
        font-size: 16px !important;}
        
        [data-l10n-args='{"name":"default"}'] {
        color: blue !important;}
        
        button[data-l10n-id="profiles-restart-normal"]{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild9.png")no-repeat !important;
        margin-left: 8px !important;
        padding-left:45px!important;
        padding-right: 148px !important;
        padding-bottom: 5px!important; 
        padding-top: 3px !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;}
    
        button[data-l10n-id="profiles-restart-normal"]:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild9.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;}
        
        button[data-l10n-id="profiles-restart-in-safe-mode"]{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild10.png")no-repeat !important;
        margin-left: 8px !important;
        padding-left:45px!important;
        padding-right: 34px !important;
        background-position:14px 5px!important;
        font-size:14.0px!important;
        border-style: outset !important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;
        border-width:2px !important;
        border-radius:12px !important;
        color:black !important; 
        margin-bottom: 10px !important;
        white-space: nowrap!important;
        overflow: hidden !important;
        text-overflow: ellipsis!important;}
        
        button[data-l10n-id="profiles-restart-in-safe-mode"]:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild10.png")no-repeat !important;
        background-position:14px 5px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        button[data-l10n-id="profiles-create"]{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild11.png")no-repeat !important;
        padding-left:35px!important;
        padding-right:20px!important;
        margin-top: 15px !important;
        background-position:14px 5px!important;
        font-size:14.0px!important;
        border-style: outset !important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;
        border-width:2px !important;
        border-radius:12px !important;
        color:black !important; }
        
        button[data-l10n-id="profiles-create"]:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild11.png")no-repeat !important;
        background-position:14px 5px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
                
        #profiles > div:nth-child(n+1) > table:nth-child(n+1) > tbody:nth-child(1) > tr:nth-child(n+1), 
        #profiles > div:nth-child(n+1) > table:nth-child(n+1) > tbody:nth-child(1) > tr:nth-child(n+1) > th:nth-child(n+1)
        {height: 32px !important;}
        
        /* Position der Schaltflächen Ordner öffnen festlegen */
        #profiles > div:nth-child(n+1) > table > tbody > tr:nth-child(n+1) > td > button
        {position: absolute !important; right: 80px !important; margin-top:-8px !important;}
        
        button[data-l10n-id="profiles-opendir"]{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild12.png")no-repeat !important;
        margin-left: 5px !important;
        padding-left:35px!important;
        padding-right:20px!important;
        background-position:14px 6px!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;}
        
        button[data-l10n-id="profiles-opendir"]:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild12.png")no-repeat !important;
        background-position:14px 5px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}    
            
        button[data-l10n-id="profiles-rename"]{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild13.png")no-repeat !important;
        margin-top: 8px !important;
        padding-left:35px!important;
        padding-right:20px!important;
        background-position:14px 5px!important;
        font-size:14.0px!important;
        border-style: outset !important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;
        border-width:2px !important;
        border-radius:12px !important;
        color:black !important;}
        
        button[data-l10n-id="profiles-rename"]:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild13.png")no-repeat !important;
        background-position:14px 5px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        button[data-l10n-id="profiles-remove"]{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild8.gif")no-repeat !important;
        margin-top: 8px !important;
        padding-left:35px!important;
        padding-right:20px!important;
        background-position:14px 5px!important;
        font-size:14.0px!important;
        border-style: outset !important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;
        border-width:2px !important;
        border-radius:12px !important;
        color:black !important; }
        
        button[data-l10n-id="profiles-remove"]:hover {
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild8.gif")no-repeat !important;
        background-position:14px 5px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        button[data-l10n-id="profiles-set-as-default"]{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild14.png")no-repeat !important;
        margin-top: 8px !important;
        padding-left:35px!important;
        padding-right:20px!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; }
        
        button[data-l10n-id="profiles-set-as-default"]:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild14.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;}
        
        button[data-l10n-id="profiles-launch-profile"]{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild15.png")no-repeat !important;
        margin-top: 8px !important;
        padding-left:35px!important;
        padding-right:20px!important;
        background-position:14px 5px!important;
        font-size:14.0px!important;
        border-style: outset !important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;
        border-width:2px !important;
        border-radius:12px !important;
        color:black !important;}    
    
        button[data-l10n-id="profiles-launch-profile"]:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild15.png")no-repeat !important;
        background-position:14px 5px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        #profiles > div:nth-child(even) > table
        {background: #FFFAF0 !important;}
    
        #profiles > div:nth-child(odd) > table            
        {background: #FFFFFF !important;}
        
        td:hover{background: #ffeb99 !important;}
        
        th {background-color: #ee7621 !important;}
        th:hover {background-color: #b54f06 !important;}
        }
    Alles anzeigen

    Mein Code hat jetzt 318 Zeilen.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 27. März 2023 um 14:04

    Hallo zusammen. Arbeite gerade den ganzen CSS Code um.

    Für Wurzelordner öffnen würde ich es so machen wie es auch 2002Andreas
    uns geraten hat:

    CSS
        button[data-l10n-id="profiles-opendir"]{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild12.png")no-repeat !important;
        margin-left: 5px !important;
        padding-left:35px!important;
        padding-right:20px!important;
        background-position:14px 6px!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;}
        
        button[data-l10n-id="profiles-opendir"]:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild12.png")no-repeat !important;
        background-position:14px 5px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
    Alles anzeigen

    Der gesamte CSS Code kommt dann später.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 26. März 2023 um 21:24

    Hallo FuchsFan

    hier mein Code für about:profiles - Nightly

    CSS
        /* AGENT_SHEET */
        @namespace url(http://www.w3.org/1999/xhtml);
        @-moz-document url(about:profiles){
            
        html{background:#ffffff !important;}
            
        h1:after {content: "Design by Endor";
                 margin-left: 230px;
                 font-size: 25px;
                 font-weight: bold;
                 color: red; }
      
        #body{
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 1200px !important; /* Breite anpassen zbs. auf 1600px, dann aber auch in Zeile 39 den Wert auf 71% erhöhen */
        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;}
        
        .content-flex {
        flex: 1 1 56% !important;}
        
        .action-box{
        margin-top: -40px !important;
        border-radius:24px !important;}
        
        .action-box > h3:nth-child(1){
        margin-left: 13px !important;}
        
        .action-box > h3, h2, h1 {color: #057A7A !important;}
        
        .action-box{background: #FDF5E6 !important;}
        
        .action-box > h3{margin-left: 4px !important;}
        
        #owned{margin-top: -80px !important;}
        
        #profiles > div > table{border-radius:24px !important;}
            
        #profiles > div > table > tbody > tr:nth-child(1) > th:nth-child(1){border-top-left-radius:24px !important; 
        padding-top: 8px !important; padding-bottom: 8px !important;}
        #profiles > div > table > tbody > tr:nth-child(1) > td:nth-child(2){border-top-right-radius:24px !important;}
        
        #profiles > div > table > tbody > tr:nth-child(3) > th:nth-child(1){border-bottom-left-radius:24px !important;}
        
        #profiles > div > table > tbody > tr:nth-child(3) > td:nth-child(2){border-bottom-right-radius:24px !important;}
        
        th, td {padding-left: 17px !important;}
        
        hr{display: none !important;}
        h2{margin-top: 25px !important;}
        h3{color: red !important;}
        
        #restart-button{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild9.png")no-repeat !important;
        margin-left: 8px !important;
        padding-left:45px!important;
        padding-right: 150px !important;
        padding-top: 3px !important;
        padding-bottom: 3px!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;
        }
    
        #restart-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild9.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;}
        
        #restart-in-safe-mode-button{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild10.png")no-repeat !important;
        margin-left: 8px !important;
        padding-left:45px!important;
        padding-right: 34px !important;
        background-position:14px 5px!important;
        font-size:14.0px!important;
        border-style: outset !important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;
        border-width:2px !important;
        border-radius:12px !important;
        color:black !important; 
        margin-bottom: 10px !important;
        white-space: nowrap!important;
        overflow: hidden !important;
        text-overflow: ellipsis!important;}
        
        #restart-in-safe-mode-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild10.png")no-repeat !important;
        background-position:14px 5px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        #create-button{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild11.png")no-repeat !important;
        padding-left:35px!important;
        padding-right:20px!important;
        background-position:14px 5px!important;
        font-size:14.0px!important;
        border-style: outset !important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;
        border-width:2px !important;
        border-radius:12px !important;
        color:black !important; }
        
        #create-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild11.png")no-repeat !important;
        background-position:14px 5px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        #profiles > div:nth-child(n+1) > table > tbody > tr:nth-child(2) > td > button{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild12.png")no-repeat !important;
        margin-left: 5px !important;
        padding-left:35px!important;
        padding-right:20px!important;
        background-position:14px 6px!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;}
        
        /* Position der Schaltflächen Ordner öffen festlegen */
        #profiles > div:nth-child(n+1) > table > tbody > tr:nth-child(2) > td > button
        {position: absolute !important;    right: 320px !important; margin-top:-8px !important;}
        
        #profiles > div:nth-child(n+1) > table > tbody > tr:last-child > td > button
        {position: absolute !important;    right: 320px !important; margin-top:-8px !important;}    
        
        
        #profiles > div:nth-child(n+1) > table:nth-child(n+1) > tbody:nth-child(1) > tr:nth-child(n+1), 
        #profiles > div:nth-child(n+1) > table:nth-child(n+1) > tbody:nth-child(1) > tr:nth-child(n+1) > th:nth-child(n+1)
        {height: 32px !important;}
        
        #profiles > div:nth-child(n+1) > table > tbody > tr:nth-child(2) > td > button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild12.png")no-repeat !important;
        background-position:14px 5px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}    
        
        #profiles > div:nth-child(n+1) > table > tbody > tr:last-child > td > button{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild12.png")no-repeat !important;
        margin-left: 25px !important;
        padding-left:35px!important;
        padding-right:20px!important;
        background-position:14px 6px!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;}
        
        #profiles > div:nth-child(n+1) > table > tbody > tr:last-child > td > button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild12.png")no-repeat !important;
        background-position:14px 5px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        #profiles > div:nth-child(n+1) > button:nth-child(3){
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild13.png")no-repeat !important;
        margin-top: 8px !important;
        padding-left:35px!important;
        padding-right:20px!important;
        background-position:14px 5px!important;
        font-size:14.0px!important;
        border-style: outset !important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;
        border-width:2px !important;
        border-radius:12px !important;
        color:black !important;}
        
        #profiles > div:nth-child(n+1) > button:nth-child(3):hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild13.png")no-repeat !important;
        background-position:14px 5px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        #profiles > div:nth-child(n+1) >button:nth-child(4){
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild8.gif")no-repeat !important;
        margin-top: 8px !important;
        padding-left:35px!important;
        padding-right:20px!important;
        background-position:14px 5px!important;
        font-size:14.0px!important;
        border-style: outset !important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;
        border-width:2px !important;
        border-radius:12px !important;
        color:black !important; }
        
        #profiles > div:nth-child(n+1) > button:nth-child(4):hover {
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild8.gif")no-repeat !important;
        background-position:14px 5px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        #profiles > div:nth-child(n+1) >button:nth-child(5){
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild14.png")no-repeat !important;
        margin-top: 8px !important;
        padding-left:35px!important;
        padding-right:20px!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; }
        
        #profiles > div:nth-child(n+1) >button:nth-child(5):hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild14.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;}
        
        #profiles > div:nth-child(n+1) >button:nth-child(6){
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild15.png")no-repeat !important;
        margin-top: 8px !important;
        padding-left:35px!important;
        padding-right:20px!important;
        background-position:14px 5px!important;
        font-size:14.0px!important;
        border-style: outset !important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;
        border-width:2px !important;
        border-radius:12px !important;
        color:black !important; }
        
    
        #profiles > div:nth-child(n+1) >button:nth-child(6):hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild15.png")no-repeat !important;
        background-position:14px 5px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        #profiles > div:nth-child(even) > table
        {background: #FFFAF0 !important;}
    
        #profiles > div:nth-child(odd) > table            
        {background: #FFFFFF !important;}
        
        td:hover{background: #ffeb99 !important;}
        
        th {background-color: #ee7621 !important;}
        th:hover {background-color: #b54f06 !important;}
        }
    Alles anzeigen

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 26. März 2023 um 14:07

    Hallo 2002Andreas.

    Vielen Dank. Alles übernommen.

    Siehe CSS Code oben.

    Vielen Dank. :)

    Einen schönen Sonntag und eine tolle Woche wünsche ich Dir.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 26. März 2023 um 12:31

    Hallo FuchsFan.

    Danke für die Info.

    about:logging für Nightly

    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: 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-top: 50px !important;}
        
        h2{
        color: #1a75ff !important;
        font-weight: bold !important; 
        font-size: 17px !important;
        margin-top: 20px !important;}
        
        #no-log-modules{
        color: #cc0000 !important;
        font-size: 18px !important;
        font-weight: bold !important; 
        margin-top: 20px !important;}
        
        [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;
        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;}
    
        [data-l10n-id="about-logging-start-logging"]: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;}
        
        [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 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;}
        
        [data-l10n-id="about-logging-stop-logging"]: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: 3px !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;}    
            
        #logging-preset-dropdown:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/network.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;}    
        
        #log-modules{
        margin-top: 10px !important;
        border-radius: 22px !important;
        padding-left: 14px !important;}
        
        #logging-preset-description{
        margin-top: 10px !important;}
        
        #current-log-modules{
        margin-top: 10px !important;}    
        
        #log-file{
        border-radius: 22px !important;
        padding-left: 14px !important;}
        
        #log-file:hover, #log-modules:hover {
        background: #ffe599 !important;}
        
        #set-log-modules-button{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild13.png")no-repeat !important;
        margin-top: 15px !important;
        margin-left: 0px !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;}
        
        [data-l10n-name="logging"]{
        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;}
        
        [data-l10n-name="logging"]: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

    Was meinst Du?

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 25. März 2023 um 20:08

    Hallo 2002Andreas.

    Vielen Dank auch von mir.

    Müsste alle Schnipsel verarbeitet haben und funktioniert bestens.
    Habe noch ein paar Zeilen entfernt und noch etwas angepasst.

    Hier mal mein CSS Code dafür:

    CSS
        @-moz-document url("about:plugins"){
        
    
        #plugs{margin-top: 60px !important;}
        
        [data-l10n-id="installed-plugins-label"] {
        font-size: 0 !important;
        margin-bottom: 40px !important;}
          
        [data-l10n-id="installed-plugins-label"]:before {
        content: "Endors installierte Plugins";     
        font-size:26px !important; 
        font-weight: bold !important; 
        color:red !important;}
        
        html{background: #ffffff  !important; margin-top: 20px !important;}
        
        #outside > dl {max-width: 1020px !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;}
        
        [data-l10n-id="deprecation-description"] {
        --in-content-box-info-background: #ee7621 !important;
        --message-bar-text-color: white !important;
        padding: 4px 8px !important;
        border-radius: 24px !important;
        border-width: 2px !important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;    
        border-style: outset !important;    
        background: #ee7621 !important;
        min-height: 34px !important;
        font-size: 18px !important;
        }
        
        [data-l10n-id="deprecation-description"]:hover {
        --in-content-box-info-background: #b54f06 !important;
        --message-bar-text-color: white !important;
        padding: 4px 8px !important;
        border-radius: 24px !important;
        background: #b54f06 !important;
        min-height: 34px !important;
        font-size: 18px !important;}    
        
        [data-l10n-id="version-dd"] {
        color: red;
        font-size: 14px;}
    
        [data-l10n-id="state-dd-enabled"] {
        color: green;
        font-size: 14px;}
        
        [data-l10n-id="file-dd"]{
        color: #bf00ff;
        font-size: 14px;}
            
        h1{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
    • 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

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