Table Lines

top50servers

Active Member
Hi,

They say a picture speaks a thousand words so ill use one to help explain my issue.



In the black boxes you can see that the white lines continue down the page and though the toplist, however in the red boxes they do not. I was wondering how I could either add or remove the lines in there respected locations.
 

cajkan

Active Member
Thank you for your info.

Please follow this steps:

1. Go to - Skins -> screen.css ( this is located - http://top50servers.com/skins/TopListV2/screen.css )
2. On line 422 - you will find this code:
Code:
th {
    white-space:nowrap;
    text-align: center;
    padding: 10px 13px;
    background: #efefef url(img/lightbg.jpg) top left repeat-x;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #f2f2f2;
    font-weight: bold;
    text-shadow: 1px 1px 2px #fff;
}
3. Remove this part of the code:
Code:
border-right: 1px solid #fff;
4. On line 444
Code:
.premium_title {
        font-weight:bold;
        border: 1px solid #fff;
        color: #222;
        padding: 10px;
        background: #fff url(img/highlightbg.jpg)  left repeat;
        text-shadow: 1px 1px 2px #fff;
}
5. Remove this part of the code:
Code:
border: 1px solid #fff;



If you have more questions or need any help, just ask. ;)
 

top50servers

Active Member
How would I add it to the other sections? It looks more organised with the lines continuing downwards.

Sorry to bother you again.
 
Top