-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpercent.html
5 lines (5 loc) · 1.47 KB
/
percent.html
1
2
3
4
5
<style> /* califications badge */ @font-face { font-family: Fontastique; src: url('http://kuesty.com/resources/css/fontastique.ttf'); } .k-calif-badge{ text-decoration:none; text-align:center; max-width:218px; background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#000000)); background-image: -moz-linear-gradient(top, #333333, #000000); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#333333, endColorstr=#000000)"; display:block; font-family: Fontastique; border-radius: 8px; -moz-border-radius: 8px; padding:6px; -moz-box-shadow: inset 0 0 1px #fff; -webkit-box-shadow: inset 0 0 1px #fff; box-shadow: inner 0 0 1px #fff; } .k-calif-badge div { } .k-calif-badge p{ color: #fcfcfc; display: block; font-size: 11px; padding:0px; width:100%; margin:0px; white-space:nowrap; } .k-calif-badge img{ vertical-align:top; } .k-calif-badge p span{ color: #fc5117;} </style>
<a class="k-calif-badge" href="http://kuesty.com/restaurants/local/id/118/name/Rock-&-Fellers" target="_blank" title="Restaurant Rosario - Rock & Fellers via Kuesty">
<div><p><img src="http://kuesty.com/widget/calificacionesgen/?lid=118" width="auto" height="12px" alt="Restaurant Rosario - Rock & Fellers via Kuesty" /><span>%</span> calificaciones positivas en Kuesty | <img alt="Kuesty, Sabes a donde ir! Rosario" src="http://kuesty.com/resources/img/logo_mini.png" /></p>
</div>
</a>