summaryrefslogtreecommitdiff
path: root/static/profile.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/profile.css')
-rw-r--r--static/profile.css109
1 files changed, 54 insertions, 55 deletions
diff --git a/static/profile.css b/static/profile.css
index 2984f43..ff11cac 100644
--- a/static/profile.css
+++ b/static/profile.css
@@ -2,36 +2,35 @@
float: right;
padding: 20px;
width: 180px;
- margin-top:0px;
- background-color:#F7F7F7;
+position:absolute;
+top:0px;
+right:15;
+ margin-top:15px;
+ background-color:#f5f5f5;
background-image:url(/static/spex.ppng);
- border:solid 5px #F5F5F5;
+ border:solid 1px #999;
+
+
+
background-position:center;
- z-index:10;
- box-shadow:rgba(0,0,0,0.5) 0px 0px 24px;
- border-radius:5px;
- 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;
- min-height:600px;
- margin-right: 5%;
+ z-index:999;
+
+min-height:600px;
+height:98%;
+
+line-height:1.6;
+
}
#chatrap{
- top: 80px;
- left:0px;
- position:absolute;
- width: 100%;
- margin: 0;
+ top: 10px;
+min-width:800px;
+
+ position:relative;
+
+width:100%;
+
padding-bottom:105px;
+
}
#footer
{
@@ -41,7 +40,7 @@
bottom:0px;
font-size:12px;
font-family:"Times New Roman", Times, serif;
- background-image:url(/static/footer.png);
+ background-image:url(/static/footer.pg);
background-repeat:repeat-x;
background-position:top;
height:30px;
@@ -50,10 +49,13 @@
}
#log
{
- margin-right:5%;
- margin-left:5%;
- background-color:#FFF;
- padding-left: 20px;
+
+ background-color:#f;
+
+position:absolute;
+width:100%;
+top:50px;
+margin-right:5px;
padding-bottom: 20px;
padding-top: 15px;
min-height: 800px;
@@ -69,7 +71,7 @@
-webkit-border-bottom-right-radius:5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
- border:solid 5px #F5F5F5;
+ border:solid 5px #f;
}
#posts {
@@ -91,26 +93,26 @@
-
padding: 15px;
font-family: Arial, Helvetica, sans-serif;
- margin-left:15%;
- width:50%;
+
+margin-right:15px;
+
+
font-size: 12px;
text-transform: uppercase;
- 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;
- min-width:500px;
+
+
line-height:15px;
- background-color:#F5F5F5;
+ background-color:#fff;
background-image:/static/footer.png;
background-position:bottom;
- border:solid 1px #0f1e31;
+
z-index:4;
line-height:20px;
text-align: left;
- margin:15px;
+ margin-left:15px;
}
.editable {
@@ -124,9 +126,18 @@
text-overflow: ellipsis;
}
h2 {
- color:#000;
+
letter-spacing:-1px;
font-weight:lighter;
+color:#087cff;
+
+ height:28px;
+ font-size:33px;
+ font-family:Arial, Helvetica, sans-serif;
+ font-weight:bold;
+ text-transform:capitalize;
+
+ text-shadow: -6px 4px 4px #ccc;
}
img#avatarPic {
@@ -138,20 +149,7 @@
padding: 5px;
}
#loghead {
- border-bottom:0px;
- padding-left: -50px;
- margin-right:60%;
- width:auto;
- letter-spacing:-3px;
- color:#087cff;
- height:28px;
- font-size:33px;
- font-family:Arial, Helvetica, sans-serif;
- font-weight:bold;
- text-transform:capitalize;
- text-shadow: -6px 4px 4px #ccc;
- padding-bottom:12px;
- left: -40px;
+ font-size:1px;
}
body {
@@ -160,6 +158,7 @@
}
body,td,th {
font-family: Arial, Helvetica, sans-serif;
+ overflow-x:hidden;
}@charset "UTF-8";
/* CSS Document */