summaryrefslogtreecommitdiff
path: root/static/css/dump.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/dump.css')
-rwxr-xr-xstatic/css/dump.css561
1 files changed, 506 insertions, 55 deletions
diff --git a/static/css/dump.css b/static/css/dump.css
index 0d4924c..965f145 100755
--- a/static/css/dump.css
+++ b/static/css/dump.css
@@ -1,3 +1,6 @@
+
+
+
/* pichat.css */
body {
@@ -162,7 +165,7 @@ margin-right:374;
width:120px;
height:35px;
right:285px;
-font-size:20px;background-image:url(/static/img/blgrad.png);
+font-size:20px;background-image:url(/static/img/e9.png);
top:15px;
text-align:center;
z-index:100;
@@ -175,7 +178,7 @@ border-right:0px;
}
#webcam-button-upload{
border-top-right-radius:10px;
- -webkit-border-top-right-radius:5px;background-image:url(/static/img/blgrad.png);
+ -webkit-border-top-right-radius:5px;background-image:url(/static/img/e9.png);
-moz-border-radius-topright:5px;
border-bottom-right-radius:5px;
-webkit-border-bottom-right-radius:5px;
@@ -263,7 +266,7 @@ border:1px solid #000;
height:35px;
background-position:center;
right:125px;
-top:15px;background-image:url(/static/img/blgrad.png);
+top:15px;background-image:url(/static/img/e9.png);
padding-bottom:1;
text-align:center;
z-index:100;
@@ -295,7 +298,7 @@ opacity:1;
}
#palette-button {
-border:1px solid #000;background-image:url(/static/img/blgrad.png);
+border:1px solid #000;background-image:url(/static/img/e9.png);
background-position:top right;
position:absolute;
/* display:inline-block;*/
@@ -639,6 +642,7 @@ left:0.2%;
overflow-y: auto;
overflow-x: hidden;
}
+#messageList a:hover{ color: #00F;}
#messagetabs {
height: 40px;
padding: 5px;
@@ -652,14 +656,6 @@ left:0.2%;
z-index:1;
}
-#msgInputDiv {
- position:relative;
- min-width:500px;
- z-index:100;
-left:3px;
-bottom:10px;
- width: 100%;
-}
#msgInput {
z-index:100;
@@ -779,24 +775,7 @@ opacity:0.9;
border:1px solid #999;
z-index:5000;
}
-#upload {
- position:absolute;
- display:inline-block;
- width:120px;
-height:35px;
-background-position:center;
-right:125px;
-top:15px;
-padding-bottom:1;
- text-align:center;
- z-index:100;
- cursor:pointer;
-background-color:#fff;
- font-size:12px;
- color:#000;
-border:1px solid #000;border-right:0px;
-}
.msgDiv img{
max-width:650px;
width: expression(this.width > 650 ? 650: true);
@@ -1031,31 +1010,503 @@ left:0;
.invisible { display: none !important; }
- /* Hover menu shit */
+ /* profile shit */
+ body.profile {
+ font-family: Arial, Helvetica, sans-serif;
+ background-color:#f0f9ff;
+ background-image:url(/static/img/fade-blue.png)!important;
+ background-repeat:repeat-x;
+ background-position:top;
+background-attachment:fixed;
+overflow:auto !important;
+ margin: 0;
+}
+@charset "UTF-8";
- .trigger ul.menu
- {
- display: none;
- position: absolute;
- margin: 0;
- padding: .4em;
- list-style: none;
- }
- .trigger ul.menu li
- {
- padding: .1em .5em;
- }
- .trigger ul.menu li a
- {
- display: block;
- }
- .trigger:hover
- {
- background: transparent url(hover_menu_sample_glass_panel_body_selected.png) no-repeat center;
- }
- .trigger:hover ul.menu
- {
- display: block;
-width:60px;
+#chatrap{
+
+}
+ #edit-toggle{
+position:absolute;
+top:0;
+right:0;
+height:15px;
+background-image:url(/static/img/upload.png);
+width:auto;
+padding:4;
+color:#fff;
+text-align:center;
+background-color:#0c8fff;
+ box-shadow:5px 5px 5px #d8dbde;
+ -webkit-box-shadow:5px 5px 5px #d8dbde;
+ -moz-box-shadow:5px 5px 5px #d8dbde;
+ border-bottom-left-radius:5px;
+ -webkit-border-bottom-left-radius:5px;
+ -moz-border-radius-bottomleft:5px;
+}
+
+#edit-toggle a{font-size:12;
+letter-spacing:;
+
+color:#fff;
+}
+#edit-toggle a:hover{font-size:12;
+letter-spacing:;
+
+}
+
+ #profile {
+ float: right;
+ padding: 20px;
+opacity:0.9;
+ position:fixed;
+ top:79px;
+image-rendering: -moz-crisp-edges;
+left:18px;
+width:180px;
+line-height:1.3;
+background-color:#fff;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ height:auto;
+ text-overflow: ellipsis-word;
+ z-index:9;
+ min-height:350px;
+ }
+#profile img{
+ max-width:100px;
+ width: expression(this.width > 100 ? 100: true);
+ max-height:100px;
+ height: expression(this.width > 100 ? 100: true);
+}
+#profile h3{
+font-size:15px;
+margin-left:-10px;
+color:999;
+padding-bottom:2px;
+}
+#profile h2{
+text-indent:-10;
+margin-top:-5;
+}
+#logavatar{
+margin-left:-49;
+height:22;
+background-image:url(/static/img/leftarrow.png);
+ background-repeat:no-repeat;
+ background-position:22 1;
+margin-top:-22;
+display:none;
+}
+#profile h7{
+color:#000;
+text-transform:uppercase;
+display:inline-block;
+margin-bottom:5px;
+bottom:0px;
+position:absolute;
+margin-left:-5px;
+font-size:12px;
+
+}
+
+#logavatar img{
+
+ max-width:20px;
+ width: expression(this.width > 20 ? 20: true);
+ max-height:20px;
+ height: expression(this.width > 20 ? 20: true);
+ max-width:20px;
+margin-top:0;
+ box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #d8dbde;
+ -webkit-box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #d8dbde;
+ -moz-box-shadow: 0 0 10px #d8dbde, 2px 2px 5px #d8dbde;
+
+}
+#profile h8{
+position:absolute;
+top:35px;font-size:100%;
+letter-spacing:-1px;
+left:12px;
+color:#000;
+}
+#profile h9{
+font-size:140%;
+color:#000;color:#000;
+text-shadow:#000 1px 1px 1px;
+}
+#chatrap{
+margin-left:245px;
+}
+
+#uploadp{
+display:inline-block;
+ width:181px;
+ height:33px;
+ font-size:20px;
+ background-image:url(/static/img/btngrad1.png);
+ font-weight:bold;
+ word-spacing:7;
+ margin-top:0px;
+margin-bottom:10;
+margin-left:-2;
+ text-align:center;
+ z-index:100;
+ font-size:16px;
+ color:#fff;
+ text-shadow:1px 1px 3px #000;
+ border-radius: 5px;
+ -webkit-border-radius: 5px;
+ -moz-border-radius: 5px;*/
+ border:solid 1px #eee;
+
+}
+#pnav{position:absolute;
+padding-left:400px;
+margin-top:16px;
+background-position:top;
+font-weight:bold;
+margin-left:0;
+text-align:left;
+}
+#pnavo{
+margin-top:-17;
+padding:2;
+width:105;
+letter-spacing:-2;
+text-indent:6;
+ border-top-left-radius:5px;
+ border-top-right-radius:5px;
+ -webkit-border-top-left-radius:5px;
+ -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;
+height:32;
+text-transform:lowercase;
+border:1px solid #000;
+background-color:#fff;
+}
+#pnavn{
+position:absolute;
+top:-1;
+left:525;
+letter-spacing:-2;
+text-indent:5;
+width:96;
+height:32;
+padding:2;
+border:1px;
+border:1px solid #000;
+background-color:#fff;
+ border-top-left-radius:5px;
+ border-top-right-radius:5px;
+ -webkit-border-top-left-radius:5px;
+ -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;
+
+}
+#pnav a {
+ font-size: 30px;
+ color:#000;
+text-transform:lowercase;
+}
+pnav a:link {
+ text-decoration: none;
+color:fff;
+}
+a:visited {
+ text-decoration: none;
+ color: #000;
+}
+#pnav a:hover {
+ text-decoration: none;
+ color: #000; text-shadow: 1px 1px 1px #999;
+
+}
+#footer
+{
+ text-align:center;
+
+ width:100%;
+ bottom:-50px;
+line-height:1;
+padding-top:80px;
+ font-size:11px;
+word-spacing:6px;
+ color: #000;
+
+}
+#footer a {
+ font-size: 11px;
+ color: #000;
+}
+#footer a:link {
+ text-decoration: none;
+ font-size: 11px;
+color:000;
+}
+
+#footer a:hover {
+ text-decoration:none;
+ font-size: 11px;
+ color: #f0e;
+}
+
+#log
+{
+ position:absolute;
+ top:18px;
+ padding-top: 25px;
+}
+
+.logged-dump img{
+ max-width:600px;
+ width: expression(this.width > 600 ? 600: true);
+ max-height:600px;
+ height: expression(this.width > 600 ? 600: true);
+ border:0px;
+ z-index:4;
+}
+.logged-dump{
+width:600px;
+ max-width:600px;
+text-overflow: ellipsis-word;
+ padding: 18px 18px 6px 18px;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ text-transform: uppercase;
+ line-height:15px;
+ background-color:#fff;
+border-top:0px solid #000;
+margin-top:20;
+ z-index:4;
+ line-height:20px;
+ text-align: left;
+}
+ .editable {
+ color: #0AA;
+ }
+ .editing {
+ color: #F0F;
+ }
+ div#avatar {
+ overflow: hidden;
+ text-overflow: ellipsis;
+
+ padding-bottom:20px;
+ }
+ #contact {
+
+ text-overflow: ellipsis-word;
+ }
+ #bio {
+
+ text-overflow: ellipsis-word;
+ }
+
+ input.inplace_field {
+ width: 100%;
+ }
+
+ textarea.inplace_field {
+ width: 100%;
+ height: 50px;
+ }
+#profile h2 {
+ letter-spacing:-1px;
+color:#ccc;
+ height:40px;
+ font-size:24px;
+ font-family:Arial, Helvetica, sans-serif;
+ font-weight:bold;
+ text-transform:capitalize;
+ text-shadow: -1px 1px 1px #f0e;
+}
+ img#avatarPic {
+ max-height:100px;max-width:100px;
+ border-top-left-radius:5px;
+ border-top-right-radius:5px;
+ -webkit-border-top-left-radius:5px;
+ -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;
+margin-bottom:15px;
+ }
+
+.logged-dump a:hover {
+ text-decoration: none;
+ color: #00F;
+}
+/*directory stuff*/
+#dlogavatar img{
+image-rendering: -moz-crisp-edges;
+ max-width:50px;
+ width: expression(this.width > 50 ? 50: true);
+ max-height:50px;
+ height: expression(this.width > 50 ? 50: true);
+ max-width:50px;
+ border-top-left-radius:5px;
+ border-top-right-radius:5px;
+ -webkit-border-top-left-radius:5px;
+ -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;
+margin-top:0;
+border:1px solid #f0e0d6;
+ box-shadow:2px 2px 5px #d8dbde;
+ -webkit-box-shadow:2px 2px 5px #d8dbde;
+ -moz-box-shadow:2px 2px 5px #d8dbde;
+
+}
+#dlogavatar{
+margin-left:-85;
+height:25;
+background-image:url(/static/img/leftarrow.png);
+width:70;
+ background-repeat:no-repeat;
+ background-position:59 4;
+margin-top:-20;
+z-index:5555;
+
+
+}
+.dlogged-dump img{
+ max-width:600px;
+ width: expression(this.width > 600 ? 600: true);
+ max-height:600px;
+ height: expression(this.width > 600 ? 600: true);
+ border:0px;
+ z-index:4;
+
+
+
+}
+.dlogged-dump{
+ width:600px;
+ width:auto;
+text-overflow: ellipsis-word;
+ padding: 18px;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ text-transform: uppercase;
+ line-height:15px;
+ background-color:#fff;
+border:1px solid #f0e0d6;
+margin-left:-120px;
+margin-bottom:20px;
+ z-index:4;
+ border-top-left-radius:5px;
+ border-top-right-radius:5px;
+ -webkit-border-top-left-radius:5px;
+ -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;
+ line-height:20px;
+ text-align: left;
+
+
+}
+
+
+#infotxt{
position:absolute;
- } \ No newline at end of file
+top:;
+ border-top-left-radius:5px;
+ border-top-right-radius:5px;
+ -webkit-border-top-left-radius:5px;
+ -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:1px solid #ccc;
+height:22;
+margin-left:-30;
+color:fff;
+text-shadow: 1px 1px 1px #000;
+padding-right:8;
+text-transform:uppercase;
+ background-image:url(/static/img/upload.png);
+margin-top:-54;
+text-indent:5;
+}
+ #dprofile {
+ float: right;
+ padding: 20px;
+opacity:0.9;
+ position:fixed;
+ top:76px;
+image-rendering: -moz-crisp-edges;
+left:772px;
+max-width:140px;
+line-height:1.3;
+background-color:#fff;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ height:auto;
+ text-overflow: ellipsis-word;
+ z-index:9;
+ }
+#dprofile img{
+ max-width:100px;
+ width: expression(this.width > 100 ? 100: true);
+ max-height:100px;
+ height: expression(this.width > 100 ? 100: true);
+}
+#dprofile h3{
+font-size:15px;
+margin-left:-10px;
+color:999;
+padding-bottom:2px;
+}
+#dprofile h2{
+text-indent:-10;
+margin-top:-5;
+}
+#dprofile h7{
+color:#000;
+text-transform:uppercase;
+display:inline-block;
+margin-bottom:5px;
+bottom:0px;
+position:absolute;
+margin-left:-5px;
+font-size:12px;
+
+}
+