summaryrefslogtreecommitdiff
path: root/html/style/style.css
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2009-11-01 14:05:09 +0000
committerAndreas Brachold <vdr07@deltab.de>2009-11-01 14:05:09 +0000
commit1914f4cfecadfb25b61e7bae744762d835c7fefe (patch)
treed08ca0636f57c796086d1b4f5aa010c269873288 /html/style/style.css
parent307fd0eb36c8996cffb1bdee632c7fb6ede48de4 (diff)
downloadxxv-1914f4cfecadfb25b61e7bae744762d835c7fefe.tar.gz
xxv-1914f4cfecadfb25b61e7bae744762d835c7fefe.tar.bz2
* VTX: Rewrite command interface, make functions stateless
* VTX: Remove embedded image, use css sprite for faster pages rendering * jason: add methods to display teletext pages * jason: show error message, if present * jason: enable command if allowed * Skins: redesign teletext widget (show any subpages as same time) * SVDRP: wait at startup, if'nt primary VDR connectable * html: parameter call show allways current query
Diffstat (limited to 'html/style/style.css')
-rw-r--r--html/style/style.css21
1 files changed, 0 insertions, 21 deletions
diff --git a/html/style/style.css b/html/style/style.css
index 913e0e9..8a66ebd 100644
--- a/html/style/style.css
+++ b/html/style/style.css
@@ -66,27 +66,6 @@ select {
width : 205px;
}
-
-/* VTX */
-p.vtx{
- font-size:16px;
- font-family:monospace;
- white-space:nowrap;
-}
-
-img.vtx{
- position:absolute;
- z-index: 1;
- width: 10px;
- height: 19px;
-}
-
-/* VTX Hyperlinks */
-a.vtx:link, a.vtx:visited, a.vtx:hover, a.vtx:active{
- text-decoration:none;
- color:#00FF00;
-}
-
.footer {
font-size:0.6em;
}