3 $cleanzero_font_size=false;
4 $cleanzero_theme_width=false;
6 $site_color = get_config("cleanzero","color");
7 $site_cleanzero_font_size = get_config("cleanzero", "font_size" );
8 $site_cleanzero_theme_width = get_config("cleanzero", "theme_width");
11 $color = get_pconfig(local_user(), "cleanzero","color");
12 $cleanzero_font_size = get_pconfig(local_user(), "cleanzero", "font_size");
13 $cleanzero_theme_width = get_pconfig(local_user(), "cleanzero", "theme_width");
17 if ($color===false) $color=$site_color;
18 if ($color===false) $color="cleanzero";
19 if ($cleanzero_font_size===false) $cleanzero_font_size=$site_cleanzero_font_size;
20 if ($cleanzero_theme_width===false) $cleanzero_theme_width=$site_cleanzero_theme_width;
21 if ($cleanzero_theme_width===false) $cleanzero_theme_width="standard";
24 if (file_exists("$THEMEPATH/$color/style.css")){
25 echo file_get_contents("$THEMEPATH/$color/style.css");
30 if($cleanzero_font_size == "16"){
32 .wall-item-content-wrapper {
36 .wall-item-content-wrapper.comment {
41 if($cleanzero_font_size == "14"){
43 .wall-item-content-wrapper {
47 .wall-item-content-wrapper.comment {
52 if($cleanzero_font_size == "12"){
54 .wall-item-content-wrapper {
58 .wall-item-content-wrapper.comment {
63 if($cleanzero_font_size == "10"){
65 .wall-item-content-wrapper {
69 .wall-item-content-wrapper.comment {
74 if ($cleanzero_theme_width === "standard") {
97 if ($cleanzero_theme_width === "narrow") {
119 if ($cleanzero_theme_width === "wide") {