From b69fca14e76a2f5db0cd0924fe5e7056e94771b1 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 26 Feb 2013 15:49:37 -0800 Subject: initial doco --- doc/html/style_8php.html | 387 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 387 insertions(+) create mode 100644 doc/html/style_8php.html (limited to 'doc/html/style_8php.html') diff --git a/doc/html/style_8php.html b/doc/html/style_8php.html new file mode 100644 index 000000000..39f7d139c --- /dev/null +++ b/doc/html/style_8php.html @@ -0,0 +1,387 @@ + + + + + + +The Red Project: view/theme/redbasic/php/style.php File Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Project +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
style.php File Reference
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Variables

 $line_height = false
 
 $redbasic_font_size = false
 
 $resolution = false
 
 $colour = false
 
 $shadows = false
 
 $navcolour = false
 
 $nav_bg_1 = "f88"
 
 $nav_bg_2 = "b00"
 
 $nav_bg_3 = "f00"
 
 $nav_bg_4 = "b00"
 
 $displaystyle = false
 
 $linkcolour = false
 
 $shiny = false
 
 $site_line_height = get_config("redbasic","line_height")
 
 $site_redbasic_font_size = get_config("redbasic", "font_size" )
 
 $site_colour = get_config("redbasic", "colour" )
 
if(local_user()) if($line_height===false)
+if($line_height===false) if($redbasic_font_size===false)
+if($redbasic_font_size===false)
+if($colour===false) if($colour===false)
+if($navcolour==="black") 
if (file_exists('view/theme/'.current_theme(). '/css/style.css'))
 
+

Variable Documentation

+ +
+
+ + + + +
$colour = false
+
+ +

Referenced by redbasic_form(), and theme_content().

+ +
+
+ +
+
+ + + + +
$displaystyle = false
+
+ +

Referenced by redbasic_form(), and theme_content().

+ +
+
+ +
+
+ + + + +
$line_height = false
+
+ +

Referenced by redbasic_form(), and theme_content().

+ +
+
+ +
+
+ + + + +
$linkcolour = false
+
+ +

Referenced by redbasic_form(), and theme_content().

+ +
+
+ +
+
+ + + + +
$nav_bg_1 = "f88"
+
+ +
+
+ +
+
+ + + + +
$nav_bg_2 = "b00"
+
+ +
+
+ +
+
+ + + + +
$nav_bg_3 = "f00"
+
+ +
+
+ +
+
+ + + + +
$nav_bg_4 = "b00"
+
+ +
+
+ +
+
+ + + + +
$navcolour = false
+
+ +

Referenced by redbasic_form(), and theme_content().

+ +
+
+ +
+
+ + + + +
$redbasic_font_size = false
+
+ +
+
+ +
+
+ + + + +
$resolution = false
+
+ +

Referenced by photo_init().

+ +
+
+ +
+
+ + + + +
$shadows = false
+
+ +

Referenced by redbasic_form().

+ +
+
+ +
+
+ + + + +
$shiny = false
+
+ +

Referenced by redbasic_form(), and theme_content().

+ +
+
+ +
+
+ + + + +
$site_colour = get_config("redbasic", "colour" )
+
+ +
+
+ +
+
+ + + + +
$site_line_height = get_config("redbasic","line_height")
+
+ +
+
+ +
+
+ + + + +
$site_redbasic_font_size = get_config("redbasic", "font_size" )
+
+ +
+
+ +
+
+ + + + +
if ($colour==="dark") if (($redbasic_font_size >=8.0)&&($redbasic_font_size<=20.0)) if (($line_height >=1.0)&&($line_height<=2.0)) if($shadows==="true")
+
+ +
+
+
+
+ + + + -- cgit v1.2.3 From 0ee1e83a3c6bb48064789a622f5eb7331733cb64 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 26 Feb 2013 16:04:28 -0800 Subject: small doco update --- doc/html/style_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/style_8php.html') diff --git a/doc/html/style_8php.html b/doc/html/style_8php.html index 39f7d139c..7c86f009c 100644 --- a/doc/html/style_8php.html +++ b/doc/html/style_8php.html @@ -378,7 +378,7 @@ if($navcolour==="black")  -- cgit v1.2.3 From c1e2f95484dc8fa11c4d7ae2c5d5394e34785ecd Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 26 Feb 2013 18:26:33 -0800 Subject: doc update --- doc/html/style_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/style_8php.html') diff --git a/doc/html/style_8php.html b/doc/html/style_8php.html index 7c86f009c..2776bd38f 100644 --- a/doc/html/style_8php.html +++ b/doc/html/style_8php.html @@ -378,7 +378,7 @@ if($navcolour==="black") 
    -
-- cgit v1.2.3 From ed2ff18cac816fccf28ab2450fdd0f9541427286 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 26 Feb 2013 19:01:56 -0800 Subject: remove date on the footer --- doc/html/style_8php.html | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'doc/html/style_8php.html') diff --git a/doc/html/style_8php.html b/doc/html/style_8php.html index 2776bd38f..7b2bdae9d 100644 --- a/doc/html/style_8php.html +++ b/doc/html/style_8php.html @@ -374,14 +374,4 @@ if($navcolour==="black")  - - - - + -- cgit v1.2.3 From 5a29f511c1fa609f58f50d9148edd1fe77b23d9d Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 15 Mar 2013 15:36:58 -0700 Subject: add xconfig table and functions, update strings and doco --- doc/html/style_8php.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'doc/html/style_8php.html') diff --git a/doc/html/style_8php.html b/doc/html/style_8php.html index 7b2bdae9d..2df408c59 100644 --- a/doc/html/style_8php.html +++ b/doc/html/style_8php.html @@ -144,8 +144,9 @@ Variables    $site_colour = get_config("redbasic", "colour" )   -if(local_user()) if($line_height===false)
-if($line_height===false) if($redbasic_font_size===false)
+if(local_user()) if(!feature_enabled(local_user(),'expert'))
+if($line_height===false) if($line_height===false)
+if($redbasic_font_size===false)
if($redbasic_font_size===false)
if($colour===false) if($colour===false)
if($navcolour==="black") if (file_exists('view/theme/'.current_theme(). '/css/style.css')) @@ -162,7 +163,7 @@ if($navcolour==="black")  -

Referenced by redbasic_form(), and theme_content().

+

Referenced by redbasic_form(), and theme_content().

@@ -176,7 +177,7 @@ if($navcolour==="black")  -

Referenced by redbasic_form(), and theme_content().

+

Referenced by redbasic_form(), and theme_content().

@@ -190,7 +191,7 @@ if($navcolour==="black")  -

Referenced by redbasic_form(), and theme_content().

+

Referenced by redbasic_form(), and theme_content().

@@ -204,7 +205,7 @@ if($navcolour==="black")  -

Referenced by redbasic_form(), and theme_content().

+

Referenced by redbasic_form(), and theme_content().

@@ -266,7 +267,7 @@ if($navcolour==="black")  -

Referenced by redbasic_form(), and theme_content().

+

Referenced by redbasic_form(), and theme_content().

@@ -306,7 +307,7 @@ if($navcolour==="black")  -

Referenced by redbasic_form().

+

Referenced by redbasic_form().

@@ -320,7 +321,7 @@ if($navcolour==="black")  -

Referenced by redbasic_form(), and theme_content().

+

Referenced by redbasic_form(), and theme_content().

-- cgit v1.2.3 From 9e22ec928b9534ea9db0d18bf685fb0d357fbad2 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 18 Apr 2013 21:06:31 -0700 Subject: more umbilical cutting --- doc/html/style_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/style_8php.html') diff --git a/doc/html/style_8php.html b/doc/html/style_8php.html index 2df408c59..93d2929a6 100644 --- a/doc/html/style_8php.html +++ b/doc/html/style_8php.html @@ -28,7 +28,7 @@ - +
The Red Project
-- cgit v1.2.3