asd
Neues Mitglied
In meinem haupt-css habe ich ein class-element, indem ich die Zeichendicke angebe. Aber das problem ist, dass egal ob ich 500 oder 600 eingebe, keine veränderung vorliegt.Insgesamt kann ich nur zwei dicken benutzen: normal und bold (also wie in html). Ich weiß aber dass das nicht immer so war, bei mir jedenfalls:::
Mod-Edit: Code-Tags hinzugefügt - bitte bei Code Posts verwenden. (Hobbyuser)
Code:
body { color: black; font-style: normal; font-weight: normal; font-size: 16px; font-family: serif; text-decoration: none; background: url(images/vocal_logo_shadow.jpg) no-repeat fixed 50% 50%; text-align: left; text-transform: none; letter-spacing: normal; list-style-type: disc }
a {color: FF9933; text-decoration: none; }
a:hover {color: white; font-weight: bold;}
table { color: black; font-style: normal; font-weight: normal; font-size: 16px; font-family: serif; text-decoration: none; text-align: left; text-transform: none; letter-spacing: normal; border-left:1px solid black; border-top:1px solid black; border-right:1px solid black; border-bottom:1px solid black; border-style: none; table-layout:auto; border-spacing:0;}
.dottet {border-style:dotted; }
.bold {font-weight: 600;}
.red { color: red;}
Mod-Edit: Code-Tags hinzugefügt - bitte bei Code Posts verwenden. (Hobbyuser)