diff options
Diffstat (limited to 'css/siteprefs.css')
-rw-r--r-- | css/siteprefs.css | 60 |
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; +} + |