Version: 1.0.4
phpBB Version: 3.0.2
Description: A black/grey, rounded corner prosilver based skin.
This is my first style, Bl@ck. It is based on Prosilver. I have included a modified prosilver template and instructions on how to modify the template for the style
Preview:
Demo: PLEASE DO NOT REGISTER
http://ittakestime.org
Download:
http://ittakestime.org/download/Bl@ck-1.0.4.zip
Instructions to get your own template to work with the style (you do not need it, unless you want to use this style on a modded board and you want to use an existing modified template):
Open: prosilver/template/overall_header.html
Find:
Code: Select all
<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
Code: Select all
<div class="outside">
<div class="top-left"></div><div class="top-center"></div><div class="top-right"></div>
<div class="inside">
<div class="notopgap">
Find:
Code: Select all
<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
</div>
Code: Select all
</div>
<div class="nobottomgap"></div>
</div>
<div class="bottom-left"></div><div class="bottom-center"></div><div class="bottom-right">
</div>