*

Recent

Author Topic: [Add On] Classic Blue Theme Footer Boxes  (Read 6055 times)

am-fs

  • Owner
  • Developer
  • Full Member
  • ******
  • Posts: 228
  • Force: +1/-0
    • Great Flash Games
[Add On] Classic Blue Theme Footer Boxes
« on: October 24, 2014, 06:20:31 PM »
This will add the footer boxes to the classic blue theme requested here => http://freearcadescript.net/forums/index.php?topic=775.0



*Note center box is ad3 in the admin/ads, so you can put ads or your Facebook like box here.

Add to the bottom of your templates/classic/styles.css file:
Code: [Select]
#footer_box {
color: #000;
background: #FFF;
width: 1036px;
height: 308px;
margin: 10px 10px 10px 10px;
border: 2px ridge #000;
}
#footer_box a {
color : #333;
text-decoration : none;
font-family : Arial;
font-weight : normal;
font-size : 12px;
margin: 0 2px;
}

#footer_content {
float: left;
width: 328px;
height: 284px;
background: #ECEDF3;
display: inline;
        margin-left: 10px;
margin-top: 10px;
border: 2px ridge #000;
}

.footer_info {
text-align:left;
        margin-left: 10px;
        clear: both;
}

.footer_boxnav {
float: left;
width: 320px;
height: 20px;
background-image: url('images/headerbg.png');
background-repeat: repeat-x;
font-family: Tahoma, Arial, Helvetica, sans-serif;
color: #FFF;
        margin: 4px;
font-size: 16px;
font-weight: bold;
text-align: center;
}

.footer_boxnav a{color:#FFF;font-family:Arial;font-size:16px;font-weight:400;text-decoration:none;}

templates/classic/templates.php
Find at the bottom:
Code: [Select]
<br />
<div align="center"><?php echo $footerspace?>

Add above:
Code: [Select]
<!-- start footer box -->
<div align="center">
<?php include ("templates/$template/footerbox.php");?>
</div>
                       <!-- end footer box -->

upload footerbox.php to your => templates/classic/

outlaw16151

  • Jr. Member
  • **
  • Posts: 54
  • Force: +0/-0
    • OutlawsGameroom
Re: [Add On] Classic Blue Theme Footer Boxes
« Reply #1 on: October 25, 2014, 12:27:03 AM »
i love it