X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdiabook%2Fstyle.php;h=d926579da79ae5ba2c208134199bb3d5932fe195;hb=e7ff35f27d7f2a7f7caed63f9bf48bd8104cc336;hp=c6092af9212bd4980848fa9ef3114a4cf9aa6478;hpb=c88dd1485f31a129f6e00bf92afee241708e7da9;p=friendica.git diff --git a/view/theme/diabook/style.php b/view/theme/diabook/style.php index c6092af921..d926579da7 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,573 @@ 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 == "wide") { + if (file_exists("$THEMEPATH/diabook-green/style-wide.css")){ + echo file_get_contents("$THEMEPATH/diabook-green/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== "dark") { + if($resolution == "normal") { + if (file_exists("$THEMEPATH/diabook-dark/style.css")){ + echo file_get_contents("$THEMEPATH/diabook-dark/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 == "wide") { + if (file_exists("$THEMEPATH/diabook-dark/style-wide.css")){ + echo file_get_contents("$THEMEPATH/diabook-dark/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 {