Re: [mccode v2] Themecreator 100% Completed Working Copy
so
test.css
global $db,$ir,$c,$h,$userid,$set,$theme;
$q = $db->query("SELECT ThemeID FROM users WHERE userid=$userid",$c);
$t = $db->fetch_row($q);
<!--
body {
background-color: #292929;
background-image:url(lbg.png);
margin-top: 0px;
margin-bottom: 0px;
font-family:Palatino Linotype;font-size:12px;color: white;
scrollbar-base-color: black;
scrollbar-arrow-color: red;
scrollbar-DarkShadow-Color: black;
}
a:visited,a:active,a:link { color: gray;text-decoration: none; }
a:hover { color: silver;text-decoration: overline underline;background: none; }
table,tr,td { font-family:Palatino Linotype;font-size: 12px; }
.button
{
font-family:Palatino Linotype;
font-size:12;
color:#ffffff;
background-color: red;
}
}
-->