That is OK. Need to setting some parameters and all is what I wish, except one things: how is possible to change color of fonts?
Perhaps for future: is possible to include that parameters in standard settings of module?
GIF file for background must be equal as size of module (in my case 159x122px).
My style153.css after modification (module ID=153):
/*
IMPORTANT:
- Replace ID with your module's unique id
- Do not use percentage for module width and height, enter actual fast width in pixels
*/
div#mContainer153 {
width: 159px; /* edit this value for your own module width */
height: 122px; /* edit this value for your own module height */
display: block;
overflow: hidden;
position: relative;
background: url(bg153.gif) no-repeat 0 0; /* uncomment for module background */
}
div#mScroller153 {
display: block;
margin: 0;
padding: 0;
}
div#mScroller153 div {
display: block;
text-align: left;
margin: 0;
float: left;
width: 159px; /* edit this value for your own module width */
min-height: 122px; /* edit this value for your own module height */
}
div#mScroller153 div a {
}
div.mScroller div .title {
font-weight: bold;
}
div#mScroller153 div p {
margin: 0;
text-align: right;
}
div#mNav153 {
height: 0;
position: relative;
right: 2px;
top: -25px; /* edit this value for navigation buttons position */
text-align: right;
}
div#mNav153 img {
cursor: hand;
cursor: pointer;
display: inline;
padding-left: 2px;
}