About Seiten mit CSS Codes anpassen
-
Endor -
10. Mai 2020 um 14:44 -
Erledigt
-
-
Teste ich gleich mal...
Vielen Dank!
-
Hi Endor,
Damit werden sie zweispaltig.
die Ansicht ist in der Tat etwas zerrissen.
Die Darstellung eines Serviceworkers wird leider in beiden Spalten dargestellt, ein Teil ist links unten, der andere Teil des selben Serviceworkers rechts oben. Kann man das verhindern?
-
Hallo Dharkness .
Leider habe ich bis jetzt keinen Weg gefunden dieses Problem zu beheben.
Habe einiges versucht, aber nichts funktioniert.Zweispaltige Darstellung passt soweit, sieht auch ganz gut aus,
aber eben diese Aufteilung eines Serviceworkers ein Teil ist links unten, der andere Teil
des selben Serviceworkers rechts oben, lässt sich bis jetzt nicht beheben.
Keine Ahnung warum das nicht geht.Hier der aktuelle CSS Code mit zweispaltiger Darstellung und obigen Darstellungsfehler:
CSS
Alles anzeigen@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url(about:serviceworkers){ html {background: #FFFFFF !important;} body:before { content: "Endors Firefox "; font-weight:bold !important; font-size: 26px !important; color:red !important; text-align: center!important; margin-left: 510px !important; margin-right: auto !important;} #serviceworkers{ column-count: 2 !important; column-gap: 5em !important;} #serviceworkers > div:nth-child(n+2){ margin-left: auto !important; margin-right: auto !important;} body{ margin-left: auto !important; margin-right: auto !important; justify-content: center!important; align-items: center!important; max-width: 1200px !important; height: auto !important; background-color: #fffff0 !important; margin-top: 20px !important; padding-top: 20px !important; padding-left: 25px !important; padding-right: 25px !important; padding-bottom: 50px !important; border-left-color: lightblue!important; border-top-color: lightblue!important; border-right-color: dodgerblue!important; border-bottom-color: dodgerblue!important; border-radius: 20px !important; border-width: 4px !important; border-style: outset !important;} #serviceworkers > div:nth-child(n+1) > ul:nth-child(2) > li:nth-child(-n+10) > strong:nth-child(1), ::marker{color: #0052cc !important;} #serviceworkers > h1 {color: #af3a04 !important;} h2{color: red !important; margin-left: 18px !important; } #serviceworkers > h1:nth-child(1){ min-width: 400px !important; margin-left: 410px !important; margin-bottom: 45px !important; margin-top: 25px !important; font-weight:bold !important;} hr{display: none !important;} #serviceworkers{margin-top: 30px !important; height: auto !important;} li {font-size: 14px !important;} #serviceworkers > div:nth-child(even) { background-color: #fbfbf3 !important; padding-left: 15px !important; padding-bottom: 20px !important; padding-top: 15px !important; margin-bottom: 10px!important; margin-top: 10px!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:3px !important; border-radius:14px!important;} #serviceworkers > div:nth-child(even):hover{ background-color: #ffeb99 !important; padding-left: 15px !important; padding-bottom: 20px !important; padding-top: 15px !important; margin-bottom: 10px!important; margin-top: 10px!important; border-style: outset !important; border-width: 3px !important; border-left-color: #bbddff !important; border-top-color: #bbddff !important; border-right-color: #11508d !important; border-bottom-color: #11508d !important;} #serviceworkers > div:nth-child(odd){ background-color: #fef4d8 !important; padding-left: 15px !important; padding-bottom: 20px !important; padding-top: 15px !important; margin-bottom: 10px!important; margin-top: 10px!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:3px !important; border-radius:14px!important;} #serviceworkers > div:nth-child(odd):hover { background-color: #fce39c !important; padding-left: 15px !important; padding-bottom: 20px !important; padding-top: 15px !important; margin-bottom: 10px!important; margin-top: 10px!important; border-style: outset !important; border-width: 3px !important; border-left-color: #bbddff !important; border-top-color: #bbddff !important; border-right-color: #11508d !important; border-bottom-color: #11508d !important;} #serviceworkers > div > button:nth-child(3){ -moz-appearance:none!important; background: #F0F0F0 url("..//icons/Bild5.png")no-repeat !important; margin-top: 20px !important; padding-bottom: 2px!important; padding-top: 2px!important; padding-left:35px!important; padding-right:20px!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; font-size:14px!important; text-decoration:none!important; background-position:10px 2px!important; border-radius:14px!important; color:black !important;} #serviceworkers > div > button:nth-child(3):hover{ -moz-appearance:none!important; background: #B2EDFA url("..//icons/Bild5.png")no-repeat !important; font-size: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; text-decoration:none!important; padding-right:20px!important; padding-left:35px!important ; background-position:10px 2px!important;} #serviceworkers > div > button:nth-child(4){ -moz-appearance:none!important; background: #F0F0F0 url("..//icons/Bild6.png")no-repeat !important; margin-left: 5px !important; padding-bottom: 2px!important; padding-top: 2px!important; padding-left:35px!important; padding-right:20px!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; font-size:14px!important; text-decoration:none!important; background-position:10px 2px!important; border-radius:14px!important; color:black !important;} #serviceworkers > div > button:nth-child(4):hover{ -moz-appearance:none!important; background: #B2EDFA url("..//icons/Bild6.png")no-repeat !important; font-size: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; text-decoration:none!important; padding-right:20px!important; padding-left:35px!important ; background-position:10px 2px!important;} #serviceworkers > div > ul > li:nth-child(2) > a{ -moz-appearance:none!important; background: #F0F0F0 url("..//icons/Bild7.png")no-repeat !important; display: inline-block !important; min-width: 250px !important; max-width: 250px !important; margin-left: 50px !important; padding-left:35px!important; padding-right:20px!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; font-size:14px!important; text-decoration:none!important; background-position:10px 6px!important; border-radius:14px!important; color:black !important; text-align: left!important; white-space: nowrap!important; overflow: hidden !important; text-overflow: ellipsis!important; line-height: 2 !important;} #serviceworkers > div > ul > li:nth-child(2) > a:hover{ -moz-appearance:none!important; background: #B2EDFA url("..//icons/Bild7.png")no-repeat !important; font-size: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; text-decoration:none!important; padding-right:20px!important; padding-left:35px!important ; background-position:10px 6px!important;} #serviceworkers > div > ul > li:nth-child(3) > a{ -moz-appearance:none!important; background: #F0F0F0 url("..//icons/Bild43.png")no-repeat !important; display: inline-block !important; min-width: 250px !important; max-width: 250px !important; margin-left: 13px !important; padding-left:35px!important; padding-right:20px!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; font-size:14px!important; text-decoration:none!important; background-position:10px 6px!important; border-radius:14px!important; color:black !important; text-align: left!important; white-space: nowrap!important; overflow: hidden !important; text-overflow: ellipsis!important; line-height: 2 !important;} #serviceworkers > div > ul > li:nth-child(3) > a:hover{ -moz-appearance:none!important; background: #B2EDFA url("..//icons/Bild43.png")no-repeat !important; font-size: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; text-decoration:none!important; padding-right:20px!important; padding-left:35px!important ; background-position:10px 6px!important;} }
Mfg.
Endor -
Hallo Endor,
ich habe zumindest einen Weg gefunden, der ab einer bestimmten größe des Viewports ein, so wie es aussieht, sauberes Ergebnis erzeugt, schau Dir mal das ↓ CSS-Schnipsel an.
CSS
Alles anzeigen@media only screen and (min-width: 1700px) { body { max-width: 1620px !important; } #serviceworkers { column-count: 2 !important; column-gap: 1em !important; margin-top: 15px !important; } #serviceworkers > div { display: inline-block !important; min-width: 796px !important; max-width: 796px !important; } }
Einige der URLs in Skript-Spezifikation: und Aktuelle Worker-Adresse: sind hier rechts lang, deshalb die große Breite von
@media only screen and und body.
-
Hallo Dharkness
Habe mir deinen CSS Code mal angeschaut.
Wie Du schon schreibst hängt er von der Größe des Viewports ab.
Bei meinem Monitor kann ich den gar nicht so groß machen, dass es funktioniert.
Trotzdem danke.Mfg.
Endor -
Hallo Endor,
Du musst die Werte für die width-Einträge und dem column-gap natürlich Deinem Viewport anpassen, vielleicht kannst Du ja was daraus bauen.
-
Hallo zusammen.
Hier eine Aktualisierung vom CSS Code für about:support für Firefox 79+
Neue Schaltfläche Start-Cache löschen und kleinere Anpassungen.
CSS Code:
CSS
Alles anzeigen@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix(about:support) { body::before {content: "Design by Endor und FuchsFan"; 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; } #clear-startup-cache-box > h3:nth-child(1){ margin-left: 17px !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; } #clear-startup-cache-box > h3, #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; } #media-input-devices-tbody > tr:nth-child(n+1) > td:nth-child(2), #media-output-devices-tbody > tr:nth-child(n+1) > td:nth-child(2){ word-break: break-all !important; min-width: 10em !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;} #clear-startup-cache-button{ -moz-appearance:none!important; background: #F0F0F0 url("..//icons/database_delete.png")no-repeat !important; padding-left:40px!important; padding-right:116px!important; margin-left: 10px !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:20px !important; color:black !important; } #clear-startup-cache-button:hover{ -moz-appearance:none!important; background: #B2EDFA url("..//icons/database_delete.png")no-repeat !important; background-position:14px 6px!important; border-style: outset !important; border-width:2px !important; border-left-color: #bbddff !important; border-top-color: #bbddff !important; border-right-color: #11508d !important; border-bottom-color: #11508d !important;} #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;} #remoteprocesses-row > td:nth-child(2) > a:nth-child(1){ -moz-appearance:none!important; margin-left: -4px !important; background: #F0F0F0 url("..//icons/Bild125.png") no-repeat !important; color:black!important; font-size:14px!important; text-decoration:none!important; padding-right:160px!important; padding-left:35px!important; padding-bottom: 2px !important; padding-top: 2px !important; border-left-color: lightblue!important; border-top-color: lightblue!important; border-right-color: dodgerblue!important; border-bottom-color: dodgerblue!important; border-style: outset !important; border-width:2px !important; background-position:8px 3px!important; border-radius:14px!important;} #remoteprocesses-row > td:nth-child(2) > a:nth-child(1):hover{ -moz-appearance:none!important; background: #B2EDFA url("..//icons/Bild125.png") no-repeat !important; color:black!important; font-size:14px!important; text-decoration:none!important; background-position:8px 3px!important; border-radius:14px!important; border-left-color: #bbddff !important; border-top-color: #bbddff !important; border-right-color: #11508d !important; border-bottom-color: #11508d !important; border-style: outset !important; border-width:2px !important;} #remoteprocesses-row, #remoteprocesses-row > th:nth-child(1), #remoteprocesses-row > td:nth-child(2) {padding-bottom: 10px !important; padding-top: 10px !important;} }
Symbol für neue Schaltfläche:
Boersenfeger HInweis: obiger Code ist der ohne Abrundungen.
Wenn Du Deinen mit Abrundungen für Firefox 79 aktualisieren möchtest
melde dich bitte per PN. Danke. :wink:Mfg.
Endor -
Hallo Endor ,
schaust du mal bitte auf den Code about:welcome, dort gibt es ab Version 80 (??) Ungereimtheiten.
-
Hallo FuchsFan,
hier mal ein Schnellschuß für die Höhe.
-
hier mal ein Schnellschuß für die Höhe.
Prima, Dharkness, das funktioniert schon mal. Aber wir müssen wohl abwarten was Endor mit dem Code macht, denn da hat sich ja Einiges geändert, wie es aussieht.
-
Hm,
irgendwie nicht wirklich, about:welcome ist so leer, oder was meinst Du?
-
ist so leer, oder was meinst Du?
Genau so ist es, aber der Code von Endor enthält ja noch Bestandteile, die hier nicht mehr benötigt werden, so meine ich.
-
der Code von Endor enthält ja noch Bestandteile, die hier nicht mehr benötigt werden
Ah, das meinst Du, Da müsstest Du doch nur die Einträge mit ↓ entfernen oder sie dahingehend ↓↓ ändern und noch ein paar Anpassungen vornehmen.
CSSdiv.welcomeCard:nth-child(1) > div:nth-child(2) > span:nth-child(2) > button:nth-child(1) div.welcomeCard:nth-child(2) > div:nth-child(2) > span:nth-child(2) > button:nth-child(1) div.welcomeCard:nth-child(3) > div:nth-child(2) > span:nth-child(2) > button:nth-child(1)
Ich baue mir gerade für die 3 Balken ↑ (Beispiel ↓ für den Ersten Balken) unten noch ein paar Anpassungen, nur das mit Schritt 1 usw. einfügen funktioniert noch nicht.
CSS
Alles anzeigendiv.indicator:nth-child(1) { -moz-appearance: none !important; min-height: 28px !important; max-height: 28px !important; min-width: 32px !important; max-width: 32px !important; text-decoration: none !important; border-radius: 0 !important; border: 1px solid #B2B2B2 !important; background: #efefef url("..//chrome/icons/Bild83.png") no-repeat !important; background-position: 6px 6px !important; color: black !important; }
-
So hier mal etwas für about:welcome
CSS Code:
CSS
Alles anzeigen@-moz-document url(about:welcome) { html{background:#ffffff!important;} .screen{ margin-left: auto !important; margin-right: auto !important; justify-content: center!important; align-items: center!important; max-width: 1200px !important; min-height: 90vh !important; max-height: 90vh !important; margin-top: 20px !important; margin-bottom: 20px !important; padding-bottom: 20px !important; padding-top: 15px !important; padding-left: 50px !important; padding-right: 50px !important; background-color: #fffff0 !important; border-left-color: lightblue!important; border-top-color: lightblue!important; border-right-color: dodgerblue!important; border-bottom-color: dodgerblue!important; border-radius: 20px !important; border-width: 4px !important; border-style: outset !important;} .screen:hover{ border-left-color: #bbddff !important; border-top-color: #bbddff !important; border-right-color: #11508d !important; border-bottom-color: #11508d !important;} #topsites-section{background-color: transparent !important;} h1{ margin-top: 50px !important; color: #cc0000 !important; font-size: 45px !important; font-weight: bold !important; min-height: 50px !important;} .secondary-cta > span:nth-child(1){ color: #1a75ff !important; font-weight: bold !important; font-size: 17px !important;} h2{ color: #1a75ff !important; margin-top: 10px !important; margin-bottom: 10px !important; font-weight: bold !important; font-size: 17px !important;} .screen:before { margin-top: 40px !important; margin-left: auto !important; margin-right: auto !important; justify-content: center!important; align-items: center!important; content: "Endors Firefox"; font-weight:bold !important; font-size: 24px !important; color:red !important; } .primary{ margin-top: 45px !important; -moz-appearance: none !important; background: #0060df url("..//icons/Fuchs4.png") no-repeat !important; background-position:16px 11px!important; padding-left: 50px!important; border-left-color: lightblue!important; border-top-color: lightblue!important; border-right-color: dodgerblue!important; border-bottom-color: dodgerblue!important; border-width:2px !important; border-style: outset !important; border-radius:30px!important;} .primary:hover{ background: #003eaa url("..//icons/Fuchs4.png") no-repeat !important; background-position:16px 11px!important; border-left-color: lightblue!important; border-top-color: lightblue!important; border-right-color: dodgerblue!important; border-bottom-color: dodgerblue!important; border-width:2px !important; border-style: outset !important; border-radius:30px!important;} button[class="secondary"][value="secondary_button"][data-l10n-id="onboarding-multistage-welcome-secondary-button-label"]{ -moz-appearance:none!important; background: #F0F0F0 url("..//icons/Bild15.png") no-repeat !important; color:black!important; font-size:14px!important; text-decoration:none!important; padding-right:40px!important; padding-left:40px!important; padding-bottom: 4px !important; padding-top: 2px !important; border-left-color: lightblue!important; border-top-color: lightblue!important; border-right-color: dodgerblue!important; border-bottom-color: dodgerblue!important; border-style: outset !important; border-width:2px !important; background-position:12px 4px!important; border-radius:20px!important;} button[class="secondary"][value="secondary_button"][data-l10n-id="onboarding-multistage-welcome-secondary-button-label"]:hover{ -moz-appearance:none!important; background: #B2EDFA url("..//icons/Bild15.png") no-repeat !important; color:black!important; font-size:14px!important; text-decoration:none!important; background-position:12px 4px!important; border-radius:20px!important; border-left-color: #bbddff !important; border-top-color: #bbddff !important; border-right-color: #11508d !important; border-bottom-color: #11508d !important; border-style: outset !important; border-width:2px !important;} button[class="secondary"][value="secondary_button"][data-l10n-id="onboarding-multistage-theme-secondary-button-label"], button[class="secondary"][value="secondary_button"][data-l10n-id="onboarding-multistage-import-secondary-button-label"]{ -moz-appearance:none!important; background: #F0F0F0 url("..//icons/Bild42.png") no-repeat !important; color:black!important; font-size:14px!important; text-decoration:none!important; padding-right:40px!important; padding-left:40px!important; padding-bottom: 4px !important; padding-top: 2px !important; border-left-color: lightblue!important; border-top-color: lightblue!important; border-right-color: dodgerblue!important; border-bottom-color: dodgerblue!important; border-style: outset !important; border-width:2px !important; background-position:12px 4px!important; border-radius:20px!important;} button[class="secondary"][value="secondary_button"][data-l10n-id="onboarding-multistage-theme-secondary-button-label"]:hover, button[class="secondary"][value="secondary_button"][data-l10n-id="onboarding-multistage-import-secondary-button-label"]:hover{ -moz-appearance:none!important; background: #B2EDFA url("..//icons/Bild42.png") no-repeat !important; color:black!important; font-size:14px!important; text-decoration:none!important; background-position:12px 4px!important; border-radius:20px!important; border-left-color: #bbddff !important; border-top-color: #bbddff !important; border-right-color: #11508d !important; border-bottom-color: #11508d !important; border-style: outset !important; border-width:2px !important;} [class="indicator current"] { background: lime !important; } [class="indicator "] { background: gold !important; opacity: 1 !important; } }
Symbole:
Mfg.
Endor
-
Das Firefox-Logo ist veraltet.
-
Ja ist mir bekannt.
Tausche ich noch aus.
Mfg.
Endor -
-
Logo sollte oben jetzt aktuell sein.
Mfg.
Endor -
Gibts das auch für Nightly?
-