Blade_Multicolor v1.00
Grimloch
Posted on 28-04-2010 19:54
Offline
Junior Member
Posts: 27
Joined: 24.04.10
Gender: male
Age: 62
Warnings:
Here is the Blade theme in multi-color. This is probably the last one I'll do.
P.S. Maybe a screenshot would help?
www.whisperwillow...cnshot.jpg
Grimloch attached the following file:
blade_multicolor.zip [303.71 kB, 150 Downloads]
Edited by Grimloch on 01-05-2010 04:07
Signature Energy can neither be created nor destroyed; only transformed.
x 1 x 1
Grimloch
Posted on 29-04-2010 13:01
Offline
Junior Member
Posts: 27
Joined: 24.04.10
Gender: male
Age: 62
Warnings:
I added a screenshot in first post. There are some new colors that never existed for the Blade theme before.
Signature Energy can neither be created nor destroyed; only transformed.
slaughter
Posted on 29-04-2010 17:03
Offline
Head Developer
Super Admin
Posts: 1091
Joined: 28.12.09
Gender: male
Warnings:
It's a nice theme, I like it
Grimloch
Posted on 29-04-2010 17:14
Offline
Junior Member
Posts: 27
Joined: 24.04.10
Gender: male
Age: 62
Warnings:
Thx!! I am still fine-tuning all the individual color CSS files. I'll update the attachment when it's completed. I really need to go back and do that as well for the Paradox Multicolor.
Signature Energy can neither be created nor destroyed; only transformed.
Advertising Bot Posted on 18-05-2012 07:37
Bot Agent Posts: n^xJoined: Always
slaughter
Posted on 29-04-2010 17:32
Offline
Head Developer
Super Admin
Posts: 1091
Joined: 28.12.09
Gender: male
Warnings:
Code for Collapsible Centerpanels:
Code function opentable($title, $collapse = false, $state = "on") {
global $panel_collapse; $panel_collapse = $collapse;
echo "<table width='".THEME_WIDTH."' cellpadding='0' cellspacing='0'><tr>\n";
echo "<td class='cap-main-l'><img src='".THEME."images/blank.gif' width='9' height='20' alt='blank.gif' style='display:block' /></td>\n";
echo "<td class='cap-main' style='white-space:nowrap'>$title</td>\n";
if ($collapse == true) {
$boxname = str_replace(" ", "", $title);
echo "<td class='cap-main-2' align='right'>".panelbutton($state, $boxname)."</td>\n";
}
echo "<td class='cap-main-m'><img src='".THEME."images/blank.gif' width='9' height='20' alt='blank.gif' style='display:block' /></td>\n";
echo "<td class='cap-main-2'><img src='".THEME."images/blank.gif' width='7' height='14' alt='box_on.gif' /></td>\n";
echo "<td class='cap-main-r'><img src='".THEME."images/blank.gif' width='9' height='20' alt='' style='display:block' /></td>\n";
echo "</tr></table>\n";
echo "<div style='margin:2px;'></div>\n";
echo "<table width='".THEME_WIDTH."' cellpadding='0' cellspacing='0' class='border'><tr>\n";
echo "<td class='main-body'>\n";
if ($collapse == true) { echo panelstate($state, $boxname); }
}
function closetable() {
global $panel_collapse;
if ($panel_collapse == true) { echo "</div>\n"; }
echo "</td>\n";
echo "</tr></table>\n";
echo "<div style='margin:8px;'></div>\n";
}
Grimloch
Posted on 30-04-2010 18:48
Offline
Junior Member
Posts: 27
Joined: 24.04.10
Gender: male
Age: 62
Warnings:
Center table collapse code now included in theme. And I have re-vamped the entire package; all CSS files are now straigntened out and more uniform. Some css files contain unused definitions; I didn't bother to remove them. Ninety percent of images are re-done and theme.php now contains a =|class='sub-date'|= css call for the subdate. The Blade_Multicolor theme is now finished. Attachment in the first post is updated.
Edited by Grimloch on 30-04-2010 18:50
Signature Energy can neither be created nor destroyed; only transformed.
slaughter
Posted on 30-04-2010 19:21
Offline
Head Developer
Super Admin
Posts: 1091
Joined: 28.12.09
Gender: male
Warnings:
nice, I'll upload the theme on this site and test it
Grimloch
Posted on 30-04-2010 21:33
Offline
Junior Member
Posts: 27
Joined: 24.04.10
Gender: male
Age: 62
Warnings:
slaughter wrote:
nice, I'll upload the theme on this site and test it
I didn't test the 'center table collapse' code until after I uploaded the package. There was an error in your image alignment that I corrected. I have replaced the package again. I'm as positive as I can be that everything is kosher now.
Signature Energy can neither be created nor destroyed; only transformed.
slaughter
Posted on 01-05-2010 18:13
Offline
Head Developer
Super Admin
Posts: 1091
Joined: 28.12.09
Gender: male
Warnings:
ok thx, I also updated the theme on this site here
xxyy
Posted on 01-11-2010 14:57
Offline
Member
Posts: 195
Joined: 16.05.10
Gender: male
Warnings:
Good Work!
I like the gold colour best.
Signature xxyy
Meine neue Webseite (in Development...)
Alle Angaben ohne Gewähr. Ich übernehme keine Haftung für Schäden an Hard/Software