Das fügt oben in der Adressleiste links wieder das favicon der Internetseite ein.
So wie es früher mal war.
Mfg.
Endor
Das fügt oben in der Adressleiste links wieder das favicon der Internetseite ein.
So wie es früher mal war.
Mfg.
Endor
Aha, danke, dann bin ich hier raus.
Verwendest DU eine Erweiterung oder womit wird diese Downloadleiste eingefügt?
Nachschub :wink:
about:buildconfig
CSS Code:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url(about:buildconfig) {
html{background: white !important;}
h1:before {
content: "Endors Firefox: ";
font-weight:bold !important;
color:red !important;
margin-left:250px !important;
margin-right: 15px !important;
padding-top: 100px !important;}
h1{
color: #cc0000 !important;
font-size: 22px !important;
font-weight: bold !important;
margin-bottom: 20px !important;}
h2, body > table:nth-child(n+1) > tbody:nth-child(1) > tr:nth-child(1) {color: #3377ff !important;}
body{
background-color: #fffff0 !important;
max-width: 900px !important;
margin-left: 220px !important;
margin-top: 25px !important;
padding-top: 20px !important;
padding-left: 25px !important;
padding-right: 25px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-radius: 20px !important;
border-width: 4px !important;
border-style: outset !important;}
P > A {min-width: 260px !important;}
P > A {
-moz-appearance:none!important;
background: #efefef url("..//icons/Bild4.png")no-repeat !important;
margin-left: 30px !important;
padding-left:35px!important;
padding-right:20px!important;
padding-bottom: 1px!important;
height:24px!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; }
P > A:hover{
-moz-appearance:none!important;
background: #B2EDFA url("..//icons/Bild4.png")no-repeat !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:20px!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:10px 2px!important;}
}
Alles anzeigen
Symbol: ![]()
Mfg.
Endor
Ich auch :wink:
Mfg.
Endor
Ja diesen Button hatte ich vergessen.
Ist daher erst jetzt dazu gekommen.
Code dafür siehe hier:
RE: About Seiten mit CSS Codes anpassen
An passender Stelle in Deinen vorhandenen CSS Code einfügen.
Mfg.
Endor
So habe jetzt meine drei Codes für about:support entfernt,
und Deinen dafür eingefügt.
Siehe RE: About Seiten mit CSS Codes anpassen
Danke nochmals für Deine Hilfe.
Mfg.
Endor
FuchsFan ja sehe es auch so,
für das Forum ist es besser wenn wir bei about:support
border-radius weg lassen. Das erspart eine Menge Arbeit.
Teste gleich Deinen CSS Code nochmal in Beta und Nightly ausgiebig
wenn alles passt, nehmen wir den und ersetzen meinen hier im Forum damit.
Vielen Dank für die ganze Mühe die Du dir gemacht hast. :klasse:
Mfg.
Endor
Danke, freut mich wenn es gefällt.
FuchsFan, habe Deinen CSS Code angeschaut und getestet, soweit aber
alles bestens. Funktioniert hier einwandfrei.
habe dabei festgestellt, wir haben eine Schaltfläche vergessen anzupassen ![]()
Das wäre der Teil für die Schaltfläche
CSS Code
#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;}
Alles anzeigen
Symbol: ![]()
Mfg.
Endor
Wie wäre es mit Nachschub :wink:
about:profiling
CSS Code
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("about:profiling") {
html {background: #FFFFFF !important;}
body{
background-color: #fffff0 !important;
max-width: 950px !important;
margin-top: 25px !important;
margin-bottom: 30px !important;
margin-left: 210px !important;
padding-top: 25px !important;
padding-left: 25px !important;
padding-right: 25px !important;
padding-bottom: 25px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-radius: 20px !important;
border-width: 4px !important;
border-style: outset !important;}
h1{
color: red !important;
font-size: 22px !important;
font-weight: bold !important;}
h2, h3{
color: #3377ff !important;}
#root::before {
content: "Endors Firefox ";
font-size: 24px !important;
font-weight:bold !important;
color:red !important;
margin-left: 380px !important;}
.perf-intro-icon {
fill: #dc143c !important;
opacity: 1!important;}
.perf-presets {
border-bottom: none !important;}
#perf-settings-thread-text{
border-radius: 28px !important;
}
}
Alles anzeigen
Mfg.
Endor
Du weißt ja wo ich lebe, also hier kein Feiertag.
Arbeitstag wie jeder andere. Freut mich wenn jetzt alles wieder passt.
Mfg.
Endor
Hier kein Feiertag. Normaler Arbeitstag.
Lebe ja nicht in Deutschland.
Deinen CSS Code schaue ich mir später dann an.
Mfg.
Endor
Firefox Menüleiste - Ansicht - Symbolleisten
Haken entsprechend setzten.
Hoffe ich habe Dich richtig verstanden.
Mfg.
Endor
Leider eben nicht. Habe ich so schon versucht.
Geht aber nicht.
Mfg.
Endor
Der Fehler bei Grafik ist nicht so einfach zu lösen,
den bei mir sieht es da ganz anders aus. Ich habe da nach WEBGPU
noch zwei weitere Zeilen.
Teste nochmal:
@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;}
#extensions-tbody > tr:last-child > td:nth-child(1),
#graphics-decisions-tbody > tr:last-child > th:nth-child(1),
tr.no-copy:last-child > th:nth-child(1),
#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),
#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-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;}
#graphics-decisions-tbody > tr:last-child > td:nth-child(2),
#extensions-tbody > tr:last-child > td:nth-child(4),
tr.no-copy:last-child > td:nth-child(2),
#security-software-firewall,
#startup-cache-wrote-to-disk-cache,
#graphics-workarounds-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:nth-child(20) > 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(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+1) > td:hover > table > tr > td,
#graphics-decisions-tbody > tr:nth-child(n+1) > td:hover > table > tr
{background: #ffeb99 !important;}
#graphics-decisions-tbody > tr:nth-child(n+2) > td:nth-child(2) > table:nth-child(1)
{margin-left: -15px!important;}
#security-software-table,
#contents > table:nth-child(n+1),
table.prefs-table:nth-child(n+1),
#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;}
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;}
}
Alles anzeigen
Mfg.
Endor
Bitte mal testen, das erste Problem müsste nun weg sein.
@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;}
#extensions-tbody > tr:nth-child(18) > td:nth-child(1),
tr.no-copy:last-child > th:nth-child(1),
#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),
#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-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;}
#extensions-tbody > tr:nth-child(18) > td:nth-child(4),
tr.no-copy:last-child > td:nth-child(2),
#security-software-firewall,
#startup-cache-wrote-to-disk-cache,
#graphics-workarounds-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:nth-child(20) > 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(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+1) > td:hover > table > tr > td,
#graphics-decisions-tbody > tr:nth-child(n+1) > td:hover > table > tr
{background: #ffeb99 !important;}
#graphics-decisions-tbody > tr:nth-child(n+2) > td:nth-child(2) > table:nth-child(1)
{margin-left: -15px!important;}
#security-software-table,
#contents > table:nth-child(n+1),
table.prefs-table:nth-child(n+1),
#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;}
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;}
}
Alles anzeigen
Mfg.
Endor
Hallo Büssen.
Bitte teste mal diesen CSS Code.
Das hatte ich ganz übersehen.
Müsste jetzt besser sein:
/* AGENT_SHEET */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("about:about") {
html {background: #FFFFFF !important;}
body{
background-color: #fffff0 !important;
max-width: 1020px !important;
margin-top: 25px !important;
margin-bottom: 30px !important;
margin-left: 210px !important;
padding-top: 25px !important;
padding-left: 25px !important;
padding-right: 25px !important;
padding-bottom: 25px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-radius: 20px !important;
border-width: 4px !important;
border-style: outset !important;}
.container > h1:nth-child(1){
margin-left: 90px !important;
color: blue !important;
font-size: 24px !important;
font-weight: bold !important;}
ul { list-style: none !important;}
#abouts{
background-color: #fffffF !important;
margin-left: -10px !important;
margin-top: 25px !important;
padding-top: 25px !important;
padding-left: 25px !important;
padding-right: 25px !important;
padding-bottom: 25px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-radius: 20px !important;
border-width: 4px !important;
border-style: outset !important;}
p {margin-left: 100px !important; font-size:15px!important;}
h1::before {
content: "Endors Firefox: ";
font-weight:bold !important;
color:red !important;
margin-left: 80px !important;}
a{color:black!important;}
a{
text-decoration:none!important;
color:black!important;}
/* Die ersten 18 */
#abouts > li:nth-child(-n+19){
appearance:none!important;
background: gainsboro url("..//icons/Bild3.png")no-repeat !important;
color:transparent!important;
font-size:14px!important;
text-decoration:none!important;
margin-top:3px!important;
margin-bottom: 5px !important;
margin-right:20px!important;
margin-left: 85px !important;
padding-right: 25px !important;
padding-left:40px!important;
padding-top: 1px!important;
padding-bottom: 2px!important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:10px 2px!important;
border-radius:14px!important;}
/* Die ersten 18 hover */
#abouts > li:nth-child(-n+19):hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png")no-repeat !important;
color:transparent!important;
font-size:14px!important;
text-decoration:none!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;
background-position:10px 2px!important;
border-radius:14px!important;}
/* Die letzten 19 */
#abouts > li:nth-child(n+20){
appearance:none!important;
background: cornsilk url("..//icons/Bild3.png")no-repeat !important;
color:transparent!important;
font-size:14px!important;
margin-top:3px!important;
margin-bottom: 5px !important;
margin-right:95px!important;
padding-left:35px!important;
padding-top: 1px!important;
padding-bottom: 2px!important;
border-left-color: #ffb2b2 !important;
border-top-color: #ffb2b2 !important;
border-right-color: #8d0000 !important;
border-bottom-color: #8d0000 !important;
border-style: outset !important;
border-width:2px !important;
background-position:10px 2px!important;
border-radius:14px!important;}
/* Die letzten 19 hover */
#abouts > li:nth-child(n+20):hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png")no-repeat !important;
color:transparent!important;
font-size:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;
background-position:10px 2px!important;
border-radius:14px!important;}
}
Alles anzeigen
Mfg.
Endor
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?
Mfg.
Endor
Füge im CSS Code für Wetterfux, bei diesem Absatz bei,
passender Position
@-moz-document url-prefix("https://www.wetterkontor.de/de/aktuelle-werte-deutschland-gefuehlte-temperatur.asp"),
url-prefix("https://www.wetterkontor.de/de/aktuelle-werte-deutschland-feuchte.asp"),
url-prefix("https://www.wetterkontor.de/de/aktuelle-werte-deutschland-sichtweite.asp"),
url-prefix("https://www.wetterkontor.de/de/aktuelle-werte-deutschland-druck.asp"),
url-prefix("https://www.wetterkontor.de/de/aktuelle-werte-deutschland-wind.asp"),
url-prefix("https://www.wetterkontor.de/de/aktuelle-werte-deutschland-wetter.asp"),
url-prefix("https://www.wetterkontor.de/de/aktuelle-werte-deutschland-niederschlag.asp"),
url-prefix("https://www.wetterkontor.de/de/aktuelle-werte-deutschland-temperatur.asp"),
url-prefix("https://www.wetterkontor.de/de/aktuelle-werte-deutschland-sonnenscheindauer.asp")
Wenn es noch nicht geht Wert höher setzen.
Es liegt wahrscheinlich an der von Dir verwendeten Schriftgröße.
Mfg.
Endor