aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/style.php
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-04-20 17:16:42 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-04-20 17:16:42 +0200
commite052be606c9c2c4e615cb557572a68af2181cc17 (patch)
tree38d32c36924f1c049703d75aad1306f15e9a6e78 /view/theme/diabook/style.php
parent30bbbf32e53594f4ebada6acc1313333aabe8561 (diff)
downloadvolse-hubzilla-e052be606c9c2c4e615cb557572a68af2181cc17.tar.gz
volse-hubzilla-e052be606c9c2c4e615cb557572a68af2181cc17.tar.bz2
volse-hubzilla-e052be606c9c2c4e615cb557572a68af2181cc17.zip
diabook-themes: add diabook-green and some minor css/bug-fixes
Diffstat (limited to 'view/theme/diabook/style.php')
-rw-r--r--view/theme/diabook/style.php393
1 files changed, 389 insertions, 4 deletions
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 {