Die Schilder-Smilie Extension =)
[schild]wäre klasse, wenn es die wieder gibt [/schild]



[bubble]{TEXT1}##{TEXT2}[/bubble]
Code: Alles auswählen
<div class="bubble_container">
<script type="text/javascript">
//<![CDATA[
css=".this_speech_bubble{background-color:beige;border:1px solid green;border-radius:12px;text-align:center;padding:12px;position:relative;margin-bottom:12px;}.this_speech_bubble .bubble_arrow{border-style:solid;position:absolute;}.manage_position_bottom{border-color:green transparent transparent transparent;border-width: 8px 8px 0px 8px;bottom:-8px;} .manage_position_bottom:after{border-color:beige transparent transparent transparent;border-style:solid;border-width:7px 7px 0px 7px;bottom:1px;content:'';position:absolute;left:-7px;}.bubble_smiley{position:relative;left:16px;}.bubble_container{position:relative;display:inline-block;padding:22px;}";
head=document.head||document.getElementsByTagName("head")[0];style=document.createElement("style");style.type="text/css";style.id="smiley_bubble";style.styleSheet?style.styleSheet.cssText=css:style.appendChild(document.createTextNode(css));document.getElementById("smiley_bubble")||head.appendChild(style);
//]]>
</script>
<div class="this_speech_bubble">
<div class="bubble_arrow manage_position_bottom"></div>
{TEXT1}
</div>
<div class="bubble_smiley">
{TEXT2}
</div>
</div>
<br />
Nutzung: [bubble] Beitragsteil in der Blase ## Smiley oder Bild o.ä. [/bubble] WICHTIG: Die beiden ## zwischen Text und Smiley
Code: Alles auswählen
[bubble]Ich bin die sprechende Fratze.
Besuch mich im Fratzenbuch:
https://www.facebook.com/fratze ;)
##
[img]http://www.img-host.de/bild.php/52336,fratzeM4A9G.gif[/img]
[/bubble]
Code: Alles auswählen
[bubble]Ich brauch dringend Urlaub.
Sonst bekomm ich BurnOut :lol:
##
:P[/bubble]
Die Farben kannst du in der HTML-Ersetzung ändern.Minthe hat geschrieben:Wo kann ich denn, in dem bbCode die Farben ändern?
css="
beginnt - zu finden.[bubble={COLOR}]{TEXT1}##{TEXT2}[/bubble]
.{COLOR}
ersetzen.smiley_bubble
(2 Stellen) - dafür einfach smiley_bubble2, smiley_bubble_3 o.ä. verwenden...css=".this_speech_bubble{
und ersetze es durch css=".this_speech_bubble{color:black;