Begin working on profiles

This commit is contained in:
calzoneman 2013-05-12 16:15:39 -04:00
parent 3959b02b93
commit c6446d6f84
4 changed files with 83 additions and 0 deletions

View file

@ -224,3 +224,20 @@ html, body {
.timestamp {
font-size: 8pt;
}
.profile-box {
z-index: 9999;
position: absolute;
border: 1px solid #aaaaaa;
border-radius: 5px;
background-color: #ffffff;
max-width: 200px;
padding: 5px;
}
.profile-image {
width: 80px;
height: 80px;
border: 1px solid #aaaaaa;
border-radius: 5px;
}