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; + +} + +} + -