miscText:{... readMore:"Leer más", defaultGenre:"Radio", nowPlaying:"Sonando ahora..."}
Also you can define background and text colors as new variables like this:
miscText: {....},
backgroundColor: "#d52a33",
textColor: "#fff",
Include this css in your widget.css:
#widget_logobox {width:80px; float:right; margin-left:12px; margin-top:6px;}
#widget_logobox img {border:0px; width:80px; height:80px;}
#jbcShowname {font-size:14px; color: #000000; text-decoration: none;}
#jbcShowdesc {font-weight:normal; color: #444444; font-size: 11px;}
#jbcReadmore { color:#d52a33;}
.box a {text-decoration: none;}
td a:link {text-decoration: none;}
p.rotate {
float: left;
background: transparent;
text-align: center;
font-size: 1.2em;
white-space: nowrap;
position: relative;
padding: 0;
margin: 0;
width: 16px;
height: 113px;
left:2px;
text-transform: uppercase;
}
p.rotate span {
-moz-transform: rotate(270deg);
-moz-transform-origin: 50% 50%;
-webkit-transform: rotate(270deg);
-webkit-transform-origin: 50% 50%;
transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=6.123233995736766e-17, M12=1, M21=-1, M22=6.123233995736766e-17, SizingMethod='auto expand')";
position: relative;
left: -44px;
height: 24px;
width: 100px;
top: 43px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 0.9em;
letter-spacing: 1px;
text-decoration: none;
text-align: center;
visibility: visible;
display: block;
text-decoration: none;
}
You can check the working week-info widget here: http://97irratia.info/es/programazioa/
Important notice:Use the second file, the first one's sourcedomain points to the wrong url, I could not remove it
means it does not work with just commenting lines.John Chewter said:Does not last? What does that mean?
Have you a caching problem?
It looks like you're new here. If you want to get involved, click one of these buttons!