From 88e4e5979c505cdbb494c2624b7a4e09c8145217 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 24 Nov 2010 19:23:24 +0300 Subject: rework user CSS support (bump schema) --- modules/popup-dialog.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'modules/popup-dialog.php') diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index 52b1f94f6..394ee16a0 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -785,6 +785,30 @@ } + if ($id == "customizeCSS") { + + $value = get_pref($link, "USER_STYLESHEET"); + + print T_sprintf("You can override colors, fonts and layout of your currently selected theme with custom CSS declarations here. This file can be used as a baseline.", "tt-rss.css"); + + print ""; + print ""; + print ""; + + print "

"; + + print "

"; + print " "; + print ""; + print "
"; + + } + print ""; } ?> -- cgit v1.2.3