MyBB.de Forum

Normale Version: Diskussion: MyBB 1.8.8 veröffentlicht
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Seiten: 1 2 3 4 5 6
Ich weiß doch nicht, was ihr alles mit den Standard-MyCodes machen wollt... Toungue
Na ich nicht, ich brauch keinen MyCode Toungue
(24.10.2016, 17:31)StefanT schrieb: [ -> ]MyCodes ohne Templates lassen sich mittels CSS-Klasse anpassen.

Hat sich das geändert? Bis dato schrieb der parser bei [b] nämlich <span style="font-weight:bold">... und da ist es halt leider eher Essig mit Anpassen. Smile
Das hat sich geändert zu <span style="font-weight: bold;" class="mycode_b">
Hallo Smile
Ich weiß nicht, ob ich irgendwas vielleicht falsch gemacht habe beim Update, aber irgendwie wird bei mir ihm Forum das den Style-Tag nicht mehr angenommen und alles wird nur noch in Schriftform angezeigt. Mein AdminCP sagt mir aber, dass alle Styles und Templates aktuell sind ö.ö

LG
Lymi
Welchen Style-Tag meinst du?
Momentan nutze ich auf meinem Board diese beide Style-Tags:

Code:
<style type="text/css">.newaussen { box-sizing: border-box; width: 500px; background: #f0f0f0; box-shadow: 0px -5px 5px -4px rgba(0,0,0,0.75); height: 300px; text-align: justify; font-family: verdana; font-size: 10px; color: #111010; border-radius: 4px; border: solid 1px #ececec; padding: 22px 15px; } .newdatum { float: left; width: 55px; margin: 0px 10px 10px 0px; text-align: center; } .newtag { background: #201f1f; color: #ffffff; border-top-left-radius: 6px; border-top-right-radius: 6px; font-family: georgia; font-size: 20px; padding: 8px 3px 7px 3px; } .newmonat { background: #181717; color: #83cccd; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; font-family: georgia; font-size: 8px; padding: 1px; letter-spacing: 1px; font-style: italic; } .newueberschrift { font-family: 'Merriweather', serif; color: #37cbcd; font-size: 25px; text-transform: none; } .newtext { height: 180px; overflow: auto; padding: 5px; margin: 0px 0px 10px 0px; } .newlink { box-sizing: border-box; height: 22px; float: right; border-top-right-radius: 8px; border-bottom-right-radius: 8px; background: #37cbcd; color: #ffffff; font-family: 'Merriweather', serif; font-style: italic; padding: 5px; width: 100px; text-align: center; font-weight: normal; } .newlink:hover { background: #201f1f; color: #83cccd; } .newlinkbesch { font-family: georgia; box-sizing: border-box; height: 22px; float: right; background: #e2e2e2; color: #333232; padding: 5px 10px; width: 368px; letter-spacing: 1px; } .newtext::-webkit-scrollbar { width: 3px; height: 3px; background: #83cccd; } .newtext::-webkit-scrollbar-thumb { background: #83cccd; } .newtext::-webkit-scrollbar-track-piece { background: #e2e2e2; }
</style><style>.cktitel{ font-family: 'Fredericka the Great', cursive; font-size:40px; text-transform:uppercase; letter-spacing:5px;}
.cktitel2{ font-family: 'Fredericka the Great', cursive; font-size:30px; text-transform:uppercase; letter-spacing:3px;}
.ckuntert {font-family: calibri; font-size:12px; text-transform:uppercase; letter-spacing:8px;}</style>

und 

Code:
<style>#r-bild {width: 100px; height: 480px; float: left; background-image: url('http://placehold.it/100x480');} /*</style>

und beiden funktionieren nicht mehr seit dem Update. Wenn das im ACP eingetragen funkioniert alles, nur nicht wenn man das seperat auf dem Board abspeichert.

Liebe Grüße
Das kann vor dem Updates auch schon nicht ohne Code-Änderung funktioniert haben. Siehe: https://www.mybb.de/forum/thread-33830-p...#pid223157
(24.10.2016, 21:49)waldo schrieb: [ -> ]Das hat sich geändert zu <span style="font-weight: bold;" class="mycode_b">

Ach so. Na, aber Inline-Style schlägt halt Klassenstyle. Wenn ich jetzt aus [B] in einem Style lieber eine andere Farbe statt fett machen möchte, geht das leider immer noch nicht. Smile  Aber ich sehe natürlich die Intention und das ist ja auch schon auch nett gemeint.
Mit !important kann man das ohne Probleme überschreiben. Wink
Seiten: 1 2 3 4 5 6