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. FuchsFan

Beiträge von FuchsFan

  • Elemente nicht vollständig angezeigt

    • FuchsFan
    • 23. Mai 2020 um 13:50

    Auf der Seit https://www.topfruits.de/ werden einige Schaltflächen nur unvollständig angezeigt (Suchleiste, Anmeldebutton, usw.). UBlock hatte ich deaktiviert, aber das gleiche Bild. Woran könnte es liegen ?

  • About Seiten mit CSS Codes anpassen

    • FuchsFan
    • 22. Mai 2020 um 09:24
    Zitat von grisu2099

    Kannst du die betreffenden Zeilen bitte mal posten?

    Du musst in dem Code auf Bild12.png achten (zwei Blöcke/ hover nicht). In diesen Block fügst du margin-right ein, mit für dich passenden Werten.

    Der Anfang sieht dann so aus:

    CSS
    #profiles > div:nth-child(n+1) > table > tbody > tr:nth-child(2) > td > button{
        -moz-appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild12.png")no-repeat !important;
        margin-left: 5px !important;
        margin-right: 310px !important;
  • About Seiten mit CSS Codes anpassen

    • FuchsFan
    • 21. Mai 2020 um 22:45

    2002Andreas

    Eine Sache habe ich da noch in about:profile. Die rechten Button "Ordner öffnen", wie bekomme ich die weiter nach links.

    Im zweiten Bild habe ich das Feld so weit nach rechts verbreitert, dass sie dann dort hin kommen, wo ich sie haben möchte.

    Im ersten Bild nur zur Andeutung, wie es normal aussieht.

    Edit:

    Danke, Andreas, ich habe es doch noch gefunden. Alles erledigt!

  • About Seiten mit CSS Codes anpassen

    • FuchsFan
    • 21. Mai 2020 um 22:20
    Zitat von 2002Andreas

    lohnt sich der ganze Aufwand nicht nur wegen der Rundungen, denke ich zumindest.

    So sehe ich das auch, Andreas, wenn man überhaupt daran denkt, welche unzähligen Wünsche da auf Endor zukommen, gar nicht auszudenken.=O

  • About Seiten mit CSS Codes anpassen

    • FuchsFan
    • 21. Mai 2020 um 21:28
    Zitat von milupo

    weil ich hoffte, das Ganze einfacher hinzubekommen

    Ja, milupo, den Anfang hast du gemacht. Wäre schön, wenn du das weiter verfeinern würdest. Obwohl, wenn ich ehrlich bin, es auch anders ansprechend wirken kann. Aber du weißt ja auch, die Geschmäcker sind immer verschieden. Ich habe mich jetzt erst einmal hiermit abgefunden, so geht es auch mit der abgespeckten Version support.

  • About Seiten mit CSS Codes anpassen

    • FuchsFan
    • 21. Mai 2020 um 20:18

    2002Andreas

    Prima, Andreas, das sieht doch schon mal sehr gut aus.:thumbup::)

    Sind jetzt bei dir auch nur einige Boxen abgerundet, oder betrifft das jetzt alle (Grafik, Medien, usw.).

    Dann soll milupo mal hin machen, dass er die untere Seite auch noch hin bekommt.;)

    Hast du dann für unten auch noch einen Code parat?

  • About Seiten mit CSS Codes anpassen

    • FuchsFan
    • 21. Mai 2020 um 17:46
    Zitat von milupo

    Die obere Regel ist für die linke Zelle und die untere für die rechte Zelle.

    Hallo, milupo !:)

    Ich habe deinen Code mal in der abgespeckten Version von hier RE: About Seiten mit CSS Codes anpassen probiert, die Ecken werden abgerundet. Aber auch nicht bei allen Feldern, z.B Grafik, Allgemeine Info, usw. Was aber auffällt, der Hintergrund an den Ecken ist dann wieder zu sehen. Du sagtest, dass du es oben gelöst hast. Wie?

  • About Seiten mit CSS Codes anpassen

    • FuchsFan
    • 21. Mai 2020 um 12:10

    Endor

    Schönen Feiertag für Dich und an alle "Kämpfer" hier im Forum.

    So, Endor, da mich der Einwurf von Sören auch zum Nachdenken bewegt hat, und ich ihm absolut Recht geben muss, dass in der weiteren Entwicklung immer neue Anpassungen vorgenommen werden, es dann dadurch immer wieder zu Nachbesserungen bei deinen bewunderswerten Arbeiten kommen muss (kann). Besonders fällt mir das aber jetzt schon bei about:support auf, für jede Version von Fox eine andere Variante. Und es nimmt ja auch jetzt noch kein Ende, weil jeder eine andere Hardware, bzw. Konfiguration verwendet, die dann unterschiedliche Anpassungen erfordert.

    Um dem gerade bei about:support aus dem Weg zu gehen, habe ich deine Datei dazu mal nach meinen Wünschen angepasst. Diese Version läuft bei mir auf allen Fox-Versionen (76 bis 78) ohne Fehler.

    Dich würde ich bitten, dir den Code nochmal anzusehen, ob ich auch alles richtig untergebracht habe.

    CSS
    @namespace url(http://www.w3.org/1999/xhtml);
    @-moz-document url-prefix(about:support) {
    
    body::before {content: "Design by Endor";
    margin-left: 0px;
    font-size: 25px;
    font-weight: bold;
    color: red;}
    
    html{
        background: #ffffff !important;
    }
    
    body > h1:nth-child(2){
        margin-top: 10px !important;
    }
    
    body{
        margin-left: 150px !important; 
        max-width: 1150px !important;
    }
    
    #action-box{
        width: 30% !important; 
        border-radius:24px !important;
    }
    #reset-box, #safe-mode-box {
        margin-left: 11px !important;
    }
    
    td, th{
        padding-left: 15px !important;
    }
    
    #copy-raw-data-to-clipboard {
        min-width: 330px !important;
    }
    
    #safe-mode-box > h3, #reset-box > h3, h2, h1 {
        color: #057A7A !important;
    }
    
    #prefs-user-js-section > h3, h2 {
        margin-left: 8px !important; 
        color: red !important;
    }
    
    #safe-mode-box > h3, #reset-box > h3 {
        margin-left: 4px !important;
    }
    
    #action-box {
        background: #FDF5E6 !important;
    }
    
    #graphics-decisions-tbody > tr:nth-child(n+1) > td > table,
    #graphics-decisions-tbody > tr:nth-child(n+1) > td > table > tr > td {
        border: none! important;
    }
    
    #graphics-decisions-tbody > tr:nth-child(n+1) > td > table > tr > td:hover,
    #graphics-decisions-tbody > tr:nth-child(n+1) > td > table > tr:hover {
        border: none! important;
    }
    
    #graphics-decisions-tbody > tr:nth-child(n+2) > td:nth-child(2) > table:nth-child(1) {
        margin-left: -15px!important;
    }
    
    #graphics-decisions-tbody > tr:nth-child(n+1) > td:nth-child(2) > table:nth-child(1),
    #graphics-decisions-tbody > tr:nth-child(n+1) > td:nth-child(2) > table:nth-child(1) > tr:nth-child(1) {
        border: none! important;
    }
    
    #graphics-decisions-tbody > tr:nth-child(n+1) > td > table > tr > td:hover,
    #graphics-decisions-tbody > tr:nth-child(n+1) > td > table > tr:hover {
        border: none! important;
    }
    
    td {
        background: #FFFFF0 !important;
    }
    td:hover {
        background: #ffeb99 !important;
    }
    
    th {
        background-color: #ee7621 !important;
    }
    th:hover {
        background-color: #b54f06 !important;
    }
    
    
    #copy-raw-data-to-clipboard{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild73.png")no-repeat !important;
    padding-left:20px!important;
    padding-bottom: 5px!important;
    background-position:14px 6px!important;
    font-size:14.0px!important;
    border-style: outset !important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-width:2px !important;
    border-radius:12px!important;
    margin-right:10px!important;
    color:black !important;}
    
    #copy-raw-data-to-clipboard:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild73.png")no-repeat !important;
    padding-left:20px!important ;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    background-position:14px 6px!important;}
    
    #copy-to-clipboard {min-width: 290px !important;}
    
    #copy-to-clipboard{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild74.png")no-repeat !important;
    padding-left:20px!important;
    padding-bottom: 5px!important;
    background-position:14px 6px!important;
    font-size:14.0px!important;
    border-style: outset !important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-width:2px !important;
    border-radius:12px!important;
    color:black !important;}
    
    #copy-to-clipboard:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild74.png")no-repeat !important;
    padding-left:20px!important ;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    background-position:14px 6px!important;}
    
    #show-update-history-button{min-width: 220px !important;}
    
    #show-update-history-button{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild75.png")no-repeat !important;
    padding-left:19px!important;
    padding-bottom: 5px!important;
    background-position:8px 5px!important;
    color:black!important;
    margin-left: -3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:8px!important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-style: outset !important;
    border-width:2px !important;
    border-radius:14px!important;}
    
    #show-update-history-button:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild75.png")no-repeat !important;
    background-position:8px 5px!important;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    #update-dir-button{min-width: 220px !important;}
    
    #update-dir-button{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild76.png")no-repeat !important;
    padding-left:19px!important;
    padding-bottom: 5px!important;
    background-position:8px 5px!important;
    color:black!important;
    margin-left: -3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:76px!important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-style: outset !important;
    border-width:2px !important;
    border-radius:14px!important;}
    
    #update-dir-button:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild76.png")no-repeat !important;
    background-position:8px 5px!important;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    #profile-dir-button {min-width: 217px !important;}
    
    #profile-dir-button{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild76.png")no-repeat !important;
    padding-left:32px!important;
    background-position:8px 4px!important;
    color:black!important;
    margin-left: -3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:76px!important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-style: outset !important;
    border-width:2px !important;
    border-radius:14px!important;}
    
    #profile-dir-button:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild76.png")no-repeat !important;
    padding-left:32px!important ;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    background-position:8px 4px!important;}
    
    #reset-box-button{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild77.png")no-repeat !important;
    padding-left:40px!important;
    padding-right: 130px !important;
    padding-bottom: 4px!important;
    background-position:14px 5px!important;
    font-size:14.0px!important;
    border-style: outset !important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-width:2px !important;
    border-radius:12px !important;
    color:black !important; }
    
    #reset-box-button:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild77.png")no-repeat !important;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    background-position:14px 5px!important;}
    
    #restart-in-safe-mode-button{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild78.png")no-repeat !important;
    padding-left:40px!important;
    padding-right:5px!important;
    background-position:14px 5px!important;
    font-size:14.0px!important;
    border-style: outset !important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-width:2px !important;
    border-radius:12px !important;
    color:black !important; }
    
    #restart-in-safe-mode-button:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild78.png")no-repeat !important;
    background-position:14px 5px!important;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    #supportLink{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild52.gif") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:13px!important;
    padding-left:29px!important;
    padding-bottom: 2px !important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-style: outset !important;
    border-width: 2px !important;
    background-position:6px 2px!important;
    border-radius:14px!important;
    line-height: 2.2 !important;}
    
    #supportLink:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild52.gif") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:13px!important;
    padding-left:29px!important;
    background-position:6px 2px!important;
    border-radius:14px!important;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    a[href="about:plugins"]{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    margin-left: -3px !important;
    font-size:14.0px!important;
    text-decoration:none!important;
    padding-right:96px!important;
    padding-left:35px!important;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-style: outset !important;
    border-width:2px !important;
    background-position:8px 2px!important;
    border-radius:14px!important;
    min-height: 28px !important;
    line-height: 2.2 !important;}
    
    a[href="about:buildconfig"]{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    margin-left: -3px !important;
    font-size:14.0px!important;
    text-decoration:none!important;
    padding-right:73px!important;
    padding-left:35px!important;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-style: outset !important;
    border-width:2px !important;
    background-position:8px 2px!important;
    border-radius:14px!important;
    line-height: 2.2 !important;}
    
    #crashes-allReportsWithPending{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    margin-left: 3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:15px!important;
    padding-left:35px!important;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
    max-width: 125px !important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-style: outset !important;
    border-width:2px !important;
    background-position:8px 2px!important;
    border-radius:14px!important;}
    
    #crashes-allReportsWithPending:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    margin-left: 3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:15px!important;
    padding-left:35px!important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-style: outset !important;
    border-width:2px !important;
    background-position:8px 2px!important;
    border-radius:14px!important;}
    
    a[href="about:plugins"]:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:8px 2px!important;
    border-radius:14px!important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-style: outset !important;
    border-width:2px !important;}
    
    a[href="about:buildconfig"]:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:8px 2px!important;
    border-radius:14px!important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-style: outset !important;
    border-width:2px !important;}
    
    a[href="about:serviceworkers"]{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    margin-left: -3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:50px!important;
    padding-left:35px!important;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
    max-width: 125px !important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-style: outset !important;
    border-width:2px !important;
    background-position:8px 2px!important;
    border-radius:14px!important;
    line-height: 2.2 !important;}
    
    a[href="about:serviceworkers"]:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-left:35px!important;
    background-position:8px 2px!important;
    border-radius:14px!important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-style: outset !important;
    border-width:2px !important;}
    
    a[href="about:memory"]{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    margin-left: -3px !important;
    font-size:14.0px!important;
    text-decoration:none!important;
    padding-right:88px!important;
    padding-left:35px!important;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-style: outset !important;
    border-width:2px !important;
    background-position:8px 2px!important;
    border-radius:14px!important;
    line-height: 2.2 !important;}
    
    a[href="about:memory"]:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:8px 2px!important;
    border-radius:14px!important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-style: outset !important;
    border-width:2px !important;}
    
    #prefs-user-js-link{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    margin-left: 3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:15px!important;
    padding-left:35px!important;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-style: outset !important;
    border-width:2px !important;
    background-position:8px 2px!important;
    border-radius:14px!important;}
    
    #prefs-user-js-link:hover{
    -moz-appearance:none!important;
    color:black!important; background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:15px!important;
    padding-left:35px!important;
    background-position:8px 2px!important;
    border-radius:14px!important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-style: outset !important;
    border-width:2px !important;}
    
    a[href="about:performance"]{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    margin-left: -3px !important;
    margin-top: 3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:63px!important;
    padding-left:35px!important;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-style: outset !important;
    border-width:2px !important;
    background-position:8px 2px!important;
    border-radius:14px!important;
    line-height: 2.2 !important;}
    
    a[href="about:performance"]:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:8px 2px!important;
    border-radius:14px!important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-style: outset !important;
    border-width:2px !important;}
    
    a[href="about:profiles"]{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    margin-left: -3px !important;
    margin-top: 3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:94px!important;
    padding-left:35px!important;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-style: outset !important;
    border-width:2px !important;
    background-position:8px 2px!important;
    border-radius:14px!important;
    line-height: 2.2 !important;}
    
    a[href="about:profiles"]:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:8px 2px!important;
    border-radius:14px!important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-style: outset !important;
    border-width:2px !important;}
    
    #verify-place-integrity-button{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    margin-left: 3px !important;
    margin-top: 3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:20px!important;
    padding-left:35px!important;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-style: outset !important;
    border-width:2px !important;
    background-position:8px 4px!important;
    border-radius:14px!important;}
    
    #verify-place-integrity-button:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:8px 4px!important;
    border-radius:14px!important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-style: outset !important;
    border-width:2px !important;}
    
    button[data-l10n-id="reset-on-next-restart"]{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild85.png") no-repeat !important;
    color:black!important;
    margin-left: 3px !important;
    margin-top: 3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:20px!important;
    padding-left:35px!important;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-style: outset !important;
    border-width:2px !important;
    background-position:8px 5px!important;
    border-radius:14px!important;}
    
    button[data-l10n-id="reset-on-next-restart"]:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild85.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:8px 5px!important;
    border-radius:14px!important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-style: outset !important;
    border-width:2px !important;}
    
    button[data-l10n-id="gpu-process-kill-button"]{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild117.png") no-repeat !important;
    color:black!important;
    margin-left: 3px !important;
    margin-top: 3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:20px!important;
    padding-left:35px!important;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-style: outset !important;
    border-width:2px !important;
    background-position:8px 5px!important;
    border-radius:14px!important;}
    
    button[data-l10n-id="gpu-process-kill-button"]:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild117.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:8px 5px!important;
    border-radius:14px!important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-style: outset !important;
    border-width:2px !important;}
    
    button[data-l10n-id="gpu-device-reset-button"]{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild21.png") no-repeat !important;
    color:black!important;
    margin-left: 3px !important;
    margin-top: 3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:40px!important;
    padding-left:35px!important;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-style: outset !important;
    border-width:2px !important;
    background-position:8px 5px!important;
    border-radius:14px!important;}
    
    button[data-l10n-id="gpu-device-reset-button"]:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild21.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:8px 6px!important;
    border-radius:14px!important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-style: outset !important;
    border-width:2px !important;}
    
    button[id="enumerate-database-button"]{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild7.png") no-repeat !important;
    color:black!important;
    margin-left: 3px !important;
    margin-top: 3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:40px!important;
    padding-left:35px!important;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-style: outset !important;
    border-width:2px !important;
    background-position:8px 6px!important;
    border-radius:14px!important;}
    
    button[id="enumerate-database-button"]:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild7.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:8px 5px!important;
    border-radius:14px!important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-style: outset !important;
    border-width:2px !important;}
    }
    Alles anzeigen
  • About Seiten mit CSS Codes anpassen

    • FuchsFan
    • 20. Mai 2020 um 21:45
    Zitat von Endor

    Ich habe da nach WEBGPU

    noch zwei weitere Zeilen.

    Ich hatte den Code soweit fertig, bis auf die rechte untere Ecke bei Grafik. Nichts zu machen, bekomme die nicht weg.

    Abeeeerrrrr, mit deinem jetzigen Code alle Fehler bei Beta77 weg, alles sauber. Ich danke dir, Endor, perfekt. :thumbup::thumbup::):)

  • About Seiten mit CSS Codes anpassen

    • FuchsFan
    • 20. Mai 2020 um 20:52
    Zitat von Endor

    Bitte mal testen, das erste Problem müsste nun weg sein.

    Danke, für deine Bemühungen, Endor. Nun sind noch zwei Fehler.

    1. Grafik

    2.Erweiterungen

  • About Seiten mit CSS Codes anpassen

    • FuchsFan
    • 20. Mai 2020 um 19:39
    Zitat von Sören Hentzschel

    Denn auf about:support wird in fast jedem Major-Update von Firefox etwas angepasst.

    Das glaube ich dir, Sören, deshalb bin ich immer daran interessiert schon für die Zukunft vorzubereiten (über Beta u. Nightly). So kann man halbwegs gelassen eine neue Version erwarten, und ist nicht unvorbereitet. Das heißt natürlich nur für solche Fans, die gern am Fox basteln.


    Zitat von Endor

    Hallo FuchsFan

    hast Du meinen CSS Code den ich extra für Beta gemacht habe

    siehe hier RE: About Seiten mit CSS Codes anpassen

    schon getestet?

    Ja, Endor, den meine ich. Daraus werden auch die beiden Fehler angezeigt.


    Zitat von Büssen

    Lassen sich die Felder rechte Seite noch anpassen (verkürzen)?

    Büssen , margin-right musst du erhöhen in dem Block von edvoldi, 75 oder 80, dann müsste es passen.

    Die Variante von edvoldi klappt besser, Büssen, ich habe mal mit 50 probiert.

  • About Seiten mit CSS Codes anpassen

    • FuchsFan
    • 20. Mai 2020 um 19:22
    Zitat von Endor

    CSS Code für Firefox 77 beta 8

    Hallo, Endor! :)

    Eine Bitte an dich, kannst du die zwei Sachen noch bereinigen. Ich versuche schon immer wieder, aber ohne Erfolg.

    1. Allgemeine Informationen

    2. Grafik

  • About Seiten mit CSS Codes anpassen

    • FuchsFan
    • 20. Mai 2020 um 11:49
    Zitat von Boersenfeger

    auch hier ist nun in About:Support alles richtig...

    Ja, freue dich darüber, aber die Freude wird nicht lange anhalten. In Version 77 (z.Z. 77 Beta 8 ) muss schon wieder nach gearbeitet werden. Weder der Code vom 76 (hat aber nur zwei Fehler), noch der aktuelle für Nightly (sehr viele Fehler) , funktionieren dann. ;(

  • About Seiten mit CSS Codes anpassen

    • FuchsFan
    • 20. Mai 2020 um 10:05
    Zitat von FuchsFan

    Hallo , Endor, zwei Sachen gibt es doch noch in dem letzten Code.

    Guten Morgen!:)

    Hallo, Endor, du kannst ja mal Kontrolle machen, ich habe deinen Code von hier RE: About Seiten mit CSS Codes anpassen für den 76.0.1 überarbeitet, jetzt wird bei mir alles sauber angezeigt.

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

    • FuchsFan
    • 19. Mai 2020 um 22:38
    Zitat von Endor

    und hier passt soweit alles.

    Hallo , Endor, zwei Sachen gibt es doch noch in dem letzten Code.

    1. bei Erweiterungen unten

    2. bei Grafik auch unten


    Zitat von Endor

    für Nightly mal etwas zusammengepackt, sind 150 Zeilen weniger.


    Könntest Du den bitte nochmal testen ob alles richtig funktioniert, wäre super.

    Funktioniert im Nightly ohne Fehler, wird alles sauber angezeigt.:thumbup:

  • About Seiten mit CSS Codes anpassen

    • FuchsFan
    • 19. Mai 2020 um 21:54
    Zitat von Endor

    Bei Deiner Version sind hier bei Medien noch ein paar Fehler in Firefox 76.0.1.

    Das ist gern möglich, Endor, kann ich aber bei mir nicht unter Medien erkennen, da ist alles sauber. Gut, dass du nochmal überprüft hast, dann ist ja jetzt alles schick. Sehr schön !!:thumbup::)

  • About Seiten mit CSS Codes anpassen

    • FuchsFan
    • 19. Mai 2020 um 20:53

    So, dann zweiter Versuch mit support für Fox 76 !:P:)

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

    • FuchsFan
    • 19. Mai 2020 um 20:04

    Im Fox 76 waren ja bei support auch noch Kleinigkeiten offen ( unter Media, Grafik und Sicherheit ). Ich habe mich mal daran gewagt, und hier das Ergebnis zur Probe. Bei mir im 76 wird alles ohne Fehler angezeigt.

    Nein, unter Internationalisierung & Lokalisierung die rechte obere Ecke fehlt noch8|.

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

    • FuchsFan
    • 19. Mai 2020 um 17:50
    Zitat von Endor

    Wieso jetzt wieder bei Allgemeine Informationen unten eine Ecke fehlte,

    habe ich wohl etwas zu viel gelöscht.


    Hier nochmal der Code aus #171 mit obiger Änderung.

    Da fehlte noch mehr, hatte nicht ganz runter gescrollt. Aber mit dem Code aus #177 ist alles schick. :thumbup::)

  • About Seiten mit CSS Codes anpassen

    • FuchsFan
    • 19. Mai 2020 um 17:29
    Zitat von Endor

    ersetzen mit:

    #security-software-firewall,

    Den Code aus Beitrag #171 ersetzen (Zeile 108), dann funktioniert alles. :thumbup::thumbup::thumbup::thumbup:

    Bei dem Code aus #175 fehlt die Rundung links unten bei Allgemeine Information.

    Also, Endor, ich habe zwar auch mit den Zahlen gespielt, soweit alles hinbekommen unter Sicherheit, aber die rechte untere Ecke, das hätte ich niemals hinbekommen. Danke nochmals für deine tolle Arbeit.:thumbup::thumbup:

Unterstütze uns!

Jährlich (2025)

105,8 %

105,8% (687,41 von 650 EUR)

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