From ed2ea0f08ec0214bc8b9878681ca4d08e29b65a5 Mon Sep 17 00:00:00 2001 From: cominch Date: Sun, 10 Jun 2012 13:07:57 +0200 Subject: [PATCH] augmented browsing modification Conflicts: htroot/interaction/OverlayInteraction.html source/net/yacy/interaction/AugmentHtmlStream.java --- htroot/interaction/OverlayInteraction.html | 235 +++++++++- htroot/interaction/OverlayReview.html | 304 +++++++++++++ htroot/interaction/OverlayReview.java | 100 +++++ htroot/interaction/formdata.js | 37 ++ htroot/interaction/interaction_sciety.js | 405 ++++++++++++++++++ .../yacy/interaction/AugmentHtmlStream.java | 15 +- 6 files changed, 1079 insertions(+), 17 deletions(-) create mode 100644 htroot/interaction/OverlayReview.html create mode 100644 htroot/interaction/OverlayReview.java create mode 100644 htroot/interaction/formdata.js create mode 100644 htroot/interaction/interaction_sciety.js diff --git a/htroot/interaction/OverlayInteraction.html b/htroot/interaction/OverlayInteraction.html index 91623314e..5aba5f85a 100644 --- a/htroot/interaction/OverlayInteraction.html +++ b/htroot/interaction/OverlayInteraction.html @@ -9,17 +9,98 @@ font-size: 10px; position: fixed; right: 0; background: #ffffff; -border:1px solid #111111; --moz-border-radius-topleft: 20px; --webkit-border-top-left-radius: 20px; --moz-border-radius-bottomleft: 20px; --webkit-border-bottom-left-radius: 20px; -width: 250px; +border:1px solid #5a346e; + +width: 210px; height: auto; -padding: 30px 130px 30px 30px; -filter: alpha(opacity=80); -opacity: .80; +padding: 30px 110px 30px 30px; + +z-index:99998; + +color: #5a346e; +} + +.sci_right { + +font: arial,helvetica,sans-serif; +font-size: 10px; +position: fixed; +right: 10px; +top: 0; +background: #ffffff; +border:0px; + +width: 65px; +height: 20px; +padding: 5px 5px 5px 5px; + +z-index:99998; + +color: #5a346e; + +} + +.sci_tags { + +font: arial,helvetica,sans-serif; +font-size: 10px; +position: fixed; +right: 100px; +top: 0; +background: #ffffff; +border:0px; + +width: 65px; +height: 20px; +padding: 5px 5px 5px 5px; + +z-index:99998; + +color: #5a346e; + +} + + +.sci_hide { + +font: arial,helvetica,sans-serif; +font-size: 10px; +position: fixed; +right: 0px; +top: 0; +background: #ffffff; +border:0px; + +width: 30px; +height: 20px; +padding: 5px 5px 5px 5px; + +z-index:99998; + +color: #5a346e; + +} + +.sci_left { + +font: arial,helvetica,sans-serif; +font-size: 10px; +position: fixed; +left: 50px; +top: 0; +margin-top: 1px; +padding-left: 50px; +background: #ffffff; +border:0px; + +width: 250px; +height: 19px; +padding: 9px 5px 5px 5px; + z-index:99998; + +color: #5a346e; + } .sci_panel p{ @@ -44,22 +125,146 @@ text-decoration: none; border-bottom: 1px solid #ffffff; } +.sci_headerbar { + +font: arial,helvetica,sans-serif; +font-size: 10px; +position: fixed; +left: 0; +top: 0px;; +width: 100%; +height: 35px; +border:0px; + +background: #ffffff; + +padding: 0px 0px 0px 0px; + +z-index:99998; + +} + +.sci_bar { + +font: arial,helvetica,sans-serif; +font-size: 10px; +position: fixed; +left: 0; +top: 35px;; +width: 100%; +height: 2px; +background: #ffffff; +border:0px; + +background: #5a346e; + +padding: 0px 0px 0px 0px; + +z-index:99998; + +} + +.sci_masterbutton { + +font: arial,helvetica,sans-serif; +font-size: 10px; +position: fixed; +left: 0px; +top: -15px; + +width: 0px; +height: 65px; +background: #ffffff; +border:0px; + +background: #5a346e; + +padding: 0px 0px 0px 0px; + +z-index:99999; + +} + +} + -