Skip to content

Commit

Permalink
user-avatar border
Browse files Browse the repository at this point in the history
  • Loading branch information
Asitara committed Jun 20, 2019
1 parent c10c889 commit c428a6f
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions eqdkp_wow.css
Expand Up @@ -2462,9 +2462,7 @@ div.error { display: none; }
.comment_avatar img{
max-width: 100px;
height: 70px;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: 1px 1px 2px #000000;
border: 2px groove #4b4a4d;
}

.comment_avatar_container {
Expand All @@ -2473,15 +2471,12 @@ div.error { display: none; }
margin-right: 20px;
}

.comment_container, .comment_write_container {
.comment_container, .comment_write_container { // TODO: use contrast variables
position: relative;
min-height: 50px;
padding: 5px;
background: #012A48;
border: #ccc solid 1px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background: rgba(35, 35, 35, .7);
border: 1px solid #4b4a4d;
margin-left: 130px;
word-break: break-word;
}
Expand Down Expand Up @@ -2676,9 +2671,8 @@ td.hiddenSmartphone, th.hiddenSmartphone {
}

.user-avatar-border img {
border: 1px solid #CCCCCC;
border-radius: 1em;
background-color: #FFFFFF;
border: 2px groove #4b4a4d;
background-color: #e7e6e6;
}
.awaytt_row{
margin: 8px 0px;
Expand Down Expand Up @@ -3176,9 +3170,7 @@ button#cboxPrevious, button#cboxNext, button#cboxClose, button#cboxSlideshow {
}

.user-profile > .user-avatar img{
border: 1px solid #CCCCCC;
border-radius: 4px 4px 4px 4px;
box-shadow: 1px 1px 2px #000000;
border: 2px groove #4b4a4d;
height: 68px;
}

Expand Down

0 comments on commit c428a6f

Please sign in to comment.