welcher farbcode ist für die farbe der sprechblase?
<!--
/* Bubble with an isoceles triangle
------------------------------------------ */
.example-right {
position:relative;
padding:5px 5px;
margin:0;
color:#fff;
background:#5a8f00; /* default background for browsers without gradient support */
/* css3 */
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
/* NOTE: webkit gradient implementation is not as per spec */
background:-webkit-gradient(linear, left top, left bottom, from(#b8db29), to(#5a8f00));
background:-moz-linear-gradient(top, #b8db29, #5a8f00);
background:-o-linear-gradient(top, #b8db29, #5a8f00);
background:linear-gradient(top, #b8db29, #5a8f00);
}
/* display of quote author (alternatively use a class on the element following the blockquote) */
.example-right + p {margin:5px 0 2em 40px; font-style:italic;}
/* creates the triangle */
.example-right:after {
content:"\00a0";
display:block; /* reduce the damage in FF3.0 */
position:absolute;
bottom:-30px;
left:10px;
width:0;
height:0;
border-width:0 20px 30px 0px;
border-style:solid;
border-color:transparent #5a8f00;
}
-->
betroffene Homepage: diegesetzlosen.super-clan.de/


