mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-10 06:31:50 +00:00
- Improved visibility of banned users without reducing post visibility. Doesn't look as good on left-sided profiles.
This commit is contained in:
parent
70c6e5b008
commit
084cd9040c
1 changed files with 14 additions and 0 deletions
|
@ -300,6 +300,10 @@ div[class].topic-actions {
|
|||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.leftprofile .banned .postbody {
|
||||
border-left-color:rgb(169, 0, 0);
|
||||
}
|
||||
|
||||
.postbody .ignore {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
@ -809,6 +813,11 @@ fieldset.polls dd div {
|
|||
display: inline;
|
||||
}
|
||||
|
||||
.banned .postprofile {
|
||||
background-color: rgba(105, 0, 0, 0.41);
|
||||
border-left-color:rgb(169, 0, 0);
|
||||
}
|
||||
|
||||
.leftprofile .postprofile {
|
||||
float: left;
|
||||
border-left: none;
|
||||
|
@ -817,6 +826,11 @@ fieldset.polls dd div {
|
|||
width: 150px;
|
||||
}
|
||||
|
||||
.leftprofile .banned .postprofile {
|
||||
background-color: rgba(105, 0, 0, 0.41);
|
||||
border-left-color:rgb(169, 0, 0);
|
||||
}
|
||||
|
||||
.pm .postprofile {
|
||||
border-left: 1px solid #DDDDDD;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue