summaryrefslogtreecommitdiff
path: root/htroot/rssTerminal.html
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2008-05-08 21:33:16 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2008-05-08 21:33:16 +0000
commit906c144799e1ed6c8b7d69bf80535e0ba4a9f41c (patch)
tree0eb8e3a29295e5703702b2314c3c4359917e4bc7 /htroot/rssTerminal.html
parent7ec01d444a57eaa24b29e6d227628a958e7c1818 (diff)
- design update to new terminal and rssTerminal
- added terminal to main menu - removed transfer size limitation in server git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4779 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/rssTerminal.html')
-rwxr-xr-xhtroot/rssTerminal.html12
1 files changed, 8 insertions, 4 deletions
diff --git a/htroot/rssTerminal.html b/htroot/rssTerminal.html
index 1cadcfe02..d32394a26 100755
--- a/htroot/rssTerminal.html
+++ b/htroot/rssTerminal.html
@@ -6,11 +6,9 @@
<style type="text/css">
div#feedbox {
- padding-left: 6px;
- padding-top: 6px;
+ padding: 0;
+ margin: 0;
background: #fff;
- border:1px solid #888;
- margin:0 auto;
text-align:left;
font:9px 'Lucida Console', 'Courier New', monospace;
}
@@ -139,6 +137,12 @@ function init() {
document.getElementById("feedbox").style.height = query.height;
}
if (query.set) set = query.set;
+ if (query.background) {
+ document.getElementById("feedbox").style.background = "#" + query.background;
+ }
+ if (query.color) {
+ document.getElementById("feedbox").style.color = "#" + query.color;
+ }
idleping = window.setInterval("idlepingExec()", 17000);
loader=window.setInterval("load()", 10000);
load();