You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
892 B
34 lines
892 B
.signature {
|
|
height: expression( this.scrollHeight > 49 ? '50px' : 'auto' );
|
|
}
|
|
.avatar, .userbar_avatar {
|
|
height:expression((this.scrollHeight >= 90) ? '90px' : 'auto');
|
|
width:expression((this.scrollWidth >= 90) ? '90px' : 'auto');
|
|
}
|
|
.userbarcontainer {
|
|
width:expression((this.scrollWidth >= 90) ? '90px' : 'auto');
|
|
}
|
|
.categorycontainer {
|
|
display:inline;
|
|
}
|
|
.boardcontainer {
|
|
display:inline;
|
|
}
|
|
.board_additionalcontainer {
|
|
width:0px;
|
|
max-width:0px;
|
|
}
|
|
.threadcontainer {
|
|
display:inline;
|
|
}
|
|
.threadcontainer .avatar, .threadcontainer .userbar_avatar {
|
|
height:expression((this.scrollHeight >= 45) ? '45px' : 'auto');
|
|
width:expression((this.scrollWidth >= 60) ? '60px' : 'auto');
|
|
}
|
|
.threadcontainer .userbarcontainer {
|
|
width:expression((this.scrollWidth >= 60) ? '60px' : 'auto');
|
|
}
|
|
.threadcontainer_additionalcontainer {
|
|
width:0px;
|
|
max-width:0px;
|
|
}
|
|
|