Danke, das hat nun geklappt.
Das ganze sieht nun in etwa so aus:
CSS
#abouts > li:nth-child(n+30){
appearance:none!important;
background: #5b5b66 !important;
/* color:#e1e1e1!important; */
/* text-decoration:none!important; */
margin-top:3px!important;
margin-bottom: 5px !important;
margin-right:20px!important;
margin-left: 55px !important;
padding-right: 15px !important;
padding-left: 40px !important;
padding-top: 1px!important;
padding-bottom: 2px!important;
border-color: dodgerblue !important;
border-style: outset !important;
border-width:3px !important;
background-position:14px 2px!important;
border-radius:8px!important;
/* display: block !important; */
}
#abouts > li:nth-child(n+30) > a {
color: yellow !important;
}
/* Die letzten 14 hover */
#abouts > li:nth-child(n+30):hover {
appearance:none!important;
background: #e1e1e1 !important;
/* color: #292c2f !important; */
/* text-decoration:none!important; */
border-color: dodgerblue !important;
border-style: outset !important;
border-width:3px !important;
background-position:14px 2px!important;
border-radius:8px!important;
/* display: block !important; */
}
#abouts > li:nth-child(n+30):hover > a {
color: red !important;
}
Alles anzeigen
Auch das mit der "Schaltfläche" ist besser geworden,
aber noch nicht so wie gewünscht!
Zum Einen habe ich folgendes eingefügt:
Zum Anderen jenes, was den Unterstrich entfernte.
Was die Schaltfläche betrifft, ist es nun so,
vor dem Text kein Link.
Hinter dem Text bis ca 5-10px bis zum Rand.
Nachtrag:
Alles anzeigenMal so ganz allgemein für alle, der Zusatz:
appearance: none !important;
gehört nicht in einen Code der in der userContent.css eingetragen wird.
Der ist wenn dann nur für die userChrome.css gedacht.
ZitatDiese Funktion darf nicht in Webseiten, die via das Internet zugänglich sind, benutzt werden
Oh.
Danke.
Dann nehme ich diese Zeilen mal ganz schnell raus.



