The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Need Help in CSS Stying
I need your help in some css styling of theme...
1.Body background is white but no border : What will css style to ad border to body background. 2. Forum/subforum Descriptions, rss feed icon, thread/post counting and last thread : Need help to add border for all. 3. Same above in point 2 looking add border in threadlists page. 4. Showthread page: Looking to give border for tools section where button/links for edit, reply, quote and reputation are available. I tried to find div class but failed..Pl provide your suggestion |
#2
|
||||
|
||||
We would need a link to the pages (and a login, if needed to view the image) and images of exactly what you want.
|
#3
|
|||
|
|||
Quote:
Example: #forumbit { border 1px solid: #000000; } --------------- Added [DATE]1362590146[/DATE] at [TIME]1362590146[/TIME] --------------- Can anyone help me in this css styling |
#4
|
||||
|
||||
People can't help with css issues without a link.
If you want CSS help but won't post a link, then go here - http://www.w3schools.com/ |
Благодарность от: | ||
fxdigi-cash |
#5
|
|||
|
|||
I want to put css in additional .css for border..
|
#6
|
|||
|
|||
As i have not get any help here i am posting some pictures which gives you idea what exactly i m looking.
|
#7
|
||||
|
||||
Those images help because I had a totally different idea of what you wanted from your description. Anyway, what you want to do isn't really possible with just CSS. If you look at the code, you have a mix of <div> and <ul> tags that make up each row. If you use firebug, you will see that these don't 'fill' the space from top to bottom, so you can't put a line there that goes from the top to the bottom. You would need to actually change the whole thing to use a table and then put borders on the cells of the table. Alternately, if those areas are fixed width, you may create a background that has the lines in it and then just apply the background to the whole row (if it's for the site in your signature, they are fixed width and that is probably going to be the easiest way for you to get what you want - a 1 px high background image that is transparent except a black box in a couple of places).
|
#8
|
|||
|
|||
I think it is easy with css style. just need to use right div class and put left or right border... what do you think
|
#9
|
||||
|
||||
I already told you what I thought. If you use firebug to view the areas, you will see that putting a right or left border will not create a line that goes from the top line to the bottom line. Like, try this and you will see what I mean:
HTML Code:
.forumbit_post .forumrow .forumlastpost { border-left: 1px solid black; width: 23%; } |
#10
|
|||
|
|||
Hi Thanks for reply.. Can you give me one example with image so that i can try to do this
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|