summaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css')
-rwxr-xr-xstatic/css/dump.css193
-rwxr-xr-xstatic/css/header.css22
2 files changed, 195 insertions, 20 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;
diff --git a/static/css/header.css b/static/css/header.css
index 493f4d4..fd189f1 100755
--- a/static/css/header.css
+++ b/static/css/header.css
@@ -14,8 +14,8 @@
margin: 0px auto -1px auto;
top:-1px;
height:49px;
- position:fixed;
-background-color:#fff;
+ position:fixed;background-image:url(/static/img/bg.dither.gif);
+background-color:#eee;
border:1px solid #000;
width:100%;
min-width:600px;
@@ -85,6 +85,11 @@ background-color:#eff5fb;
#logout7 a:hover{font-size:10px;
color:#000; text-shadow: 0px 1px 0px #fff;
}
+#toplogin{
+margin-top:8px;
+margin-right:5px;
+
+}
.white a:link {
text-decoration: none;
@@ -140,17 +145,16 @@ border-left:1px solid #999;*/
width:auto;
}
#registerlink{
- top:-5px;
font-size: 16px;
-height:22;
word-spacing:2;
-color:#fff;
-
+line-height:2.4;
+font-weight:bold;
}
#registerlink img{
display:none;
}
+
.no-cursor { cursor: none; }
.invisible { display: none !important; }
#cursor-big { position: absolute; z-index: 1000; }
@@ -187,6 +191,7 @@ img.chat-thumb {
.buttons{
cursor:pointer;
+
}
.buttons .share {
opacity: 0.8;
@@ -204,10 +209,11 @@ image-rendering: -moz-crisp-edges;
margin-top: 0px;
height: 27px;
width: 27px;
- right: 5px;
- top: 3px;
+ left:110px;
+ bottom: 9px;
display: block;
}
+
.thumb.favorite {
position: absolute;
margin-left: 0px;