diff options
Diffstat (limited to 'static/css/dump.css')
| -rwxr-xr-x | static/css/dump.css | 193 |
1 files changed, 181 insertions, 12 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index e5c22de..9c8b945 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -88,7 +88,7 @@ bottom:76; position:fixed; width:100%; bottom:-8px; -line-height:3.1; +line-height:1.6; font-size:11px; word-spacing:6px; height:28px; @@ -117,7 +117,7 @@ top:50px; bottom:65px; position:fixed; width: 99.6%; - background-color:#FFF; + background-color:#fff; left:0.2%; z-index:5; } @@ -189,6 +189,25 @@ border-right:0px; font-size:12px; color:#000; } +#prevbutton { + position:absolute; + display:inline-block; + width:120px; +height:35px; +background-position:center; +right:125px; +top:0; +font-weight:bold; +background-color:#eff5fb; +padding-bottom:1; + text-align:center; + z-index:100; + cursor:pointer; + font-size:12px; + color:#000; +border:1px solid #000;border-right:0px; +} + #webcam-button-upload{ border-top-right-radius:10px; -webkit-border-top-right-radius:5px;background-color:#eff5fb; @@ -211,6 +230,29 @@ padding-bottom:1; font-size:12px; color:#000; } +#nextbutton{ + border-top-right-radius:10px; + -webkit-border-top-right-radius:5px; + -moz-border-radius-topright:5px; + border-bottom-right-radius:5px; + -webkit-border-bottom-right-radius:5px; + -moz-border-radius-bottomright:5px; + position:absolute; + display:inline-block; + width:120px; +height:35px; +font-weight:bold; +background-position:center; +right:5px;background-color:#eff5fb; +border:1px solid #000; +top:0; +padding-bottom:1; + text-align:center; + z-index:100; + cursor:pointer; + font-size:12px; + color:#000; +} #webcam-button-snap{ border-top-right-radius:10px; -webkit-border-top-right-radius:5px; @@ -416,7 +458,7 @@ border:1px solid blue; border-top-left-radius:5px; border-top-right-radius:5px; -webkit-border-top-left-radius:5px; - background-color:#FFF; + background-color:#transparent; -webkit-border-top-right-radius:5px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; @@ -434,9 +476,11 @@ border-bottom:2px solid #c8cbce; -moz-box-shadow: 3px 3px 4px #c8cbce; filter: progid:DXImageTransform.Microsoft.dropShadow(color=#c8cbce, offX=3, offY=4, positive=true); text-overflow:ellipsis; -/* opacity:0.87; */ +/* opacity:0.75;*/ z-index:18; text-align: left; +background-image:url(/static/img/bg.dither.gif); + } #userList a:hover{color:#ffffff;} .username{height:30px; @@ -453,8 +497,26 @@ display:block; width:100%; height:100%; color:#000; text-decoration:none; + } .username a:hover { +text-shadow: none; +display:block; +width:100%; +height:100%; +background-image:url(/static/img/moverc.png); +background-repeat:repeat-x; +color:#fff; +text-decoration:none; +background-color:#f3f3f3; + border-top-right-radius:5px; + -webkit-border-top-right-radius:5px; + -moz-border-radius-topright:5px; + border-bottom-right-radius:5px; + -webkit-border-bottom-right-radius:5px; + -moz-border-radius-bottomright:5px; +} +#userlist a:hover { display:block; width:100%; height:100%; @@ -524,6 +586,89 @@ background-color:#f3f3f3; width:auto; } +#userListp { + overflow-x: hidden; + overflow-y:auto; + max-height: 70%; + margin: 0px; + position: absolute; + padding: 5px; + top:25px; + min-width: 210px; + width:11%; + float:right; + right: 4.5%; + font-family: Arial, Helvetica, sans-serif; + font-size: 14px; + font-weight:420; + border-top-left-radius:5px; + border-top-right-radius:5px; + -webkit-border-top-left-radius:5px; + background-color:#transparent; + -webkit-border-top-right-radius:5px; + -moz-border-radius-topleft:5px; + -moz-border-radius-topright:5px; + border-bottom-left-radius:5px; + border-bottom-right-radius:5px; + -webkit-border-bottom-left-radius:5px; + -webkit-border-bottom-right-radius:5px; + -moz-border-radius-bottomleft:5px; + -moz-border-radius-bottomright:5px; +border-right:2px solid #c8cbce; +border-bottom:2px solid #c8cbce; + + box-shadow: 3px 4px 4px #c8cbce; +-webkit-box-shadow: 3px 4px 4px #c8cbce; +-moz-box-shadow: 3px 3px 4px #c8cbce; +filter: progid:DXImageTransform.Microsoft.dropShadow(color=#c8cbce, offX=3, offY=4, positive=true); + text-overflow:ellipsis; +/* opacity:0.75;*/ + z-index:18; + text-align: left; +background-image:url(/static/img/bg.dither.gif); +background-color:#fff; + +} +#userListp img{ + + max-width:30px; + width: expression(this.width > 30 ? 30: true); + max-height:30px; + height: expression(this.width > 30 ? 30: true); + max-width:30px; + float:right; + right:1px; + z-index:77; + height:30px; + border-top-left-radius:3px; + border-top-right-radius:3px; + -webkit-border-top-left-radius:3px; + -webkit-border-top-right-radius:3px; + -moz-border-radius-topleft:3px; + -moz-border-radius-topright:3px; + border-bottom-left-radius:3px; + border-bottom-right-radius:3px; + -webkit-border-bottom-left-radius:3px; + -webkit-border-bottom-right-radius:3px; + -moz-border-radius-bottomleft:3px; + -moz-border-radius-bottomright:3px; +} +#userlistp a:hover { +display:block; +width:100%; +height:100%; +background-image:url(/static/img/moverc.png); +background-repeat:repeat-x; +color:#fff; +text-decoration:none; +background-color:#f3f3f3; + border-top-right-radius:5px; + -webkit-border-top-right-radius:5px; + -moz-border-radius-topright:5px; + border-bottom-right-radius:5px; + -webkit-border-bottom-right-radius:5px; + -moz-border-radius-bottomright:5px; +} #mgsavatar{ left:0; } @@ -587,6 +732,15 @@ overflow:auto !important; #chatrap{ } +#messagePanep { +top:50px; +bottom:65px; + position:fixed; + width: 99.6%; + background-color:#fff; +left:0.2%; + z-index:5; +} #edit-toggle{ position:absolute; top:0; @@ -783,6 +937,10 @@ background-color:#fff; -moz-border-radius-bottomright:5px; } +#profiletxt img{ +width:16px; +height:16px; +} #pnav a { font-size: 30px; color:#000; @@ -838,25 +996,34 @@ color:000; } .logged-dump img{ - max-width:600px; + max-width:400px; width: expression(this.width > 600 ? 600: true); - max-height:600px; + max-height:400px; + height: expression(this.width > 600 ? 600: true); + border:0px; + z-index:4; +} +#messageList img{ + max-width:400px; + width: expression(this.width > 600 ? 600: true); + max-height:400px; height: expression(this.width > 600 ? 600: true); border:0px; z-index:4; } .logged-dump{ -width:600px; - max-width:600px; + +background-color:#f0f9ff; text-overflow: ellipsis-word; padding: 18px 18px 6px 18px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-transform: uppercase; + +margin-left:3px; line-height:15px; - background-color:#fff; -border-top:0px solid #000; -margin-top:20; +border-top:1px solid #ccc; + z-index:4; line-height:20px; text-align: left; @@ -956,7 +1123,9 @@ z-index:5555; } .dlogged-dump{ - width:600px; + min-width:600px; + max-width:600px; +width:600px; width:auto; text-overflow: ellipsis-word; padding: 18px; |
