From: Andrew Dolgov Date: Fri, 16 May 2008 05:17:49 +0000 (+0100) Subject: shamelessly round the hotkey popup help corners X-Git-Tag: 1.2.23-final~127 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ec92c9d1461b860856a14bb7df6668a6eea60ba5;p=tt-rss.git shamelessly round the hotkey popup help corners --- diff --git a/functions.php b/functions.php index 3dc4f4b6..a8cb09fe 100644 --- a/functions.php +++ b/functions.php @@ -5516,4 +5516,17 @@ return "score_neutral.png"; } } + + function rounded_table_start($classname) { + print ""; + print ""; + print ""; + print ""; + print "
   
 "; + } + + function rounded_table_end() { + print " 
   
"; + } + ?> diff --git a/images/c1.png b/images/c1.png new file mode 100644 index 00000000..fbe27bde Binary files /dev/null and b/images/c1.png differ diff --git a/images/c2.png b/images/c2.png new file mode 100644 index 00000000..6bf3db1e Binary files /dev/null and b/images/c2.png differ diff --git a/images/c3.png b/images/c3.png new file mode 100644 index 00000000..4a052d94 Binary files /dev/null and b/images/c3.png differ diff --git a/images/c4.png b/images/c4.png new file mode 100644 index 00000000..1d9c619b Binary files /dev/null and b/images/c4.png differ diff --git a/tt-rss.css b/tt-rss.css index 13daa814..d6ecdd76 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1795,8 +1795,6 @@ div#hotkey_help_overlay { right : 15%; top : 15%; z-index : 999; - background : url("images/shadow_dark.png"); - padding : 1em; color : white; font-size : 12pt; } @@ -1838,4 +1836,39 @@ div#hotkey_help_overlay h2 { color : #88b0f0; } +div#hotkey_help_overlay table.hho td.c1 { + height : 30px; + width : 30px; + background : url("images/c1.png"); + background-repeat : no-repeat; + +} + +div#hotkey_help_overlay table.hho td.c2 { + height : 30px; + width : 30px; + background : url("images/c2.png"); + background-repeat : no-repeat; +} + +div#hotkey_help_overlay table.hho td.c3 { + height : 30px; + width : 30px; + background : url("images/c3.png"); + background-repeat : no-repeat; +} +div#hotkey_help_overlay table.hho td.c4 { + height : 30px; + width : 30px; + background : url("images/c4.png"); + background-repeat : no-repeat; +} + +div#hotkey_help_overlay table.hho td.top, +div#hotkey_help_overlay table.hho td.left, +div#hotkey_help_overlay table.hho td.right, +div#hotkey_help_overlay table.hho td.bottom, +div#hotkey_help_overlay table.hho td.content { + background : url("images/shadow_dark.png"); +} diff --git a/tt-rss.php b/tt-rss.php index 1f0e6d4a..972aebb6 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -82,8 +82,10 @@ -