The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Quote:
Have you tried entering it into additional css ? |
#12
|
|||
|
|||
Thats how I have been adding it
|
#13
|
|||
|
|||
try something along these lines ?
Code:
{ border-top-style:dotted; border-right-style:solid; border-bottom-style:dotted; border-left-style:solid; } http://www.w3schools.com/css/css_border.asp |
#14
|
|||
|
|||
Quote:
Code:
.cell-forum { border-left-style:dotted; border-bottom-style:dotted; border-top-style:dotted; border-width:1px } .topics-count { border-left-style:dotted; border-right-style:dotted; border-bottom-style:dotted; border-top-style:dotted; border-width:1px } .posts-count { border-right-style:dotted; border-bottom-style:dotted; border-top-style:dotted; border-width:1px } .lastpost { border-right-style:dotted; border-bottom-style:dotted; border-top-style:dotted; border-width:1px } That solves the extra column issue. As you can see, the positioning of the borders problem is still there, and using padding to try and reposition text doesnt work... EDIT : Thanks for the link btw! |
#15
|
|||
|
|||
Quote:
If you search W3 Schools there should be an answer in there. |
#16
|
|||
|
|||
Quote:
Im sure its padding like they suggested at vB.com but it just doesn't work, at least I can't get it to work. The text in the cells look fixed in position relative to the cell borders, surely that can't be the way its supposed to work can it? That completely takes the power away from any web designers hands in customising the look of the site |
#17
|
|||
|
|||
Quote:
Code:
.forum-list-container .forum-item .cell-forum > .forum-wrapper > .forum-info {padding-left: 45px;} |
#18
|
|||
|
|||
Quote:
It's still not right as the colour of some of the borders aren't included in the stylevar editor (if not all of them). I couldn't manage to get a border around the subforums section or category header however, no amount of poking and prodding got a border on that. Also, some of the borders from the default style kinda look rough with the new (retro) borders, though I suspect I can make them transparent in the stylevar editor. In the hope that anyone else finds this useful, and anyone else helping me further with it, I will post the code here : Code:
/* Moving the lastpost feed slightly away from the cell border to have a margin between the wrapper and the cell wall */ .forum-list-container .forum-item .lastpost > .lastpost-wrapper > .lastpost-info {position:relative;left:6px;} .forum-list-container .forum-item .lastpost > .lastpost-wrapper > .avatar {position:relative;left:6px;} /* We need to adjust the lastpost column header so it aligns with the lastpost feed. */ .forum-list-container .forum-list-header .header-lastpost {padding-left:6px;} /* Add the columns on the main page */ .cell-forum, .cell-forum-main {border-style:none dotted dotted dotted;border-width:1px} .lastpost {border-style:none dotted dotted none;border-width:1px} .topics-count, .posts-count {border-style:none dotted dotted none;border-width:1px;} /* The subforum header would be out of place if we add the border, so we move it down. */ .forum-list-container .subforum-list .subforum-header.h-clear {position:relative;top:8px;} /* Moving the stats feed in the topics page slightly away from the cell border to have a margin between the wrapper and the cell wall */ .topic-list-container .topic-list .cell-count .posts-count {position:relative;left:6px;} .topic-list-container .topic-list .cell-count .votes-count {position:relative;left:6px;} .topic-list-container .topic-list .cell-count .views-count {position:relative;left:6px;} /* Adjusting the column headers on the topics page */ .topic-list-container .topic-list-header .header-lastpost {padding-left:6px;} .topic-list-container .topic-list-header .header-stats {padding-left:6px;} /* Add the columns on the topics page */ .topic-list-container .topic-list .cell-inlinemod-item {border-style:none dotted dotted dotted;border-width:1px} .cell-topic {border-style:none none dotted dotted;border-width:1px} .cell-lastpost {border-style:none none dotted dotted;border-width:1px} .cell-icons {border-bottom-style:dotted;border-width:1px} .cell-count {border-style:none none dotted dotted;border-width:1px} /* In the topics feed for posts, there is an inherited border style that looks out of place */ .topic-list-container.conversation-list .topic-list .cell-count .posts-count {border-style:none} Any help is much appreciated! |
#19
|
|||
|
|||
Quote:
border-color:red; ? or whatever colour you want ? The subforums re a PIA, I wanted to change the icons for them as well as the main icons, but no-one seems to know how to do that either, so adding borders will be in the same boat I suspect. |
#20
|
|||
|
|||
Quote:
Code:
.forum-list-container.stretch .subforum-list {border-color:red;border-width:1px;border-style:solid} .forum-list-container .subforum-list {border-color:red;border-width:1px;border-style:solid} .subforum-list {border-color:red;border-width:1px;border-style:solid} .forum-list-container .subforum-list .td {border-color:red;border-width:1px;border-style:solid} |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|