summaryrefslogtreecommitdiff
path: root/static/profile.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/profile.css')
-rwxr-xr-xstatic/profile.css57
1 files changed, 52 insertions, 5 deletions
diff --git a/static/profile.css b/static/profile.css
index 7594dab..143aa79 100755
--- a/static/profile.css
+++ b/static/profile.css
@@ -1,14 +1,18 @@
#profile {
float: right;
padding: 20px;
-width:180;
+width:auto;
position:absolute;
top:29px;
left:545;
+max-width:230;
margin-top:34px;
background-color:#fff;
-
+ overflow: hidden;
+ text-overflow: ellipsis;
+
+ height:auto;
text-overflow: ellipsis-word;
background-position:top;
z-index:999;
@@ -17,6 +21,11 @@ background-color:#fff;
line-height:1.5;
}
+#lolbanner{
+position:absolute;
+top:5;
+margin-left:22;
+}
#profile h3{
margin-top:12;
line-height:2;
@@ -28,16 +37,33 @@ text-indent:-10;
margin-top:-7;
margin-bottom:15;
}
+#logavatar{
+margin-left:-49;
+height:22;
+margin-top:-22;
+
+}
+#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;
+}
#chatrap{
- width:720;
+ width:610;
margin-left:auto;
margin-right: auto ;
+
#cats{
background-image:url(/static/dumpcats2.png);
}
-
}
@@ -52,6 +78,27 @@ text-align:left;
}
+#upload{
+display:inline-block;
+ width:181px;
+ height:33px;
+ font-size:20px;
+ background-image:url(/static/btngrad1.png);
+ font-weight:bold;
+ word-spacing:7;
+ margin-top:25px;
+margin-bottom:5;
+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;
+}
#pnavo{
margin-top:-18;
padding:2;
@@ -161,7 +208,7 @@ color:000;
}
.logged-dump{
-
+width:500;
max-width:500px;
text-overflow: ellipsis-word;
padding: 18px;