From f6adb060f8e661507fcce18f28f7a30504fd2c04 Mon Sep 17 00:00:00 2001 From: Kordan Date: Tue, 12 Mar 2013 13:45:08 +0100 Subject: [PATCH] MDL-38424 theme_formal_white: added suggestions to css custom styles description --- theme/formal_white/lang/en/theme_formal_white.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/theme/formal_white/lang/en/theme_formal_white.php b/theme/formal_white/lang/en/theme_formal_white.php index fde44400417..08392057ce2 100644 --- a/theme/formal_white/lang/en/theme_formal_white.php +++ b/theme/formal_white/lang/en/theme_formal_white.php @@ -65,7 +65,9 @@ $string['ctmo_ineverypage'] = 'in every page'; // ctmo == credits to moodle org $string['ctmo_no'] = 'never'; // ctmo == credits to moodle org $string['ctmo_onfrontpageonly'] = 'in the front page only'; // ctmo == credits to moodle org $string['customcss'] = 'Custom CSS'; -$string['customcssdesc'] = 'Any CSS you enter here will be added to every page allowing your to easily customise this theme.'; +$string['customcssdesc'] = 'Any CSS you enter here will be added to every page allowing your to easily customise this theme. For example, it is possible to change colour of links adding one or more of the following: +
a:link, a:visited, a:hover, a:active, a:focus {color:blue;}
+Please adjust colors and CSS rules to fit your needs.'; $string['customlogourl'] = 'Custom logo'; $string['customlogourldesc'] = 'Change the logo for this theme by entering the full or relatve URL to an image you wish to use (i.e. http://www.yoursite.tld/mylogo.png or ../path/to/your/logo.png). As a reference the default logo is 200px wide, 50px high and a transparent png will work best.'; $string['displayheading'] = 'Display page heading'; -- 2.43.0