This would be easy to do with the CSS border property. You'd find the elemt that surrounds the whole page, and add the following CSS elements to it.
HTML Code:
SOMETHING {
border: 4px;
border-top-color: 777777;
border-right-color: 333333;
border-bottom-color: 333333;
border-left-color: 777777;
}
You can mess around the with the size of the border and stuff. If you want the shadow to go the other way simply switch all of the 777777's to 333333's and the other way around.
F.Y.I. If you don't like the colors that those numbers give, all of the HEX codes that are the same character repeating 6 times is on a grayscale...000000 being black and FFFFFF being white.
__________________
<?php if($Adsense_Revenue > 0): define('HAPPINES','100%'); else: define('HAPPINESS', '0%') endif; ?>
|