Dynamic Well-known member Apr 2, 2013 #1 Hey guys, I am wondering how to make the posts look like this. So with the whole user bit running along the side, as well as the little arrow pointing towards it. Thanks.
Hey guys, I am wondering how to make the posts look like this. So with the whole user bit running along the side, as well as the little arrow pointing towards it. Thanks.
fattony69 Well-known member Apr 2, 2013 #2 I apologize for not being able to help much, but I can say that this style does what you're looking for: http://xenforo.com/community/resources/xenfoogle.1515/ as well as this one (but reverse) http://xenforo.com/community/resources/xendisconnect.1461/ Upvote 0 Downvote
I apologize for not being able to help much, but I can say that this style does what you're looking for: http://xenforo.com/community/resources/xenfoogle.1515/ as well as this one (but reverse) http://xenforo.com/community/resources/xendisconnect.1461/
Russ Well-known member Apr 2, 2013 #3 You can also check the demo out(same site as xenfoogle) for the left side: http://xenforo.com/community/resources/xendisconnect.1461/ I tried a few different methods and ended up repeating an image repeat-Y like so: Code: .messageList .message { background: url("styles/xendisconnect/xenforo/images/messagebg.png") repeat-y scroll -1px 0 transparent; } Upvote 0 Downvote
You can also check the demo out(same site as xenfoogle) for the left side: http://xenforo.com/community/resources/xendisconnect.1461/ I tried a few different methods and ended up repeating an image repeat-Y like so: Code: .messageList .message { background: url("styles/xendisconnect/xenforo/images/messagebg.png") repeat-y scroll -1px 0 transparent; }
Dynamic Well-known member Apr 2, 2013 #4 Thanks guys. So does anyone know what modifications I need to make in order to make this look similar? Upvote 0 Downvote
Thanks guys. So does anyone know what modifications I need to make in order to make this look similar?
Dynamic Well-known member Apr 2, 2013 #5 I have got most of it, but the padding is making things break. I am guessing I am missing something here... Upvote 0 Downvote
I have got most of it, but the padding is making things break. I am guessing I am missing something here...