Leider eben nicht. Habe ich so schon versucht.
Geht aber nicht.
Mfg.
Endor
Leider eben nicht. Habe ich so schon versucht.
Geht aber nicht.
Mfg.
Endor
Leider eben nicht. Habe ich so schon versucht.
Geht aber nicht.
Du hast recht. Ich habe mich auch verguckt, die oberste Zeile ist thead und nicht tbody.
Für die oberste Zeile habe ich es so gelöst:
table > thead > tr > th:first-child {
border-top-left-radius: 24px !important;
}
table > thead > tr > th:last-child {
border-top-right-radius: 24px !important;
}
Die obere Regel ist für die linke Zelle und die untere für die rechte Zelle.
Für die Auswahl der letzten Zeile des tbody-Bereichs (unabhängig von der Anzahl der Zeilen) habe ich noch keine Lösung. Heute, äh gestern, sowieso nicht mehr.
Schönen Feiertag für Dich und an alle "Kämpfer" hier im Forum.
So, Endor, da mich der Einwurf von Sören auch zum Nachdenken bewegt hat, und ich ihm absolut Recht geben muss, dass in der weiteren Entwicklung immer neue Anpassungen vorgenommen werden, es dann dadurch immer wieder zu Nachbesserungen bei deinen bewunderswerten Arbeiten kommen muss (kann). Besonders fällt mir das aber jetzt schon bei about:support auf, für jede Version von Fox eine andere Variante. Und es nimmt ja auch jetzt noch kein Ende, weil jeder eine andere Hardware, bzw. Konfiguration verwendet, die dann unterschiedliche Anpassungen erfordert.
Um dem gerade bei about:support aus dem Weg zu gehen, habe ich deine Datei dazu mal nach meinen Wünschen angepasst. Diese Version läuft bei mir auf allen Fox-Versionen (76 bis 78) ohne Fehler.
Dich würde ich bitten, dir den Code nochmal anzusehen, ob ich auch alles richtig untergebracht habe.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(about:support) {
body::before {content: "Design by Endor";
margin-left: 0px;
font-size: 25px;
font-weight: bold;
color: red;}
html{
background: #ffffff !important;
}
body > h1:nth-child(2){
margin-top: 10px !important;
}
body{
margin-left: 150px !important;
max-width: 1150px !important;
}
#action-box{
width: 30% !important;
border-radius:24px !important;
}
#reset-box, #safe-mode-box {
margin-left: 11px !important;
}
td, th{
padding-left: 15px !important;
}
#copy-raw-data-to-clipboard {
min-width: 330px !important;
}
#safe-mode-box > h3, #reset-box > h3, h2, h1 {
color: #057A7A !important;
}
#prefs-user-js-section > h3, h2 {
margin-left: 8px !important;
color: red !important;
}
#safe-mode-box > h3, #reset-box > h3 {
margin-left: 4px !important;
}
#action-box {
background: #FDF5E6 !important;
}
#graphics-decisions-tbody > tr:nth-child(n+1) > td > table,
#graphics-decisions-tbody > tr:nth-child(n+1) > td > table > tr > td {
border: none! important;
}
#graphics-decisions-tbody > tr:nth-child(n+1) > td > table > tr > td:hover,
#graphics-decisions-tbody > tr:nth-child(n+1) > td > table > tr:hover {
border: none! important;
}
#graphics-decisions-tbody > tr:nth-child(n+2) > td:nth-child(2) > table:nth-child(1) {
margin-left: -15px!important;
}
#graphics-decisions-tbody > tr:nth-child(n+1) > td:nth-child(2) > table:nth-child(1),
#graphics-decisions-tbody > tr:nth-child(n+1) > td:nth-child(2) > table:nth-child(1) > tr:nth-child(1) {
border: none! important;
}
#graphics-decisions-tbody > tr:nth-child(n+1) > td > table > tr > td:hover,
#graphics-decisions-tbody > tr:nth-child(n+1) > td > table > tr:hover {
border: none! important;
}
td {
background: #FFFFF0 !important;
}
td:hover {
background: #ffeb99 !important;
}
th {
background-color: #ee7621 !important;
}
th:hover {
background-color: #b54f06 !important;
}
#copy-raw-data-to-clipboard{
-moz-appearance:none!important;
background: #F0F0F0 url("..//icons/Bild73.png")no-repeat !important;
padding-left:20px!important;
padding-bottom: 5px!important;
background-position:14px 6px!important;
font-size:14.0px!important;
border-style: outset !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-width:2px !important;
border-radius:12px!important;
margin-right:10px!important;
color:black !important;}
#copy-raw-data-to-clipboard:hover{
-moz-appearance:none!important;
background: #B2EDFA url("..//icons/Bild73.png")no-repeat !important;
padding-left:20px!important ;
border-style: outset !important;
border-width:2px !important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
background-position:14px 6px!important;}
#copy-to-clipboard {min-width: 290px !important;}
#copy-to-clipboard{
-moz-appearance:none!important;
background: #F0F0F0 url("..//icons/Bild74.png")no-repeat !important;
padding-left:20px!important;
padding-bottom: 5px!important;
background-position:14px 6px!important;
font-size:14.0px!important;
border-style: outset !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-width:2px !important;
border-radius:12px!important;
color:black !important;}
#copy-to-clipboard:hover{
-moz-appearance:none!important;
background: #B2EDFA url("..//icons/Bild74.png")no-repeat !important;
padding-left:20px!important ;
border-style: outset !important;
border-width:2px !important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
background-position:14px 6px!important;}
#show-update-history-button{min-width: 220px !important;}
#show-update-history-button{
-moz-appearance:none!important;
background: #F0F0F0 url("..//icons/Bild75.png")no-repeat !important;
padding-left:19px!important;
padding-bottom: 5px!important;
background-position:8px 5px!important;
color:black!important;
margin-left: -3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:8px!important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
border-radius:14px!important;}
#show-update-history-button:hover{
-moz-appearance:none!important;
background: #B2EDFA url("..//icons/Bild75.png")no-repeat !important;
background-position:8px 5px!important;
border-style: outset !important;
border-width:2px !important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;}
#update-dir-button{min-width: 220px !important;}
#update-dir-button{
-moz-appearance:none!important;
background: #F0F0F0 url("..//icons/Bild76.png")no-repeat !important;
padding-left:19px!important;
padding-bottom: 5px!important;
background-position:8px 5px!important;
color:black!important;
margin-left: -3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:76px!important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
border-radius:14px!important;}
#update-dir-button:hover{
-moz-appearance:none!important;
background: #B2EDFA url("..//icons/Bild76.png")no-repeat !important;
background-position:8px 5px!important;
border-style: outset !important;
border-width:2px !important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;}
#profile-dir-button {min-width: 217px !important;}
#profile-dir-button{
-moz-appearance:none!important;
background: #F0F0F0 url("..//icons/Bild76.png")no-repeat !important;
padding-left:32px!important;
background-position:8px 4px!important;
color:black!important;
margin-left: -3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:76px!important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
border-radius:14px!important;}
#profile-dir-button:hover{
-moz-appearance:none!important;
background: #B2EDFA url("..//icons/Bild76.png")no-repeat !important;
padding-left:32px!important ;
border-style: outset !important;
border-width:2px !important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
background-position:8px 4px!important;}
#reset-box-button{
-moz-appearance:none!important;
background: #F0F0F0 url("..//icons/Bild77.png")no-repeat !important;
padding-left:40px!important;
padding-right: 130px !important;
padding-bottom: 4px!important;
background-position:14px 5px!important;
font-size:14.0px!important;
border-style: outset !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-width:2px !important;
border-radius:12px !important;
color:black !important; }
#reset-box-button:hover{
-moz-appearance:none!important;
background: #B2EDFA url("..//icons/Bild77.png")no-repeat !important;
border-style: outset !important;
border-width:2px !important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
background-position:14px 5px!important;}
#restart-in-safe-mode-button{
-moz-appearance:none!important;
background: #F0F0F0 url("..//icons/Bild78.png")no-repeat !important;
padding-left:40px!important;
padding-right:5px!important;
background-position:14px 5px!important;
font-size:14.0px!important;
border-style: outset !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-width:2px !important;
border-radius:12px !important;
color:black !important; }
#restart-in-safe-mode-button:hover{
-moz-appearance:none!important;
background: #B2EDFA url("..//icons/Bild78.png")no-repeat !important;
background-position:14px 5px!important;
border-style: outset !important;
border-width:2px !important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;}
#supportLink{
-moz-appearance:none!important;
background: #F0F0F0 url("..//icons/Bild52.gif") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
padding-right:13px!important;
padding-left:29px!important;
padding-bottom: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width: 2px !important;
background-position:6px 2px!important;
border-radius:14px!important;
line-height: 2.2 !important;}
#supportLink:hover{
-moz-appearance:none!important;
background: #B2EDFA url("..//icons/Bild52.gif") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
padding-right:13px!important;
padding-left:29px!important;
background-position:6px 2px!important;
border-radius:14px!important;
border-style: outset !important;
border-width:2px !important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;}
a[href="about:plugins"]{
-moz-appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: -3px !important;
font-size:14.0px!important;
text-decoration:none!important;
padding-right:96px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;
min-height: 28px !important;
line-height: 2.2 !important;}
a[href="about:buildconfig"]{
-moz-appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: -3px !important;
font-size:14.0px!important;
text-decoration:none!important;
padding-right:73px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;
line-height: 2.2 !important;}
#crashes-allReportsWithPending{
-moz-appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:15px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
max-width: 125px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;}
#crashes-allReportsWithPending:hover{
-moz-appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:15px!important;
padding-left:35px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;}
a[href="about:plugins"]:hover{
-moz-appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 2px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
a[href="about:buildconfig"]:hover{
-moz-appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 2px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
a[href="about:serviceworkers"]{
-moz-appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: -3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:50px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
max-width: 125px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;
line-height: 2.2 !important;}
a[href="about:serviceworkers"]:hover{
-moz-appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
padding-left:35px!important;
background-position:8px 2px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
a[href="about:memory"]{
-moz-appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: -3px !important;
font-size:14.0px!important;
text-decoration:none!important;
padding-right:88px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;
line-height: 2.2 !important;}
a[href="about:memory"]:hover{
-moz-appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 2px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
#prefs-user-js-link{
-moz-appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:15px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;}
#prefs-user-js-link:hover{
-moz-appearance:none!important;
color:black!important; background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:15px!important;
padding-left:35px!important;
background-position:8px 2px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
a[href="about:performance"]{
-moz-appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: -3px !important;
margin-top: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:63px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;
line-height: 2.2 !important;}
a[href="about:performance"]:hover{
-moz-appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 2px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
a[href="about:profiles"]{
-moz-appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: -3px !important;
margin-top: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:94px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;
line-height: 2.2 !important;}
a[href="about:profiles"]:hover{
-moz-appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 2px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
#verify-place-integrity-button{
-moz-appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: 3px !important;
margin-top: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:20px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 4px!important;
border-radius:14px!important;}
#verify-place-integrity-button:hover{
-moz-appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 4px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
button[data-l10n-id="reset-on-next-restart"]{
-moz-appearance:none!important;
background: #F0F0F0 url("..//icons/Bild85.png") no-repeat !important;
color:black!important;
margin-left: 3px !important;
margin-top: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:20px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 5px!important;
border-radius:14px!important;}
button[data-l10n-id="reset-on-next-restart"]:hover{
-moz-appearance:none!important;
background: #B2EDFA url("..//icons/Bild85.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 5px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
button[data-l10n-id="gpu-process-kill-button"]{
-moz-appearance:none!important;
background: #F0F0F0 url("..//icons/Bild117.png") no-repeat !important;
color:black!important;
margin-left: 3px !important;
margin-top: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:20px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 5px!important;
border-radius:14px!important;}
button[data-l10n-id="gpu-process-kill-button"]:hover{
-moz-appearance:none!important;
background: #B2EDFA url("..//icons/Bild117.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 5px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
button[data-l10n-id="gpu-device-reset-button"]{
-moz-appearance:none!important;
background: #F0F0F0 url("..//icons/Bild21.png") no-repeat !important;
color:black!important;
margin-left: 3px !important;
margin-top: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:40px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 5px!important;
border-radius:14px!important;}
button[data-l10n-id="gpu-device-reset-button"]:hover{
-moz-appearance:none!important;
background: #B2EDFA url("..//icons/Bild21.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 6px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
button[id="enumerate-database-button"]{
-moz-appearance:none!important;
background: #F0F0F0 url("..//icons/Bild7.png") no-repeat !important;
color:black!important;
margin-left: 3px !important;
margin-top: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:40px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 6px!important;
border-radius:14px!important;}
button[id="enumerate-database-button"]:hover{
-moz-appearance:none!important;
background: #B2EDFA url("..//icons/Bild7.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 5px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
}
Alles anzeigen
Hier kein Feiertag. Normaler Arbeitstag.
Lebe ja nicht in Deutschland.
Deinen CSS Code schaue ich mir später dann an.
Mfg.
Endor
Moin,
hier oben ist aber Feiertag angesagt (Himmelfahrt/Vatertag)
Mein Beispiel aus #210 war nicht vom FX 76 - sondern von Beta 77.
Mit diesem Code - neuer Versuch:
/* 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: 80px !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: 90px !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:55px!important;
margin-left: 25px !important;
padding-right: 15px !important;
padding-left:35px!important;
padding-top: 1px!important;
padding-bottom: 2px!important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:10px 2px!important;
border-radius:14px!important;}
/* 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;
padding-left:35px!important;
padding-right: 15px !important;
padding-top: 1px!important;
padding-bottom: 2px!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-left: 25px !important;
margin-top:3px!important;
margin-bottom: 5px !important;
margin-right:30px!important;
padding-left:35px!important;
padding-right: 15px !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;
margin-left: 25px !important;
margin-right:30px!important;
padding-left:35px!important;
padding-right: 15px !important;
padding-top: 1px!important;
padding-bottom: 2px!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
Damit könnte ich erst mal leben.
Vielen Dank an die Helfer!
Die obere Regel ist für die linke Zelle und die untere für die rechte Zelle.
Hallo, milupo !
Ich habe deinen Code mal in der abgespeckten Version von hier RE: About Seiten mit CSS Codes anpassen probiert, die Ecken werden abgerundet. Aber auch nicht bei allen Feldern, z.B Grafik, Allgemeine Info, usw. Was aber auffällt, der Hintergrund an den Ecken ist dann wieder zu sehen. Du sagtest, dass du es oben gelöst hast. Wie?
der Hintergrund an den Ecken ist dann wieder zu sehen
Prima, Andreas, das sieht doch schon mal sehr gut aus.
Sind jetzt bei dir auch nur einige Boxen abgerundet, oder betrifft das jetzt alle (Grafik, Medien, usw.).
Dann soll milupo mal hin machen, dass er die untere Seite auch noch hin bekommt.
Hast du dann für unten auch noch einen Code parat?
Aber auch nicht bei allen Feldern, z.B Grafik, Allgemeine Info, usw. Was aber auffällt, der Hintergrund an den Ecken ist dann wieder zu sehen. Du sagtest, dass du es oben gelöst hast. Wie?
Ich habe gestern Nacht nur mal mit dem Erweiterungsbereich herumexperimentiert, weil ich hoffte, das Ganze einfacher hinzubekommen als Endor das bisher geschafft hat. Aber eine endgültige Löung sollte das nicht sein.
weil ich hoffte, das Ganze einfacher hinzubekommen
Ja, milupo, den Anfang hast du gemacht. Wäre schön, wenn du das weiter verfeinern würdest. Obwohl, wenn ich ehrlich bin, es auch anders ansprechend wirken kann. Aber du weißt ja auch, die Geschmäcker sind immer verschieden. Ich habe mich jetzt erst einmal hiermit abgefunden, so geht es auch mit der abgespeckten Version support.
Sind jetzt bei dir auch nur einige Boxen abgerundet
Nur einige Boxen sind damit abgerundet.
Eine (einfache) pauschale Lösung für alle Boxen habe ich auch nicht gefunden.
Da sich aber laufend etwas ändern könnte auf der Seite wie Sören ja schon gesagt hat, lohnt sich der ganze Aufwand nicht nur wegen der Rundungen, denke ich zumindest.
lohnt sich der ganze Aufwand nicht nur wegen der Rundungen, denke ich zumindest.
So sehe ich das auch, Andreas, wenn man überhaupt daran denkt, welche unzähligen Wünsche da auf Endor zukommen, gar nicht auszudenken.
Eine Sache habe ich da noch in about:profile. Die rechten Button "Ordner öffnen", wie bekomme ich die weiter nach links.
Im zweiten Bild habe ich das Feld so weit nach rechts verbreitert, dass sie dann dort hin kommen, wo ich sie haben möchte.
Im ersten Bild nur zur Andeutung, wie es normal aussieht.
Edit:
Danke, Andreas, ich habe es doch noch gefunden. Alles erledigt!
FuchsFan :
Kannst du die betreffenden Zeilen bitte mal posten?
Ich habe mich daran auch schon erfolglos versucht...
Kannst du die betreffenden Zeilen bitte mal posten?
Du musst in dem Code auf Bild12.png achten (zwei Blöcke/ hover nicht). In diesen Block fügst du margin-right ein, mit für dich passenden Werten.
Der Anfang sieht dann so aus:
Ich hatte das in meiner Version anders angelegt...
Jetzt paßt es!
Danke!
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
Vielen Dank!
Wie wäre es mit Nachschub
Auch von mir ein Dankeschön.
Denkst du bitte noch mal daran. RE: About Seiten mit CSS Codes anpassen