Das Problem könnte eventuell mit folgendem Bugreport zusammenhängen:
Nun habe ich diese Woche mal verstreichen lassen, aber es besteht das Problem weiterhin. Und nun?![]()
Besser so
, als so
. Alles wird gut!![]()
Das Problem könnte eventuell mit folgendem Bugreport zusammenhängen:
Nun habe ich diese Woche mal verstreichen lassen, aber es besteht das Problem weiterhin. Und nun?![]()
Besser so
, als so
. Alles wird gut!![]()
Genau so läuft es ab.
Ich habe mal eine ältere Version (v.73) genommen, diese manuell upgedatet (ca. 67 MB), hier wurde der Download mitgezählt. Für gewöhnlich halte ich zwei Versionen fortlaufend ( zweimal täglich) aktuell, und deswegen ist es mir in den vergangenen Tagen aufgefallen. In der Beta tritt das nicht in Erscheinung.
Kann ich für
Version 82.0a1
Build-ID 20200904094341
bestätigen
Danke, dann müssen wir erst einmal abwarten, wie sich das weiter entwickelt.
Gerade eben upgedatet - kann ich nicht bestätigen. Hier wurde akkurat mitgezählt.
Was hast Du, was wir Beide nicht haben?
Ich kann nur sagen, dass das bei vier Nightly auftritt. Aber egal, ich warte erst ab, mal sehen was noch passiert.
Danke, für Deine Bestätigung.
Also ich habe das so gemacht:
Hallo Endor ! ![]()
Ich habe mich für diese RE: About Seiten mit CSS Codes anpassen Schreibweise von Andreas entschieden, wollte Dir aber dennoch mitteilen, das auch Dein Code funktioniert (wenn auch etwas anders aufgestellt).
Oder auch mal testen:
Wenn sowieso alle Button gleich aussehen, eine gute Lösung. Jede Menge Code eingespart, nur kleine Anpassungen vorgenommen, und gut ist. Danke, Andreas! ![]()
![]()
welcher Teil Deines CSS-Voodoos bezieht sich auf die in meinem Screenshot markierte temporäre Messbox?
Im Code ist nichts dazu enthalten, aber versuche mal das:
Sehe gerade, dass grisu2099 auch schon gleichen Selektor gezeigt hat, und der funktioniert auch.![]()
Edit:
Dieser Schnipsel hat z.B. auch Auswirkung auf save verbose.
noch ein Lösung?
Das ist mein Code, teste mal bitte:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(about:memory) {
body:before {content: "XXX: about:memory "; font-size:24px!important; font-weight:bold !important;
margin-left:450px !important; color:dodgerblue !important; line-height: 3.0 !important; }
body{
background: #f8f8ff !important;
overflow-x: hidden !important;
margin-left: 250px !important; /* Rahmenabstand vom linken Rand */
margin-right: 415px !important; /* Rahmenabstand vom rechten Rand */
margin-top: 10px !important;
padding-bottom: 25px !important;
border: 5px solid dodgerblue! important; /* Umrandung */
border-radius:24px !important;
box-shadow: inset 0 0 15px 15px lightblue !important; /* innerer Schatten */
}
h1{color: red !important; font-size: 22px !important; font-weight: bold !important; margin-top: 20px !important;}
h2{color: #3377ff !important; margin-left: 40px !important; margin-top: 20px !important;}
div.sidebarItem:nth-child(1) > div:nth-child(1){color: red !important; font-weight: bold !important; }
div.sidebarItem:nth-child(1):hover > div:nth-child(1) {color: #3377ff !important;}
div.sidebarItem:nth-child(2) > div:nth-child(1){color: red !important; font-weight: bold !important; margin-left: 9px !important;}
div.sidebarItem:nth-child(2):hover > div:nth-child(1) {color: #3377ff !important;}
div.opsRowLabel{
color: red !important;
font-size: 13px !important;
font-weight: bold !important; }
div.opsRowLabel:hover{
color: #3377ff !important;
font-size: 13px !important;
font-weight: bold !important; }
div.opsRow:nth-child(n+2) {margin-left: 4px !important;}
div.opsRow:nth-child(4){min-width: 200px !important;}
div.ancillary:nth-child(1) {
max-width: 1160px !important;
margin-left: 10px !important;
margin-bottom: 15px !important;
background-color: #fffff0 !important;
padding-top: 20px !important;
padding-left: 5px !important;
padding-right: 5px !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;}
div.ancillary:nth-child(1):hover{
background-color: #FFDEAD !important;
}
::marker {color: #ffffff !important;}
.sidebar{
margin-top: 5px !important;
max-height: 500px !important;
padding-top: 25px !important;
padding-left: 25px !important;
padding-right: 25px !important;
padding-bottom: 25px !important;
background-color: #FFFFF0 !important;
border-left-color: Tomato!important;
border-top-color: Tomato!important;
border-right-color: OrangeRed!important;
border-bottom-color: OrangeRed!important;
border-radius: 14px !important;
border-width: 4px !important;
border-style: outset !important;}
.sidebar:hover{
background-color: #FFDEAD !important;
border-left-color: Tomato!important;
border-top-color: Tomato!important;
border-right-color: OrangeRed!important;
border-bottom-color: OrangeRed!important;
}
div.ancillary:nth-child(3){
margin-left: 85px !important;
}
html{background: gainsboro !important;}
/* body{background: gainsboro !important;} */
.sections{
max-width: 840px !important;
background-color: #fefefa /* #fffff0 */ !important;
margin-top: 5px !important;
margin-left: 85px !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;}
.sections:hover{
background-color: #FFDEAD !important;
}
html > body > div:first-child > div > div:first-child { margin-left: 4px ! important; padding-left:14px !important; margin-right: 2px ! important;}
html > body > div:first-child > div > div:nth-child(2){min-width: 114px !important; padding-left:14px !important; margin-right: 2px ! important; padding-top: 6px !important; padding-bottom: 11px !important; max-height: 40px !important; }
html > body > div:first-child > div > div:nth-child(3){min-width: 214px !important; padding-left:14px !important; margin-right: 2px ! important; padding-top: 10px !important;}
html > body > div:first-child > div > div:last-child{min-width: 157px !important; padding-left:14px !important; margin-right: -2px ! important; padding-top: 10px !important;}
#measureButton{
-moz-appearance:none!important;
background: #efefef url("..//icons/Bild16.png")no-repeat !important;
padding-left:27px!important;
padding-bottom: 5px!important;
padding-right: 5px!important;
background-position:8px 3px!important;
font-size:14.0px!important;
height:24px!important;
border-radius:14px!important;
border-left-color: #E6E5E5 !important;
border-top-color: #E6E5E5 !important;
border-right-color: #5C5B5B !important;
border-bottom-color: #5C5B5B !important;
border-style: outset !important;
border-width:2px !important;
color:black !important;
margin-left:-8px !important;}
#measureButton:hover{
-moz-appearance:none!important;
background: #CFE6F1 url("..//icons/Bild16.png")no-repeat !important;
padding-left:27px!important;
background-position:8px 3px!important;
border-radius:14px!important;
border-left-color: #e4e3e3 !important;
border-top-color: #e4e3e3 !important;
border-right-color: #5c5b5b !important;
border-bottom-color: #5c5b5b !important;
border-style: outset !important;
border-width:2px !important;}
button[title="Do a global garbage collection."]{
-moz-appearance:none!important;
background: #efefef url("..//icons/Bild17.png")no-repeat !important;
padding-left:24px!important;
padding-bottom: 5px!important;
padding-right: 5px!important;
background-position:7px 3px!important;
font-size:14.0px!important;
height:24px!important;
border-radius:14px!important;
border-color: dodgerblue !important;
border-style: outset !important;
border-left-color: #E6E5E5 !important;
border-top-color: #E6E5E5 !important;
border-right-color: #5C5B5B !important;
border-bottom-color: #5C5B5B !important;
border-width:2px !important;
color:black !important;
margin-left:-10px !important; }
button[title="Do a global garbage collection."]:hover{
-moz-appearance:none!important;
background:#CFE6F1 url("..//icons/Bild17.png")no-repeat !important;
padding-left:24px!important;
background-position:7px 3px!important;
border-radius:14px!important;
border-left-color: #e4e3e3 !important;
border-top-color: #e4e3e3 !important;
border-right-color: #5c5b5b !important;
border-bottom-color: #5c5b5b !important;
border-style: outset !important;
border-width:2px !important; }
button[title="Do a cycle collection."]{
-moz-appearance:none!important;
background: #efefef url("..//icons/Bild18.png")no-repeat !important;
padding-left:24px!important;
padding-bottom: 5px!important;
padding-right: 5px!important;
background-position:7px 2px!important;
font-size:14.0px!important;
height:24px!important;
border-radius:14px!important;
border-color: dodgerblue !important;
border-style: outset !important;
border-left-color: #E6E5E5 !important;
border-top-color: #E6E5E5 !important;
border-right-color: #5C5B5B !important;
border-bottom-color: #5C5B5B !important;
border-width:2px !important;
margin-left:7px !important;
color:black !important; }
button[title="Do a cycle collection."]:hover{
-moz-appearance:none!important;
background: #CFE6F1 url("..//icons/Bild18.png")no-repeat !important;
padding-left:24px!important;
background-position:7px 2px!important;
border-radius:14px!important;
border-style: outset !important;
border-left-color: #e4e3e3 !important;
border-top-color: #e4e3e3 !important;
border-right-color: #5c5b5b !important;
border-bottom-color: #5c5b5b !important;
border-width:2px !important;}
html > body > div:first-child > div > div:nth-child(3) > button:last-child{
-moz-appearance:none!important;
background: #efefef url("..//icons/Bild19.png")no-repeat !important;
padding-left:24px!important;
padding-bottom: 5px!important;
padding-right: 5px!important;
background-position:7px 2px!important;
font-size:14.0px!important;
height:24px!important;
border-radius:14px!important;
border-color: dodgerblue !important;
border-left-color: #E6E5E5 !important;
border-top-color: #E6E5E5 !important;
border-right-color: #5C5B5B !important;
border-bottom-color: #5C5B5B !important;
border-style: outset !important;
border-width:2px !important;
margin-left:7px !important;
color:black !important; }
html > body > div:first-child > div > div:nth-child(3) > button:last-child:hover{
-moz-appearance:none!important;
background: #CFE6F1 url("..//icons/Bild19.png")no-repeat !important;
padding-left:24px!important;
background-position:7px 2px!important;
border-radius:14px!important;
border-left-color: #e4e3e3 !important;
border-top-color: #e4e3e3 !important;
border-right-color: #5c5b5b !important;
border-bottom-color: #5c5b5b !important;
border-style: outset !important;
border-width:2px !important;}
#saveLogsConcise{
-moz-appearance:none!important;
background: #efefef url("..//icons/Bild20.png")no-repeat !important;
padding-left:24px!important;
padding-bottom: 5px!important;
padding-right: 5px!important;
background-position:7px 3px!important;
font-size:14.0px!important;
height:24px!important;
border-radius:14px!important;
border-color: dodgerblue !important;
border-left-color: #E6E5E5 !important;
border-top-color: #E6E5E5 !important;
border-right-color: #5C5B5B !important;
border-bottom-color: #5C5B5B !important;
border-style: outset !important;
border-width:2px !important;
color:black !important; }
#saveLogsConcise:hover{
-moz-appearance:none!important;
background: #CFE6F1 url("..//icons/Bild20.png")no-repeat !important;
padding-left:24px!important;
background-position:7px 3px!important;
border-radius:14px!important;
border-left-color: #e4e3e3 !important;
border-top-color: #e4e3e3 !important;
border-right-color: #5c5b5b !important;
border-bottom-color: #5c5b5b !important;
border-style: outset !important;
border-width:2px !important;}
#saveLogsVerbose{
-moz-appearance:none!important;
background: #efefef url("..//icons/content.gif")no-repeat !important;
padding-left:24px!important;
padding-bottom: 5px!important;
padding-right: 5px!important;
background-position:7px 2px!important;
font-size:14.0px!important;
height:24px!important;
border-radius:14px!important;
border-color: dodgerblue !important;
border-left-color: #E6E5E5 !important;
border-top-color: #E6E5E5 !important;
border-right-color: #5C5B5B !important;
border-bottom-color: #5C5B5B !important;
border-style: outset !important;
border-width:2px !important;
margin-left: 5px !important;
color:black !important; }
#saveLogsVerbose:hover{
-moz-appearance:none!important;
background: #CFE6F1 url("..//icons/content.gif")no-repeat !important;
padding-left:24px!important;
background-position:7px 2px!important;
border-radius:14px!important;
border-left-color: #e4e3e3 !important;
border-top-color: #e4e3e3 !important;
border-right-color: #5c5b5b !important;
border-bottom-color: #5c5b5b !important;
border-style: outset !important;
border-width:2px !important;}
button[title="Load memory reports from file and show."] {
-moz-appearance:none!important;
background: #efefef url("..//icons/Bild21.png")no-repeat !important;
padding-left:24px!important;
padding-bottom: 5px!important;
padding-right: 5px!important;
background-position:8px 2px!important;
font-size:14.0px!important;
height:24px!important;
border-radius:14px!important;
border-color: dodgerblue !important;
border-style: outset !important;
border-left-color: #E6E5E5 !important;
border-top-color: #E6E5E5 !important;
border-right-color: #5C5B5B !important;
border-bottom-color: #5C5B5B !important;
border-width:2px !important;
margin-left:10px !important;
color:black !important; }
button[title="Load memory reports from file and show."]:hover{
-moz-appearance:none!important;
background: #CFE6F1 url("..//icons/Bild21.png")no-repeat !important;
padding-left:24px!important;
border-radius:14px!important;
border-left-color: #e4e3e3 !important;
border-top-color: #e4e3e3 !important;
border-right-color: #5c5b5b !important;
border-bottom-color: #5c5b5b !important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important; }
button[title="Read memory reports from the clipboard and show."]{
-moz-appearance:none!important;
background: #efefef url("..//icons/Bild22.png")no-repeat !important;
padding-left:23px!important;
padding-bottom: 5px!important;
padding-right: 5px!important;
background-position:7px 2px!important;
font-size:14.0px!important;
height:24px!important;
border-radius:14px!important;
border-color: dodgerblue !important;
border-left-color: #E6E5E5 !important;
border-top-color: #E6E5E5 !important;
border-right-color: #5C5B5B !important;
border-bottom-color: #5C5B5B !important;
border-style: outset !important;
border-width:2px !important;
margin-left:10px !important;
color:black !important; }
button[title="Read memory reports from the clipboard and show."]:hover{
-moz-appearance:none!important;
background: #CFE6F1 url("..//icons/Bild22.png")no-repeat !important;
padding-left:23px!important;
background-position:7px 2px!important;
border-radius:14px!important;
border-left-color: #e4e3e3 !important;
border-top-color: #e4e3e3 !important;
border-right-color: #5c5b5b !important;
border-bottom-color: #5c5b5b !important;
border-style: outset !important;
border-width:2px !important;}
button[title="Load memory report data from two files and show the difference."]{
-moz-appearance:none!important;
background: #efefef url("..//icons/Bild23.png")no-repeat !important;
padding-left:24px!important;
padding-bottom: 5px!important;
padding-right: 5px!important;
background-position:8px 2px!important;
font-size:14.0px!important;
height:24px!important;
border-radius:14px!important;
border-color: dodgerblue !important;
border-style: outset !important;
border-left-color: #E6E5E5 !important;
border-top-color: #E6E5E5 !important;
border-right-color: #5C5B5B !important;
border-bottom-color: #5C5B5B !important;
border-width:2px !important;
margin-left:10px !important;
color:black !important; }
button[title="Load memory report data from two files and show the difference."]:hover{
-moz-appearance:none!important;
background: #CFE6F1 url("..//icons/Bild23.png")no-repeat !important;
padding-left:24px!important;
background-position:8px 2px!important;
border-radius:14px!important;
border-left-color: #e4e3e3 !important;
border-top-color: #e4e3e3 !important;
border-right-color: #5c5b5b !important;
border-bottom-color: #5c5b5b !important;
border-style: outset !important;
border-width:2px !important;}
button[title="Save memory reports to file."]{
-moz-appearance:none!important;
background: #efefef url("..//icons/Bild24.png")no-repeat !important;
padding-left:26px!important;
padding-bottom: 5px!important;
padding-right: 8px!important;
background-position:7px 2px!important;
font-size:14.0px!important;
height:24px!important;
border-radius:14px!important;
border-color: dodgerblue !important;
border-style: outset !important;
border-left-color: #E6E5E5 !important;
border-top-color: #E6E5E5 !important;
border-right-color: #5C5B5B !important;
border-bottom-color: #5C5B5B !important;
border-width:2px !important;
margin-left:18px !important;
color:black !important; }
button[title="Save memory reports to file."]:hover{
-moz-appearance:none!important;
background: #CFE6F1 url("..//icons/Bild24.png")no-repeat !important;
padding-left:26px!important;
background-position:7px 2px!important;
border-radius:14px!important;
border-left-color: #e4e3e3 !important;
border-top-color: #e4e3e3 !important;
border-right-color: #5c5b5b !important;
border-bottom-color: #5c5b5b !important;
border-style: outset !important;
border-width:2px !important;}
[href="about:support"]{min-width: 260px !important;}
[href="about:support"]{
-moz-appearance:none!important;
background: #efefef url("..//icons/Bild25.png")no-repeat !important;
margin-bottom: 5px !important;
margin-right: 5px !important;
padding-left:35px!important;
padding-right:20px!important;
padding-bottom: 1px!important;
height:24px!important;
border-color: dodgerblue !important;
border-style: outset !important;
border-left-color: #E6E5E5 !important;
border-top-color: #E6E5E5 !important;
border-right-color: #5C5B5B !important;
border-bottom-color: #5C5B5B !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;
line-height: 2.0 !important;}
[href="about:support"]:hover{
-moz-appearance:none!important;
background: #CFE6F1 url("..//icons/Bild25.png")no-repeat !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:20px!important;
padding-left:35px!important ;
background-position:10px 2px!important;}
html > body > div:first-child > div > div:last-child > button:last-child{
-moz-appearance:none!important;
background: #efefef url("..//icons/Bild26.png")no-repeat !important;
padding-left:24px!important;
padding-bottom: 5px!important;
padding-right: 5px!important;
background-position:7px 2px!important;
font-size:14.0px!important;
height:24px!important;
border-radius:14px!important;
border-style: outset !important;
border-left-color: #E6E5E5 !important;
border-top-color: #E6E5E5 !important;
border-right-color: #5C5B5B !important;
border-bottom-color: #5C5B5B !important;
border-width:2px !important;
margin-left:10px!important;
color:black !important; }
html > body > div:first-child > div > div:last-child > button:last-child:hover{
-moz-appearance:none!important;
background: #CFE6F1 url("..//icons/Bild26.png")no-repeat !important;
padding-left:24px!important;
border-style: outset !important;
border-left-color: #e4e3e3 !important;
border-top-color: #e4e3e3 !important;
border-right-color: #5c5b5b !important;
border-bottom-color: #5c5b5b !important;
background-position:7px 2px!important;}
.index > li:nth-child(1) > a:nth-child(1){
margin-left:-11px !important;
-moz-appearance:none!important;
background: #efefef url("..//icons/Bild119.png")no-repeat !important;
padding-left:26px!important;
padding-right: 89px!important;
background-position:7px 2px!important;
font-size:14.0px!important;
border-radius:14px!important;
border-style: outset !important;
border-left-color: #E6E5E5 !important;
border-top-color: #E6E5E5 !important;
border-right-color: #5C5B5B !important;
border-bottom-color: #5C5B5B !important;
border-width:2px !important;
color:black !important;
line-height: 2.2!important; }
.index > li:nth-child(1) > a:nth-child(1):hover{
-moz-appearance:none!important;
background: #CFE6F1 url("..//icons/Bild119.png")no-repeat !important;
border-style: outset !important;
border-left-color: #e4e3e3 !important;
border-top-color: #e4e3e3 !important;
border-right-color: #5c5b5b !important;
border-bottom-color: #5c5b5b !important;
background-position:7px 2px!important; }
.index > li:nth-child(2) > a:nth-child(1){
margin-left:-11px !important;
-moz-appearance:none!important;
background: #efefef url("..//icons/Bild119.png")no-repeat !important;
padding-left:26px!important;
padding-right: 22px!important;
background-position:7px 2px!important;
font-size:14.0px!important;
border-radius:14px!important;
border-style: outset !important;
border-left-color: #E6E5E5 !important;
border-top-color: #E6E5E5 !important;
border-right-color: #5C5B5B !important;
border-bottom-color: #5C5B5B !important;
border-width:2px !important;
color:black !important;
line-height: 2.2!important;}
.index > li:nth-child(2) > a:nth-child(1):hover{
-moz-appearance:none!important;
background: #CFE6F1 url("..//icons/Bild119.png")no-repeat !important;
border-style: outset !important;
border-left-color: #e4e3e3 !important;
border-top-color: #e4e3e3 !important;
border-right-color: #5c5b5b !important;
border-bottom-color: #5c5b5b !important;
background-position:7px 2px!important;}
.index > li:nth-child(3) > a:nth-child(1){
margin-left:-11px !important;
-moz-appearance:none!important;
background: #efefef url("..//icons/Bild119.png")no-repeat !important;
padding-left:26px!important;
padding-right: 20px!important;
background-position:7px 2px!important;
font-size:14.0px!important;
border-radius:14px!important;
border-style: outset !important;
border-left-color: #E6E5E5 !important;
border-top-color: #E6E5E5 !important;
border-right-color: #5C5B5B !important;
border-bottom-color: #5C5B5B !important;
border-width:2px !important;
color:black !important;
line-height: 2.2!important;}
.index > li:nth-child(3) > a:nth-child(1):hover{
-moz-appearance:none!important;
background: #CFE6F1 url("..//icons/Bild119.png")no-repeat !important;
border-style: outset !important;
border-left-color: #e4e3e3 !important;
border-top-color: #e4e3e3 !important;
border-right-color: #5c5b5b !important;
border-bottom-color: #5c5b5b !important;
background-position:7px 2px!important;}
.index > li:nth-child(4) > a:nth-child(1){
margin-left:-11px !important;
-moz-appearance:none!important;
background: #efefef url("..//icons/Bild119.png")no-repeat !important;
padding-left:26px!important;
padding-right: 10px!important;
background-position:7px 2px!important;
font-size:14.0px!important;
border-radius:14px!important;
border-style: outset !important;
border-left-color: #E6E5E5 !important;
border-top-color: #E6E5E5 !important;
border-right-color: #5C5B5B !important;
border-bottom-color: #5C5B5B !important;
border-width:2px !important;
color:black !important;
line-height: 2.2!important;}
.index > li:nth-child(4) > a:nth-child(1):hover{
-moz-appearance:none!important;
background: #CFE6F1 url("..//icons/Bild119.png")no-repeat !important;
border-style: outset !important;
border-left-color: #e4e3e3 !important;
border-top-color: #e4e3e3 !important;
border-right-color: #5c5b5b !important;
border-bottom-color: #5c5b5b !important;
background-position:7px 2px!important;}
.index > li:nth-child(5) > a:nth-child(1){
margin-left:-11px !important;
-moz-appearance:none!important;
background: #efefef url("..//icons/Bild119.png")no-repeat !important;
padding-left:26px!important;
padding-right: 20px!important;
background-position:7px 2px!important;
font-size:14.0px!important;
border-radius:14px!important;
border-style: outset !important;
border-left-color: #E6E5E5 !important;
border-top-color: #E6E5E5 !important;
border-right-color: #5C5B5B !important;
border-bottom-color: #5C5B5B !important;
border-width:2px !important;
color:black !important;
line-height: 2.2!important; }
.index > li:nth-child(5) > a:nth-child(1):hover{
-moz-appearance:none!important;
background: #CFE6F1 url("..//icons/Bild119.png")no-repeat !important;
border-style: outset !important;
border-left-color: #e4e3e3 !important;
border-top-color: #e4e3e3 !important;
border-right-color: #5c5b5b !important;
border-bottom-color: #5c5b5b !important;
background-position:7px 2px!important; }
.index > li:nth-child(6) > a:nth-child(1){
margin-left:-11px !important;
-moz-appearance:none!important;
background: #efefef url("..//icons/Bild119.png")no-repeat !important;
padding-left:26px!important;
padding-right: 19px!important;
background-position:7px 2px!important;
font-size:14.0px!important;
border-radius:14px!important;
border-style: outset !important;
border-left-color: #E6E5E5 !important;
border-top-color: #E6E5E5 !important;
border-right-color: #5C5B5B !important;
border-bottom-color: #5C5B5B !important;
border-width:2px !important;
color:black !important;
line-height: 2.2!important;}
.index > li:nth-child(6) > a:nth-child(1):hover{
-moz-appearance:none!important;
background: #CFE6F1 url("..//icons/Bild119.png")no-repeat !important;
border-style: outset !important;
border-left-color: #e4e3e3 !important;
border-top-color: #e4e3e3 !important;
border-right-color: #5c5b5b !important;
border-bottom-color: #5c5b5b !important;
background-position:7px 2px!important;}
.index > li:nth-child(7) > a:nth-child(1){
margin-left:-11px !important;
-moz-appearance:none!important;
background: #efefef url("..//icons/Bild119.png")no-repeat !important;
padding-left:26px!important;
padding-right: 19px!important;
background-position:7px 2px!important;
font-size:14.0px!important;
border-radius:14px!important;
border-style: outset !important;
border-left-color: #E6E5E5 !important;
border-top-color: #E6E5E5 !important;
border-right-color: #5C5B5B !important;
border-bottom-color: #5C5B5B !important;
border-width:2px !important;
color:black !important;
line-height: 2.2!important;}
.index > li:nth-child(7) > a:nth-child(1):hover{
-moz-appearance:none!important;
background: #CFE6F1 url("..//icons/Bild119.png")no-repeat !important;
border-style: outset !important;
border-left-color: #e4e3e3 !important;
border-top-color: #e4e3e3 !important;
border-right-color: #5c5b5b !important;
border-bottom-color: #5c5b5b !important;
background-position:7px 2px!important;}
.index > li:nth-child(8) > a:nth-child(1){
margin-left:-11px !important;
-moz-appearance:none!important;
background: #efefef url("..//icons/Bild119.png")no-repeat !important;
padding-left:26px!important;
padding-right: 19px!important;
background-position:7px 2px!important;
font-size:14.0px!important;
border-radius:14px!important;
border-style: outset !important;
border-left-color: #E6E5E5 !important;
border-top-color: #E6E5E5 !important;
border-right-color: #5C5B5B !important;
border-bottom-color: #5C5B5B !important;
border-width:2px !important;
color:black !important;
line-height: 2.2!important;}
.index > li:nth-child(8) > a:nth-child(1):hover{
-moz-appearance:none!important;
background: #CFE6F1 url("..//icons/Bild119.png")no-repeat !important;
border-style: outset !important;
border-left-color: #e4e3e3 !important;
border-top-color: #e4e3e3 !important;
border-right-color: #5c5b5b !important;
border-bottom-color: #5c5b5b !important;
background-position:7px 2px!important;}
.index > li:nth-child(9) > a:nth-child(1){
margin-left:-11px !important;
-moz-appearance:none!important;
background: #efefef url("..//icons/Bild119.png")no-repeat !important;
padding-left:26px!important;
padding-right: 19px!important;
background-position:7px 2px!important;
font-size:14.0px!important;
border-radius:14px!important;
border-style: outset !important;
border-left-color: #E6E5E5 !important;
border-top-color: #E6E5E5 !important;
border-right-color: #5C5B5B !important;
border-bottom-color: #5C5B5B !important;
border-width:2px !important;
color:black !important;
line-height: 2.2!important; }
.index > li:nth-child(9) > a:nth-child(1):hover{
-moz-appearance:none!important;
background: #CFE6F1 url("..//icons/Bild119.png")no-repeat !important;
border-style: outset !important;
border-left-color: #e4e3e3 !important;
border-top-color: #e4e3e3 !important;
border-right-color: #5c5b5b !important;
border-bottom-color: #5c5b5b !important;
background-position:7px 2px!important; }
.index > li:nth-child(10) > a:nth-child(1){
margin-left:-11px !important;
-moz-appearance:none!important;
background: #efefef url("..//icons/Bild119.png")no-repeat !important;
padding-left:26px!important;
padding-right: 74px!important;
background-position:7px 2px!important;
font-size:14.0px!important;
border-radius:14px!important;
border-style: outset !important;
border-left-color: #E6E5E5 !important;
border-top-color: #E6E5E5 !important;
border-right-color: #5C5B5B !important;
border-bottom-color: #5C5B5B !important;
border-width:2px !important;
color:black !important;
line-height: 2.2!important;}
.index > li:nth-child(10) > a:nth-child(1):hover{
-moz-appearance:none!important;
background: #CFE6F1 url("..//icons/Bild119.png")no-repeat !important;
border-style: outset !important;
border-left-color: #e4e3e3 !important;
border-top-color: #e4e3e3 !important;
border-right-color: #5c5b5b !important;
border-bottom-color: #5c5b5b !important;
background-position:7px 2px!important;}
.index > li:nth-child(11) > a:nth-child(1){
margin-left:-11px !important;
-moz-appearance:none!important;
background: #efefef url("..//icons/Bild119.png")no-repeat !important;
padding-left:26px!important;
padding-right: 20px!important;
background-position:7px 2px!important;
font-size:14.0px!important;
border-radius:14px!important;
border-style: outset !important;
border-left-color: #E6E5E5 !important;
border-top-color: #E6E5E5 !important;
border-right-color: #5C5B5B !important;
border-bottom-color: #5C5B5B !important;
border-width:2px !important;
color:black !important;
line-height: 2.2!important;}
.index > li:nth-child(11) > a:nth-child(1):hover{
-moz-appearance:none!important;
background: #CFE6F1 url("..//icons/Bild119.png")no-repeat !important;
border-style: outset !important;
border-left-color: #e4e3e3 !important;
border-top-color: #e4e3e3 !important;
border-right-color: #5c5b5b !important;
border-bottom-color: #5c5b5b !important;
background-position:7px 2px!important;}
.index > li:nth-child(12) > a:nth-child(1){
margin-left:-11px !important;
-moz-appearance:none!important;
background: #efefef url("..//icons/Bild119.png")no-repeat !important;
padding-left:26px!important;
padding-right: 74px!important;
background-position:7px 2px!important;
font-size:14.0px!important;
border-radius:14px!important;
border-style: outset !important;
border-left-color: #E6E5E5 !important;
border-top-color: #E6E5E5 !important;
border-right-color: #5C5B5B !important;
border-bottom-color: #5C5B5B !important;
border-width:2px !important;
color:black !important;
line-height: 2.2!important;}
.index > li:nth-child(12) > a:nth-child(1):hover{
-moz-appearance:none!important;
background: #CFE6F1 url("..//icons/Bild119.png")no-repeat !important;
border-style: outset !important;
border-left-color: #e4e3e3 !important;
border-top-color: #e4e3e3 !important;
border-right-color: #5c5b5b !important;
border-bottom-color: #5c5b5b !important;
background-position:7px 2px!important;}
}
Alles anzeigen
Ich bitte Euch , Leute , es ist alles in bester Ordnung. Keinen Stress , das ist sehr ungesund. ![]()
Das konnte ich ja nicht wissen. Dann ersetze mal in Zeile 4 visibility: hidden durch display: none und entferne die Zeilen 7 und 15.
Kann ich nicht machen, milupo, dann ist alles weg.
Ich lasse es jetzt so, gefällt mir.![]()
![]()
Sein Code auf meine Art neu interpretiert:
Auch damit gibt es keine Probleme.![]()
![]()
Ist das so gewollt?
Ja, damit ich jeder Schrift einen eigenen Stil zuweisen konnte.![]()
Zeige mal deinen Code.
@-moz-document url(https://www.camp-firefox.de/forum/){
h1.contentTitle {
visibility: hidden !important; }
h1.contentTitle::before {
visibility: visible !important;
content: "Das beste \1F609 deutsche " !important;
color: #711fde !important;
font-weight:bold !important;
font-size: 24px !important;
margin-left: 120px !important; }
h1.contentTitle::after {
visibility: visible !important;
content: " F i r e f o x " url("../icons/FuchsCamp2.png") " F o r u m" !important;
color: blue !important;
font-weight:bold !important;
font-size: 32px !important;
font-style: italic !important;
margin-left: -50px !important; }
}
Alles anzeigen
Ja, da hat Boersenfeger recht, denn im bisherigen Code wurde z.B. der Button so angesprochen button[id="enumerate-database-button"]{
Verwendest du außerdem letter-spacing oder viele Leerzeichen?
Viele Leerzeichen.
Hm, muss ich mir mal überlegen
Dazu hast Du aber nicht lange gebraucht.![]()
![]()
Zum Inhalt von content musst du wissen, dass du mehrere Werte durch Leerzeichen getrennt einbinden kannst
Das habe ich jetzt begriffen, und neuen Versuch gestartet (siehe Bild).
Danke, auch für die Erklärungen zu der Wirkungsweise, was ich wohl nie alleine hin bekommen hätte.![]()
Noch zur Schriftdehnung, das wollte nicht funktionieren (oder ich habe den Code nicht richtig angebracht).
Dieses Forum stellt schon hohe Ansprüche an die Helfer
Genau!![]()
![]()
Und weil du das so wunderbar hinbekommen hast, so wäre es ein Leichtes für Dich, den Code hier zu zeigen.![]()
Mal ehrlich , das würde mich wirklich interessieren, denn ich habe die letzten Tage damit verbracht die Schrift von Forum zu dehnen, so wie Du es vorher hattest. Firefox kein Problem, aber für Forum keine Chance.
Also, bitte, zeige mal das Geheimnis.
Hier RE: Anpassung Camp-Firefox Hilfe-Forum habe ich gesagt, dass ich den Code-Schipsel von Dir RE: Anpassung Camp-Firefox Hilfe-Forum testen werde.
Jetzt bin ich zu folgendem Ergebnis gekommen. Ein Teil von .DeJaVu , und der zweite Teil dann von Dir.
So ist es für mich die beste Lösung. Also , danke nochmals an beide Mitstreiter. ![]()
![]()
.pageNavigation .breadcrumbs ol[itemprop="breadcrumb"]::before {
color: #bb1900 !important;
content: " Du bist hier: " !important;
font-size: 18px !important;
font-weight: 900 !important;
margin-left: 15px !important;
margin-top: -2px !important; }
li[title="camp-firefox.de"] {
margin-left: 20px !important; }
Das Ergebnis:
Und ich habe keinerlei Änderungen diesbezüglich gemacht.
Lustig!![]()
Ich habe nur den Code-Schnipsel in den Code support von Endor eingefügt, das war es dann.![]()