PDA

View Full Version : Styling Help


Spyike
07-25-2011, 12:02 AM
vbSEO's support is ...horrible to say the least..

Anyhow, I am aware that most will not be familiar with the modification itself, but any ideas would be appreciated.

vbSEO has a "like" system, similar to that here on vbulletin.

That being said, they have the amount of "likes" given/received in the memberinfo page.

Their tab does not seem to be located in the template itself, and is only shown in one of their templates:

<li><img src="vbseo/resources/images/forum/vbseo_like1.png" alt="{vb:rawphrase vbseo_likes_received}" class="inlineimg" /> {vb:rawphrase vbseo_likes_received} ({vb:raw userinfo.vbseo_likes_in})</li>
<li><img src="vbseo/resources/images/forum/vbseo_like1.png" alt="{vb:rawphrase vbseo_likes_given}" class="inlineimg" /> {vb:rawphrase vbseo_likes_given} ({vb:raw userinfo.vbseo_likes_out})</li>



https://tmpdmp.com/t/36970fc5d7789579/276e2b3b67777c6e

I attempted to reference the stylesheet used in the other tabs, but it did not work.

#likes_received-tab, #likes_received-tab a:hover, #likes_given-tab, #likes_given-tab a:hover {
background-color: #E9E9E9;
border: 1px solid #B3B3A7;
height: 25px;
margin: 0;
padding: 0;
text-align: center;
border-top-left-radius: 5px;
border-top-right-radius: 11px;
color: #4D5153;
display: block;
font-size: 13px;
font-weight: bold;
line-height: 22px;
padding: 0 10px;
text-align: center;
text-decoration: none;
}