Diskussion: MyBB 1.8.8 veröffentlicht - Druckversion +- MyBB.de Forum (https://www.mybb.de/forum) +-- Forum: MyBB.de (https://www.mybb.de/forum/forum-6.html) +--- Forum: Ankündigungen (https://www.mybb.de/forum/forum-7.html) +---- Forum: Ankündigungs-Diskussionen (https://www.mybb.de/forum/forum-49.html) +---- Thema: Diskussion: MyBB 1.8.8 veröffentlicht (/thread-33813.html) |
RE: Diskussion: MyBB 1.8.8 veröffentlicht - StefanT - 24.10.2016 Ich weiß doch nicht, was ihr alles mit den Standard-MyCodes machen wollt... RE: Diskussion: MyBB 1.8.8 veröffentlicht - MrBrechreiz - 24.10.2016 Na ich nicht, ich brauch keinen MyCode RE: Diskussion: MyBB 1.8.8 veröffentlicht - Amaryllion - 24.10.2016 (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. RE: Diskussion: MyBB 1.8.8 veröffentlicht - doylecc - 24.10.2016 Das hat sich geändert zu <span style="font-weight: bold;" class="mycode_b"> RE: Diskussion: MyBB 1.8.8 veröffentlicht - Apollymi - 25.10.2016 Hallo 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 RE: Diskussion: MyBB 1.8.8 veröffentlicht - StefanT - 25.10.2016 Welchen Style-Tag meinst du? RE: Diskussion: MyBB 1.8.8 veröffentlicht - Apollymi - 25.10.2016 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; } 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 RE: Diskussion: MyBB 1.8.8 veröffentlicht - StefanT - 25.10.2016 Das kann vor dem Updates auch schon nicht ohne Code-Änderung funktioniert haben. Siehe: https://www.mybb.de/forum/thread-33830-post-223157.html#pid223157 RE: Diskussion: MyBB 1.8.8 veröffentlicht - Amaryllion - 26.10.2016 (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. Aber ich sehe natürlich die Intention und das ist ja auch schon auch nett gemeint. RE: Diskussion: MyBB 1.8.8 veröffentlicht - StefanT - 27.10.2016 Mit !important kann man das ohne Probleme überschreiben. |