13 de junio de 2011

.oval-thought-border {
background: #FFF;
border:10px solid #C81E2B;
color: #333;
margin: 1em auto 80px;
padding: 70px 30px;
position: relative;
text-align:center;
-webkit-border-top-left-radius: 240px 140px;
-webkit-border-top-right-radius: 240px 140px;
-webkit-border-bottom-right-radius: 240px 140px;
-webkit-border-bottom-left-radius: 240px 140px;
-moz-border-radius: 240px / 140px;
border-radius: 240px / 140px;
}
.oval-thought-border:before {
background: #FFF;
border: 10px solid #C81E2B;
bottom: -40px;
content: "\00a0";
height: 50px;
position: absolute;
right: 100px;
width: 50px;
z-index: 10;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
}
.oval-thought-border:after {
background: #FFF;
border: 10px solid #C81E2B;
bottom: -60px;
content: "\00a0";
height: 25px;
position: absolute;
right: 50px;
width: 25px;
z-index: 10;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
}

No hay comentarios: