summaryrefslogtreecommitdiff
path: root/css/siteprefs.css
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-07-29 17:41:38 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-07-29 17:41:38 +0000
commit6bd91ddffe86ebeb10420f05a232f8e779eaf86d (patch)
tree09fe2c9617c08799e2689afa2fc9d0366bd16ff9 /css/siteprefs.css
parentc6754ca96830f5034ca56a4ca2987df4c50375db (diff)
downloadvdr-plugin-live-6bd91ddffe86ebeb10420f05a232f8e779eaf86d.tar.gz
vdr-plugin-live-6bd91ddffe86ebeb10420f05a232f8e779eaf86d.tar.bz2
- Made vdr ajax requests work also via a static page. This is for
browsers that don't support javascript (e.g. PDA browsers) - Implemented for AJAX request a visual notification how requested action performed. - Adapted styles for this. - Moded images for rounded boxes (formerly tip-hint-??.png) to central image directory and renamed them according to their color. This makes them reusable in different themes. - Adapted themes to this move.
Diffstat (limited to 'css/siteprefs.css')
-rw-r--r--css/siteprefs.css60
1 files changed, 60 insertions, 0 deletions
diff --git a/css/siteprefs.css b/css/siteprefs.css
index ed92cb0..61955c3 100644
--- a/css/siteprefs.css
+++ b/css/siteprefs.css
@@ -15,3 +15,63 @@ table {
width: 100%;
}
*/
+
+/* comment this out, if you want epg images at their native size
+ * the popup windows. This here restricts their width to 120 px.
+ * You might also only change size.
+ */
+.info-win span.epg_images {
+ width: 120px;
+}
+
+
+
+
+
+.notify-win {
+ margin: 0px auto;
+ max-width: 480px; /* depends on the tip backround image width */
+ color: #fff;
+}
+
+.notify-win .notify-win-top .notify-win-c,
+.notify-win .notify-win-bot .notify-win-c {
+ font-size: 1px; /* ensure minimum height */
+ height: 17px;
+}
+
+.notify-win .notify-win-top {
+ background: transparent url(/img/rounded-box-green-tl.png) no-repeat 0px 0px;
+ margin-right: 17px; /* space for right corner */
+}
+
+.notify-win .notify-win-top .notify-win-c {
+ background: transparent url(/img/rounded-box-green-tr.png) no-repeat right 0px;
+ margin-right: -17px; /* pull right corner back over "empty" space (from above margin) */
+}
+
+.notify-win .notify-win-body {
+ background: transparent url(/img/rounded-box-green-ml.png) repeat-y 0px 0px;
+ margin-right: 17px;
+}
+
+.notify-win .notify-win-body .notify-win-c {
+ background: transparent url(/img/rounded-box-green-mr.png) repeat-y right 0px;
+ margin-right: -17px;
+}
+
+.notify-win .notify-win-body .notify-win-c .notify-win-s { /* optional gradient overlay */
+ /* background: transparent url(/img/rounded-box-green-ms.jpg) repeat-x 0px 0px; */
+ padding: 0px 17px 0px 17px;
+}
+
+.notify-win .notify-win-bot {
+ background: transparent url(/img/rounded-box-green-bl.png) no-repeat 0px 0px;
+ margin-right: 17px;
+}
+
+.notify-win .notify-win-bot .notify-win-c {
+ background: transparent url(/img/rounded-box-green-br.png) no-repeat right 0px;
+ margin-right: -17px;
+}
+