You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 274 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Theme Design Errors [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies.printer-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
PheoniX
Guest






PostPosted: Wed Nov 02, 2005 12:12 pm Reply with quoteBack to top

The error i get:
Parse error: parse error in C:\domains\xi0s.uggle.co.uk\wwwroot\MsO\themes\xi0sdesign\theme.php on line 224

The code:

Code:
<?php
$bgcolor1 = "#333333";
$bgcolor2 = "#666666";
$bgcolor3 = "#ffffff";
$bgcolor4 = "#666666";
$textcolor1 = "#ffffff";
$textcolor2 = "#ffffff";

function OpenTable() {
    global $bgcolor1, $bgcolor2;
    echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=\"$bgcolor2\"><tr><td>\n";
    echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"8\" bgcolor=\"$bgcolor1\"><tr><td>\n";
}

function CloseTable() {
    echo "</td></tr></table></td></tr></table>\n";
}

function OpenTable2() {
    global $bgcolor1, $bgcolor2;
    echo "<table border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=\"$bgcolor2\" align=\"center\"><tr><td>\n";
    echo "<table border=\"0\" cellspacing=\"1\" cellpadding=\"8\" bgcolor=\"$bgcolor1\"><tr><td>\n";
}

function CloseTable2() {
    echo "</td></tr></table></td></tr></table>\n";
}

function FormatStory($thetext, $notes, $aid, $informant) {
    global $anonymous;
    if ($notes != "") {
   $notes = "<br><br><b>"._NOTE    . "</b> <i>$notes</i>\n";
    } else {
   $notes = "";
    }
    if ("$aid" == "$informant") {
   echo "<font class=\"content\">$thetext$notes</font>\n";
    } else {
   if($informant != "") {
       $boxstuff = "<a href=\"user.php?op=userinfo&amp;uname=$informant\"><b>$informant</a> ";
   } else {
       $boxstuff = "<b>Un anonimo ";
   }
   $boxstuff .= "segnala:</b> \"$thetext\"$notes\n";
   echo "<font class=\"content\">$boxstuff</font>\n";
    }
}

function themeheader() {
   global $banners, $name; 
       echo "<body bgcolor=\"#000000\" text=\"#ffffff\" link=\"0000ff\" leftmargin=0 rightmargin=0 topmargin=0><br>\n";
   if ($banners) {
      include("banners.php");
      echo "<br>";
   }
   echo "<table cellpadding=\"0\" cellspacing=\"0\" style=\"width:100%;\" align=\"center\">\n"

    . "<tr>"
    . "<td class=\"r1c1\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"38\" height=\"100\" alt=\"\" class=\"ffimgfix\">\n"
    . "<td class=\"r1c2\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"60\" height=\"100\" alt=\"\" class=\"ffimgfix\">\n"
    . "</td>\n"
    . "<td class=\"r1c3\" style=\"width:100%\">\n"
    . "<div style=\"width: 100%; text-align: center;\">\n"
    . "<img src=\"themes/xi0sdesign/images/logo.png\">\n"
    . "</div>\n"
    . "</td>\n"
    . "<td class=\"r1c4\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"60\" height=\"100\" alt=\"\" class=\"ffimgfix\">\n"
    . "<td class=\"r1c5\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"38\" height=\"100\" alt=\"\" class=\"ffimgfix\">\n"
    . "</td>\n"
    . "</tr>\n"
    . "</table>\n"
    . "<table cellpadding=\"0\" cellspacing=\"0\" style=\"width:100%;\" align=\"center\">\n"
    . "<tr>\n"
    . "<td class=\"r2c1\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"38\" height=\"25\" alt=\"\" class=\"ffimgfix\">\n"
    . "<td class=\"r2c2\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"60\" height=\"25\" alt=\"\" class=\"ffimgfix\">\n"
    . "</td>\n"
    . "<td class=\"r2c3\" style=\"width:100%\">\n"
    . "<font class=\"defaulttext\">.MsO. Clan Website</font>\n"
    . "</td>\n"
    . "<td class=\"r2c4\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"60\" height=\"25\" alt=\"\" class=\"ffimgfix\">\n"
    . "<td class=\"r2c5\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"38\" height=\"25\" alt=\"\" class=\"ffimgfix\">\n"
    . "</td>\n"
    . "</tr>\n"
    . "</table>\n"
    . "<table cellpadding=\"0\" cellspacing=\"0\" style=\"width:100%;\" align=\"center\">\n"
    . "<tr>\n"
    . "<td class=\"r3c1\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"38\" height=\"17\" alt=\"\" class=\"ffimgfix\">\n"
    . "<td class=\"r3c2\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"60\" height=\"17\" alt=\"\" class=\"ffimgfix\">\n"
    . "</td>\n"
    . "<td class=\"r3c3\" style=\"width:100%;white-space:nowrap\">\n"
    . "</td>\n"
    . "<td class=\"r3c4\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"60\" height=\"17\" alt=\"\" class=\"ffimgfix\">\n"
    . "<td class=\"r3c5\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"38\" height=\"17\" alt=\"\" class=\"ffimgfix\">\n"
    . "</td>\n"
    . "</tr>\n"
    . "</table>\n"

    . "<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"width:100%;\" margin-top:0px\" class=\"body\" align=\"center\">\n"
    . "<tr>\n"
    . "<td class=\"r4c1\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"38\" height=\"244\" alt=\"\" class=\"ffimgfix\">\n"
    . "</td>\n"
    . "<td style=\"width:20%; vertical-align:top;\">\n";
   if ($name=="Forums") {}
      else if ($name=="Members_List") {}
      else if ($name=="Private_Messages") {}
     else {
      blocks(left);
     }
    echo "</td>\n"
    . "<td style=\"width:100%; vertical-align:top;\">\n";

function themefooter() {
   global $index;
   if ($index == 1) {
      blocks(right);
      echo "<td class=\"r4c3\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"38\" height=\"244\" alt=\"\" class=\"ffimgfix\">\n"
      . "</td>\n"
      . "</tr>\n"
      . "</table>\n";
   } else {
      echo "<td class=\"r4c3\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"38\" height=\"244\" alt=\"\" class=\"ffimgfix\">\n"
      . "</td>\n"
      . "</tr>\n"
      . "</table>\n";
   }
   echo "<table cellpadding=\"0\" cellspacing=\"0\" style=\"width:100%;\" align=\"center\">\n"
   . "<tr>\n"
   . "<td class=\"r5c1\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"38\" height=\"91\" alt=\"\" class=\"ffimgfix\">\n"
   . "</td>\n"
   . "<td class=\"r5c2\" style=\"width:100%;white-space:nowrap\">\n";
   footmsg();
   echo "</td>\n"
   . "<td class=\"r5c3\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"38\" height=\"91\" alt=\"\" class=\"ffimgfix\">\n"
   . "</td>\n"
   . "</tr>\n"
   . "</table>\n";
}

function themeindex($aid, $informant, $time, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage, $topictext) {
   global $anonymous, $tipath;
   echo "<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n"
   . "<tr>\n"
   . "<td class=\"mt1\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"27\" height=\"54\" alt=\"\" class=\"ffimgfix\"></td>\n"
   . "<td class=\"mtbg\" style=\"width:100%;white-space:nowrap\">\n"
   . "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$title\n"
   . "</td>\n"
   . "<td class=\"mt2\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"29\" height=\"54\" alt=\"\" class=\"ffimgfix\"></td>\n"
   . "</tr>\n"
   . "</table>\n"
   . "<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n"
   . "<tr>\n"
   . "<td class=\"mleft\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"27\" height=\"93\" alt=\"\"></td>\n"
   . "<td class=\"middle_middle\" style=\"width:100%\">\n";
   FormatStory($thetext, $notes, $aid, $informant);
   echo "<span style=\"white-space:nowrap\">Posted by "._POSTEDBY." on </span>\n"
   . "<span style=\"white-space:nowrap\">$time</span>\n"
   . "<span style=\"white-space:nowrap\"> | $morelink</span>\n"
   . "</td>\n"
   . "<td class=\"mright\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"29\" height=\"93\" alt=\"\"></td>\n"
   . "</tr>\n"
   . "</table>\n"
   . "<table cellpadding=\"0\" cellspacing=\"0\"  border=\"0\">\n"
   . "<tr>\n"
   . "<td class=\"md1\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"27\" height=\"35\" alt=\"\" class=\"ffimgfix\"></td>\n"
   . "<td class=\"mdbg\" style=\"width:100%\"><img src=\"themes/xi0sdesign/images/blank.gif\" height=\"35\" alt=\"\" class=\"ffimgfix\" /></td>\n"
   . "<td class=\"md2\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"29\" height=\"35\" alt=\"\" class=\"ffimgfix\"></td>\n"
   . "</tr>\n"
   . "</table>\n";
}

function themearticle() {
   global $admin, $sid, $tipath;
   echo "<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n"
   . "<tr>\n"
   . "<td class=\"mt1\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"27\" height=\"54\" alt=\"\" class=\"ffimgfix\"></td>\n"
   . "<td class=\"mtbg\" style=\"width:100%;white-space:nowrap\">\n"
   . "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$title\n"
   . "</td>\n"
   . "<td class=\"mt2\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"29\" height=\"54\" alt=\"\" class=\"ffimgfix\"></td>\n"
   . "</tr>\n"
   . "</table>\n"
   . "<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n"
   . "<tr>\n"
   . "<td class=\"mleft\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"27\" height=\"93\" alt=\"\"></td>\n"
   . "<td class=\"middle_middle\" style=\"width:100%\">\n";
   FormatStory($thetext, $notes, $aid, $informant);
   echo "</td>\n"
   . "<td class=\"mright\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"29\" height=\"93\" alt=\"\"></td>\n"
   . "</tr>\n"
   . "</table>\n"
   . "<table cellpadding=\"0\" cellspacing=\"0\"  border=\"0\">\n"
   . "<tr>\n"
   . "<td class=\"md1\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"27\" height=\"35\" alt=\"\" class=\"ffimgfix\"></td>\n"
   . "<td class=\"mdbg\" style=\"width:100%\"><img src=\"themes/xi0sdesign/images/blank.gif\" height=\"35\" alt=\"\" class=\"ffimgfix\" /></td>\n"
   . "<td class=\"md2\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"29\" height=\"35\" alt=\"\" class=\"ffimgfix\"></td>\n"
   . "</tr>\n"
   . "</table>\n";
}

function themesidebox($title, $content) {
echo "<table cellpadding=\"0\" cellspacing=\"0\">\n"
    . "<tr>\n"
    . "<td class=\"mt1\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"27\" height=\"54\" class=\"ffimgfix\"></td>\n"
    . "<td class=\"mtbg\" style=\"width:100%;white-space:nowrap\">$title</td>\n"
    . "<td class=\"mt2\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"29\" height=\"54\" class=\"ffimgfix\"></td>\n"
    . "</tr>\n"
    . "</table>\n"
    . "<table cellpadding=\"0\" cellspacing=\"0\">\n"
    . "<tr>\n"
    . "<td class=\"mleft\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"27\" height=\"93\"></td>\n"
    . "<td class=\"middle_middle\" style=\"width:100%\">$content</td>\n"
    . "<td class=\"mright\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"29\" height=\"93\"></td>\n"
    . "</tr>\n"
    . "</table>\n"
    . "<table cellpadding=\"0\" cellspacing=\"0\">\n"
    . "<tr>\n"
    . "<td class=\"md1\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"27\" height=\"35\" class=\"ffimgfix\"></td>\n"
    . "<td class=\"mdbg\" style=\"width:100%\"><img src=\"themes/xi0sdesign/images/blank.gif\" height=\"35\" class=\"ffimgfix\"></td>\n"
    . "<td class=\"md2\"><img src=\"themes/xi0sdesign/images/blank.gif\" width=\"29\" height=\"35\" class=\"ffimgfix\"></td>\n"
    . "</tr>\n"
    . "</table>\n";
}
?>


Any help would be really cool.
Find all posts by Anonymous
Xyberian
Colonel
Colonel


Joined: Mar 14, 2004
Posts: 1939

Location: Behind you

PostPosted: Wed Nov 02, 2005 2:28 pm Reply with quoteBack to top

Follow my instructions, please.

Code:

#
# ----- [ FIND ] ---------
#


function themefooter() {

#
# -----[ BEFORE, ADD ] -------
#

}


** Your themeheader() function does not end up with a closing brace ( } ).

Good Luck.

_________________
Home of the Enterprise PHP-NUKE
Find all posts by XyberianView user's profileSend private messageVisit poster's website
PheoniX
Guest






PostPosted: Wed Nov 02, 2005 10:26 pm Reply with quoteBack to top

Ok now i have two problems with the layout of my site:
firstly the style.css isnt being included (well the bits that set up the table background images)
secondly the right blocks arnt working for my index page (they get displayed at the bottom of the page)
Find all posts by Anonymous
PheoniX
Guest






PostPosted: Wed Nov 02, 2005 10:31 pm Reply with quoteBack to top

sry, here is my css code:

Code:

.ffimgfix      { display:block; }
.r1c1          { background-image: url(images/CSMAIN_r1_c1.png); }
.r1c2          { background-image: url(images/CSMAIN_r1_c2.png); }
.r1c3          { background-repeat: repeat-x; background-image: url(images/CSMAIN_r1_c3.png); }
.r1c4          { background-image: url(images/CSMAIN_r1_c4.png); }
.r1c5          { background-image: url(images/CSMAIN_r1_c5.png); }
.r2c1          { background-image: url(images/CSMAIN_r2_c1.png); }
.r2c2          { background-image: url(images/CSMAIN_r2_c2.png); }
.r2c3          { background-repeat: repeat-x; background-image: url(images/CSMAIN_r2_c3.png); text-align: center; }
.r2c4          { background-image: url(images/CSMAIN_r2_c4.png); }
.r2c5          { background-image: url(images/CSMAIN_r2_c5.png); }
.r3c1          { background-image: url(images/CSMAIN_r3_c1.png); }
.r3c2          { background-repeat: repeat-x; background-image: url(images/CSMAIN_r3_c2.png); }
.r3c3          { background-image: url(images/CSMAIN_r3_c3.png); }
.r3c4          { background-image: url(images/CSMAIN_r3_c4.png); }
.r3c5          { background-image: url(images/CSMAIN_r3_c5.png); }
.r4c1          { background-image: url(images/CSMAIN_r4_c1.png); }
.r4c2          { background-repeat: repeat-x; background-image: url(images/CSMAIN_r4_c2.png); }
.r4c3          { background-image: url(images/CSMAIN_r4_c5.png); }
.r5c1          { background-image: url(images/CSMAIN_r5_c1.png); }
.r5c2          { background-repeat: repeat-x; background-image: url(images/CSMAIN_r5_c2.png);  text-align: center; }
.r5c3          { background-image: url(images/CSMAIN_r5_c5.png); }
.mt1           { background-image: url(images/CSMENU_mt1.png); }
.mtbg          { background-repeat: repeat-x; background-image: url(images/CSMENU_mtbg.png); }
.mt2           { background-image: url(images/CSMENU_mt2.png); }
.mleft         { background-repeat: repeat-y; background-image: url(images/CSMENU_mleft.png); }
.middle_middle { background: #3B3C3E; padding: 4px 5px 5px 4px;   font-size: 9px; color: #ccc; font-family: verdana, tahoma, arial, sans-serif; vertical-align:top; }
.mright        { background-repeat: repeat-y; background-image: url(images/CSMENU_mright.png); }
.md1           { background-image: url(images/CSMENU_md1.png); }
.mdbg          { background-repeat: repeat-x; background-image: url(images/CSMENU_mdbg.png); }
.md2           { background-image: url(images/CSMENU_md2.png); }

a {
   color: #fff;
   text-decoration: none;
}
a:hover {
   color: #CCA710;
   text-decoration: underline;
}
a.forumlink {
   color: #fff;
   text-decoration: none;
}
body {
   font-size: 11px;
   color: #ccc;
   font-family: verdana, tahoma, arial, sans-serif;
   background-color: #3B3C3E;
   margin:0px;
}
blockquote {
   font: italic 9px verdana, tahoma, arial, sans-serif;
   color: #7e96ac;
}
form {
   margin: 2px 0px 0px 0px;
}
hr {
   border-top: #666 1px solid;
   border-bottom: #eee 1px solid;
   height: 2px;
   width: 92%;
   text-align:center;
}
img {
   border:none;
}
p {
   margin-top: 0px;
   margin-bottom: 0px
}
td {
   font:9px verdana, tahoma, arial, sans-serif;
   color: #fff;
   padding: 0px;
   text-align:left;
   font-weight: bold;
}
.alttd {
   border: #000 1px solid;
   padding: 2px;
   font: 9px verdana, tahoma, arial, sans-serif;
   color: Gray;
   background-image : url(images/2tbgF.png);
}
.bodytable {
   padding: 8px;
   font: 10px verdana, tahoma, arial, sans-serif;
   color: #ccc;
}
.bodytable2 {
   border: #000 1px solid;
   padding: 8px;
   font: 10px verdana, tahoma, arial, sans-serif;
   color: #fff;
}
.bodytable3 {
   padding: 8px;
   font: 10px verdana, tahoma, arial, sans-serif;
   color: #ccc;
}
.border {
   border: #000 1px solid;
}
.border2 {
   border: #000 1px solid;
}
.border3 {
   border: #000 1px solid;
}
.bottomborder {
   border-top: #000 1px solid;
   border-bottom: #000 1px solid;
}
.button {
   background-color: #866C09;
   border: #000 1px solid;
   color: #fff;
   font: 9px verdana, tahoma, arial, sans-serif;
   text-align:center;
}
.caption {
   padding: 0px 4px 0px 4px;
   border-bottom: #3B3C3E 1px solid;
   border-left: #3B3C3E 1px solid;
   border-right: #3B3C3E 1px solid;
   border-top: #3B3C3E 1px solid;
   background-color: #3B3C3E;
   color: #fff;
   font: 10px verdana, tahoma, arial, sans-serif;
}
.caption2 {
   padding: 0px 4px 0px 4px;
   color: #fff;
   font: 10px verdana, tahoma, arial, sans-serif;
   text-align:center;
}
.captiontext {
   font: 10px verdana, tahoma, arial, sans-serif;
   color: #ccc;
}
.center {
   text-align: center;
}
.customclock {
   font: 10px verdana, tahoma, arial, sans-serif;
   color:#fff;
   background-image: url(images/INFADE1337_r5_c2.png);
}
.code {
   border: #424344 1px solid;
   padding: 8px;
   background-color: #3B3C3E;
   font: 10px verdana, tahoma, arial, sans-serif;
   color: #ccc;
}
.defaulttext {
   font: 10px verdana, tahoma, arial, sans-serif;
   color: #ccc;
}
.fborder {
   border: #3B3C3E 1px solid;
   background-color: #3B3C3E;
   
}
.forumborder {
   border: #3B3C3E 1px solid;
}
.forumheader {
   background-color: #3B3C3E;
   font: 11px verdana, tahoma, arial, sans-serif;
   color: #ccc;
   padding: 4px;
   border: #424344 1px solid;
   background-image : url(images/tbg.png);
   font-weight: bold;
}
.forumheader2 {
   background-color: #3B3C3E;
   font: 10px verdana, tahoma, arial, sans-serif;
   color: #ccc;
   padding: 4px;
   border: #3B3C3E 1px solid;
}
.forumheader3 {
   background-color: #3B3C3E;
   font: 10px verdana, tahoma, arial, sans-serif;
   color: #fff;
   padding: 4px;
   border: #000 1px solid;
   background-image : url(images/chatbg.png);
}
.forumheader4 {
   background-color: #3B3C3E;
   font: 10px verdana, tahoma, arial, sans-serif;
   color: #fff;
   padding: 4px;
   border: #000 1px solid;
   background-image : url(images/chatviewallbg.png);
}
.fcaption {
   border: #2E303D 1px solid;
   padding: 2px 0px 2px 8px;
   background-color: #1F242B;
   font: 10px verdana, tahoma, arial, sans-serif;
   background-image : url(images/tbg.png);
   color: #fff;
   font-weight: bold;
}
.finfobar {
   background-color: #3B3C3E;
   font: 10px verdana, tahoma, arial, sans-serif;
   color: #ccc;
   padding: 4px;
   border: #424344 1px solid;
   background-image : url(forum/finfobar.png);
}
.helpbox {
   background-color: #5B5B5C;
   color: #ccc;
   font: 9px verdana, tahoma, arial, sans-serif;
}
.indent {
   padding: 8px;
   margin: 5px;
   font: 10px verdana, tahoma, arial, sans-serif;
   color: #cccccc;
   background-color: #000;
   border: 1px solid #2E303D;
}
.mediumtext {
   font: 9px verdana, tahoma, arial, sans-serif;
   color: #ccc;
}
.newscomments{
   background-color: #2E303D;
   font: 9px verdana, tahoma, arial, sans-serif;
   color:#cccccc;
   padding: 2px;
   border: #000000 1px solid;
   background-image : url(images/ncbg.png);
}
.nextprev {
   border: 2px solid #424344;
   margin: 10px 4px 0px 4px;
   color: #ccc;
   text-decoration: none;
   font: normal 10px verdana, tahoma, arial, sans-serif;
   text-align:center;
   padding : 2px 2px 2px 2px;
   background-color: #3B3C3E;
}
.nforumcaption {
   padding: 8px 4px 8px 4px;
   font: 10px verdana, tahoma, arial, sans-serif;
   color: #fff;
   background-image : url(images/tbg.png);
   font-weight: bold;
}
.nforumcaption2 {
   padding: 8px 0px 8px 4px;
   font: 9px verdana, tahoma, arial, sans-serif;
   color: #866C09;
   font-weight: bold;
   background-image : url(images/2tbgF.png);
}
.nforumcaption3 {
   border: 1px solid 000;
   padding: 4px;
   background-color: #3B3C3E;
   font: 10px verdana, tahoma, arial, sans-serif;
}
.nforumdisclaimer {
   font: 9px verdana, tahoma, arial, sans-serif;
   color: #2E303D;
}
.nforumholder {
   border: 1px solid #3B3C3E;
   padding: 0px;
   background-color: #3B3C3E;
}
.nforumreplycaption {
   border: 1px solid #424344;
   padding: 4px;
   background-color: #3B3C3E;
   font: 10px verdana, tahoma, arial, sans-serif;
}
.nforumreply {
   border: 1px solid #424344;
   padding: 4px;
   background-color: #3B3C3E;
   font: 10px verdana, tahoma, arial, sans-serif;
}
.nforumreply2 {
   border: 1px solid #424344;
   padding: 4px;
   background-color: #3B3C3E;
   font: 10px verdana, tahoma, arial, sans-serif;
}
.nforumthread {
   border: 1px solid #424344;
   padding: 4px;
   background-color: #3B3C3E;
   font: 10px verdana, tahoma, arial, sans-serif;
}
.nforumthread2 {
   border: 1px solid #424344;
   padding: 4px;
   background-color: #424344;
   font: 10px verdana, tahoma, arial, sans-serif;
}
.nforumview1 {
   border: 1px solid #424344;
   padding: 4px;
   background-color: #3B3C3E;
   font: 10px verdana, tahoma, arial, sans-serif;
}
.nforumview2 {
   border: 1px solid #424344;
   padding: 4px;
   background-color: #3B3C3E;
   font: 10px verdana, tahoma, arial, sans-serif;
}
.nforumview3 {
   padding: 4px;
   background-color: #3B3C3E;
   font: 10px verdana, tahoma, arial, sans-serif;
   color: #ccc;
}
.nforumview4 {
   padding: 4px;
   background-color: #3B3C3E;
   font: 10px verdana, tahoma, arial, sans-serif;
   color: #fff;
}
.np {
   background-color: #3B3C3E;
   border: #424344 1px solid;
   color: #cccccc;
   font: 10px verdana, tahoma, arial, sans-serif;
   text-align:center;
   padding : 2px;
}
.smalltext {
   font: 10px verdana, tahoma, arial, sans-serif;
   color: #ccc;
}
.smallblacktext {
   font: normal 9px verdana, tahoma, arial, sans-serif;
   color: #ccc;
}
.spacer {
   padding: 0px 0px 0px 0px;
}
.tbox {
   background-color: #2E303D;
   border: #000 1px solid;
   color: #CCA710;
   font: 10px verdana, tahoma, arial, sans-serif;
   background-image: url(images/chatMainbg.png);
}
.topborder {
   border-bottom: #000 1px solid;
}
Find all posts by Anonymous
PheoniX
Guest






PostPosted: Wed Nov 02, 2005 10:45 pm Reply with quoteBack to top

Nother update, i have the images fixed
Find all posts by Anonymous
Display posts from previous:      
This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies.printer-friendly view
View previous topic Log in to check your private messages View next topic
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by TOGETHER TEAM srl ITALY http://www.togetherteam.it - DONDELEO E-COMMERCE http://www.DonDeLeo.com - TUTTISU E-COMMERCE http://www.tuttisu.it
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.166 Seconds - 283 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::