mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-25 04:40:57 +00:00
Added left-oriented profile support.
This commit is contained in:
parent
1616238f81
commit
d1daf3d95b
1 changed files with 19 additions and 0 deletions
|
@ -295,6 +295,12 @@ div[class].topic-actions {
|
|||
clear: both;
|
||||
}
|
||||
|
||||
.leftprofile .postbody {
|
||||
float: right;
|
||||
border-left: 1px solid #FFFFFF;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.postbody .ignore {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
@ -803,6 +809,15 @@ fieldset.polls dd div {
|
|||
float: right;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.leftprofile .postprofile {
|
||||
float: left;
|
||||
border-left: none;
|
||||
padding-left: 0px;
|
||||
margin-left: 0px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.pm .postprofile {
|
||||
border-left: 1px solid #DDDDDD;
|
||||
}
|
||||
|
@ -828,6 +843,10 @@ fieldset.polls dd div {
|
|||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.leftprofile .online {
|
||||
background-position: 100% 0;
|
||||
}
|
||||
|
||||
/* Poster profile used by search*/
|
||||
.search .postprofile {
|
||||
width: 30%;
|
||||
|
|
Loading…
Reference in a new issue