From e052be606c9c2c4e615cb557572a68af2181cc17 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Fri, 20 Apr 2012 17:16:42 +0200 Subject: diabook-themes: add diabook-green and some minor css/bug-fixes --- view/theme/diabook/style.php | 393 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 389 insertions(+), 4 deletions(-) (limited to 'view/theme/diabook/style.php') diff --git a/view/theme/diabook/style.php b/view/theme/diabook/style.php index c6092af92..1137458c8 100644 --- a/view/theme/diabook/style.php +++ b/view/theme/diabook/style.php @@ -31,6 +31,17 @@ echo file_get_contents("$THEMEPATH/style.css"); } + if($diabook_font_size == "16"){ + echo " + .wall-item-container .wall-item-content { + font-size: 16px; + } + + .wall-item-photo-container .wall-item-content { + font-size: 16px; + } + "; + } if($diabook_font_size == "15"){ echo " .wall-item-container .wall-item-content { @@ -158,6 +169,18 @@ if (file_exists("$THEMEPATH/style-wide.css")){ echo file_get_contents("$THEMEPATH/style-wide.css"); } + if($diabook_font_size == "16"){ + echo " + .wall-item-container .wall-item-content { + font-size: 16px; + } + + .wall-item-photo-container .wall-item-content { + font-size: 16px; + } + "; + } + if($diabook_font_size == "15"){ echo " .wall-item-container .wall-item-content { @@ -287,7 +310,17 @@ if (file_exists("$THEMEPATH/diabook-aerith/style.css")){ echo file_get_contents("$THEMEPATH/diabook-aerith/style.css"); } - + if($diabook_font_size == "16"){ + echo " + .wall-item-container .wall-item-content { + font-size: 16px; + } + + .wall-item-photo-container .wall-item-content { + font-size: 16px; + } + "; + } if($diabook_font_size == "15"){ echo " .wall-item-container .wall-item-content { @@ -415,6 +448,17 @@ if (file_exists("$THEMEPATH/diabook-aerith/style-wide.css")){ echo file_get_contents("$THEMEPATH/diabook-aerith/style-wide.css"); } + if($diabook_font_size == "16"){ + echo " + .wall-item-container .wall-item-content { + font-size: 16px; + } + + .wall-item-photo-container .wall-item-content { + font-size: 16px; + } + "; + } if($diabook_font_size == "15"){ echo " .wall-item-container .wall-item-content { @@ -544,7 +588,17 @@ if (file_exists("$THEMEPATH/diabook-blue/style.css")){ echo file_get_contents("$THEMEPATH/diabook-blue/style.css"); } - + if($diabook_font_size == "16"){ + echo " + .wall-item-container .wall-item-content { + font-size: 16px; + } + + .wall-item-photo-container .wall-item-content { + font-size: 16px; + } + "; + } if($diabook_font_size == "15"){ echo " .wall-item-container .wall-item-content { @@ -672,6 +726,17 @@ if (file_exists("$THEMEPATH/diabook-blue/style-wide.css")){ echo file_get_contents("$THEMEPATH/diabook-blue/style-wide.css"); } + if($diabook_font_size == "16"){ + echo " + .wall-item-container .wall-item-content { + font-size: 16px; + } + + .wall-item-photo-container .wall-item-content { + font-size: 16px; + } + "; + } if($diabook_font_size == "15"){ echo " .wall-item-container .wall-item-content { @@ -801,7 +866,17 @@ if (file_exists("$THEMEPATH/diabook-red/style.css")){ echo file_get_contents("$THEMEPATH/diabook-red/style.css"); } - + if($diabook_font_size == "16"){ + echo " + .wall-item-container .wall-item-content { + font-size: 16px; + } + + .wall-item-photo-container .wall-item-content { + font-size: 16px; + } + "; + } if($diabook_font_size == "15"){ echo " .wall-item-container .wall-item-content { @@ -929,6 +1004,17 @@ if (file_exists("$THEMEPATH/diabook-red/style-wide.css")){ echo file_get_contents("$THEMEPATH/diabook-red/style-wide.css"); } + if($diabook_font_size == "16"){ + echo " + .wall-item-container .wall-item-content { + font-size: 16px; + } + + .wall-item-photo-container .wall-item-content { + font-size: 16px; + } + "; + } if($diabook_font_size == "15"){ echo " .wall-item-container .wall-item-content { @@ -1058,7 +1144,17 @@ if (file_exists("$THEMEPATH/diabook-pink/style.css")){ echo file_get_contents("$THEMEPATH/diabook-pink/style.css"); } - + if($diabook_font_size == "16"){ + echo " + .wall-item-container .wall-item-content { + font-size: 16px; + } + + .wall-item-photo-container .wall-item-content { + font-size: 16px; + } + "; + } if($diabook_font_size == "15"){ echo " .wall-item-container .wall-item-content { @@ -1186,6 +1282,295 @@ if (file_exists("$THEMEPATH/diabook-pink/style-wide.css")){ echo file_get_contents("$THEMEPATH/diabook-pink/style-wide.css"); } + if($diabook_font_size == "16"){ + echo " + .wall-item-container .wall-item-content { + font-size: 16px; + } + + .wall-item-photo-container .wall-item-content { + font-size: 16px; + } + "; + } + if($diabook_font_size == "15"){ + echo " + .wall-item-container .wall-item-content { + font-size: 15px; + } + + .wall-item-photo-container .wall-item-content { + font-size: 15px; + } + "; + } + if($diabook_font_size == "14"){ + echo " + .wall-item-container .wall-item-content { + font-size: 14px; + } + + .wall-item-photo-container .wall-item-content { + font-size: 14px; + } + "; + } + if($diabook_font_size == "13.5"){ + echo " + .wall-item-container .wall-item-content { + font-size: 13.5px; + } + + .wall-item-photo-container .wall-item-content { + font-size: 13.5px; + } + "; + } + if($diabook_font_size == "13"){ + echo " + .wall-item-container .wall-item-content { + font-size: 13px; + } + + .wall-item-photo-container .wall-item-content { + font-size: 13px; + } + "; + } + if($diabook_font_size == "12.5"){ + echo " + .wall-item-container .wall-item-content { + font-size: 12.5px; + } + + .wall-item-photo-container .wall-item-content { + font-size: 12.5px; + } + "; + } + if($diabook_font_size == "12"){ + echo " + .wall-item-container .wall-item-content { + font-size: 12px; + } + + .wall-item-photo-container .wall-item-content { + font-size: 12px; + } + "; + } + if($line_height == "1.5"){ + echo " + .wall-item-container .wall-item-content { + line-height: 1.5; + } + + .wall-item-photo-container .wall-item-content { + line-height: 1.5; + } + "; + } + if($line_height == "1.4"){ + echo " + .wall-item-container .wall-item-content { + line-height: 1.4; + } + + .wall-item-photo-container .wall-item-content { + line-height: 1.4; + } + "; + } + if($line_height == "1.3"){ + echo " + .wall-item-container .wall-item-content { + line-height: 1.3; + } + + .wall-item-photo-container .wall-item-content { + line-height: 1.3; + } + "; + } + if($line_height == "1.2"){ + echo " + .wall-item-container .wall-item-content { + line-height: 1.2; + } + + .wall-item-photo-container .wall-item-content { + line-height: 1.2; + } + "; + } + if($line_height == "1.1"){ + echo " + .wall-item-container .wall-item-content { + line-height: 1.1; + } + + .wall-item-photo-container .wall-item-content { + line-height: 1.1; + } + "; + } + } + } + + if($color== "green") { + if($resolution == "normal") { + if (file_exists("$THEMEPATH/diabook-green/style.css")){ + echo file_get_contents("$THEMEPATH/diabook-green/style.css"); + } + if($diabook_font_size == "16"){ + echo " + .wall-item-container .wall-item-content { + font-size: 16px; + } + + .wall-item-photo-container .wall-item-content { + font-size: 16px; + } + "; + } + if($diabook_font_size == "15"){ + echo " + .wall-item-container .wall-item-content { + font-size: 15px; + } + + .wall-item-photo-container .wall-item-content { + font-size: 15px; + } + "; + } + if($diabook_font_size == "14"){ + echo " + .wall-item-container .wall-item-content { + font-size: 14px; + } + + .wall-item-photo-container .wall-item-content { + font-size: 14px; + } + "; + } + if($diabook_font_size == "13.5"){ + echo " + .wall-item-container .wall-item-content { + font-size: 13.5px; + } + + .wall-item-photo-container .wall-item-content { + font-size: 13.5px; + } + "; + } + if($diabook_font_size == "13"){ + echo " + .wall-item-container .wall-item-content { + font-size: 13px; + } + + .wall-item-photo-container .wall-item-content { + font-size: 13px; + } + "; + } + if($diabook_font_size == "12.5"){ + echo " + .wall-item-container .wall-item-content { + font-size: 12.5px; + } + + .wall-item-photo-container .wall-item-content { + font-size: 12.5px; + } + "; + } + if($diabook_font_size == "12"){ + echo " + .wall-item-container .wall-item-content { + font-size: 12px; + } + + .wall-item-photo-container .wall-item-content { + font-size: 12px; + } + "; + } + if($line_height == "1.5"){ + echo " + .wall-item-container .wall-item-content { + line-height: 1.5; + } + + .wall-item-photo-container .wall-item-content { + line-height: 1.5; + } + "; + } + if($line_height == "1.4"){ + echo " + .wall-item-container .wall-item-content { + line-height: 1.4; + } + + .wall-item-photo-container .wall-item-content { + line-height: 1.4; + } + "; + } + if($line_height == "1.3"){ + echo " + .wall-item-container .wall-item-content { + line-height: 1.3; + } + + .wall-item-photo-container .wall-item-content { + line-height: 1.3; + } + "; + } + if($line_height == "1.2"){ + echo " + .wall-item-container .wall-item-content { + line-height: 1.2; + } + + .wall-item-photo-container .wall-item-content { + line-height: 1.2; + } + "; + } + if($line_height == "1.1"){ + echo " + .wall-item-container .wall-item-content { + line-height: 1.1; + } + + .wall-item-photo-container .wall-item-content { + line-height: 1.1; + } + "; + } + } + + if($resolution == "green") { + if (file_exists("$THEMEPATH/diabook-green/style-wide.css")){ + echo file_get_contents("$THEMEPATH/diabook-pink/style-green.css"); + } + if($diabook_font_size == "16"){ + echo " + .wall-item-container .wall-item-content { + font-size: 16px; + } + + .wall-item-photo-container .wall-item-content { + font-size: 16px; + } + "; + } if($diabook_font_size == "15"){ echo " .wall-item-container .wall-item-content { -- cgit v1.2.3