Not for now. As I don't use any subSilver2 based styles, I haven't worked on edits for those styles.Fridge wrote:Just found this mod and i really love the idea![]()
I've downloaded the mod and saw there where only edits for prosilver, any possibility for subsilver template edits ?
Well i had to trycherokee red wrote:I shouldn't be too hard to do it yourself
Code: Select all
<!-- REDBAR -->
<div class="redbar">
<div class="inner"><span class="corners-top"><span></span></span>
<div id="red-bar">
<div style="text-align:center;">
<!-- BEGIN redbar --><a href="{redbar.U_REDBAR_URL}" style="color: #{redbar.REDBAR_COLOUR};" title="{redbar.REDBAR_NAME}">{redbar.REDBAR_NAME}</a><!-- IF redbar.S_LAST_ROW --> <!-- ELSE --> <strong>‹</strong> <!-- ENDIF --><!-- END redbar -->
</div>
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- REDBAR -->
Code: Select all
p.breadcrumbs {
margin: 0;
float: left;
color: black;
font-weight: bold;
white-space: normal;
font-size: 1em;
}
Code: Select all
.redbar {
margin: 0;
text-align:center;
font-weight: bold;
font-size: 1.1em;
}
Code: Select all
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 10px;">
<tr>
<td class="row1">
<p class="redbar"><!-- BEGIN redbar --><a href="{redbar.U_REDBAR_URL}" style="color: #{redbar.REDBAR_COLOUR};" title="{redbar.REDBAR_NAME}">{redbar.REDBAR_NAME}</a><!-- IF redbar.S_LAST_ROW --> <!-- ELSE --> <strong>‹</strong> <!-- ENDIF --><!-- END redbar --></p>
</td>
</tr>
</table>
Code: Select all
<!-- INCLUDE redbar.html -->
Code: Select all
<!-- INCLUDE breadcrumbs.html -->
Code: Select all
<!-- INCLUDE overall_footer.html -->