ok. you can change " styles/prosilver/imageset/box.jpg " to every one image file for background.dugi wrote:without color would be better
ok . thanks for reporting this Bug.Geisthund wrote:Hi
0% doesn't look right IMHO
Cheers
Gareth
RMcGirr83 wrote:Would like to see subsilver2 support.
Code: Select all
<!-- IF TOTAL_MESSAGES -->
Code: Select all
<table border="1" cellspacing="0px" cellpadding="0px" class="pbox1">
<tr>
<td class="pbox2" width="{FOLDER_PERCENT_BOX2}%"></td><td></td>
</tr>
</table><span class="pbox3"><strong>{FOLDER_PERCENT_BOX}%</strong></span><br />
Code: Select all
/* pmg */
.pbox1 {
border:inherit;
width:200px;
height:20px;
direction:ltr;
}
.pbox2 {
background-image: url('./images/box.jpg');
border-color:#333333;
height:20px;
}
.pbox3 {
position:relative;
left:87px;
top:-17px;
z-index:20;
direction:ltr;
}
.rtl .pbox3 {
position:relative;
left:-87px;
top:-17px;
z-index:20;
direction:ltr;
}
/* pmgend */
Code: Select all
\styles\subsilver base style\theme\images
oh.really thanks for your supportingibelphegor wrote:More Colorful bar.. (i can make more with specific color)
->Save as "box.jpg"
Code: Select all
/**
* tweaks.css
*/
Code: Select all
.rtl .pbox3 {
position:relative;
left:-87px;
top:-17px;
z-index:20;
direction:ltr;
}
ok.thanksSunka wrote:Just found small error, please correct this in installation file for the next update
It is write:
Open: styles/prosilver/theme/common.css
Find:Add after:Code: Select all
/** * tweaks.css */
But it should be: Open: styles/prosilver/theme/bidi.cssCode: Select all
.rtl .pbox3 { position:relative; left:-87px; top:-17px; z-index:20; direction:ltr; }