The Arcive of vBulletin Modifications Site. |
|
Blog Description Background Details »»
|
|||||||||||||||||||||||||
Okay, this very minor CSS addition just does one thing; adds the right background to the blog_description property. Because by default, it just places this text on the page background colour with no nice background and no box border. And I felt it looked out of place.
In 'All Style Options', add this under 'Additional CSS': Code:
#blog_description {background: [same as blog_message]; color: [Same as blog_message]; border: 1px solid black }
Oh, and change values for the other skins. Demos: http://jpicforum.info/blog.php?u=1 (With 10px padding) http://www.dsultimate.net/Board/upload/blog.php?u=1 (guess why this forum added it). Thanks to PoetJA-1975 for first demo. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
screenshot or demo ?
|
|
#3
|
||||
|
||||
|
Oh, right. Have one soon.
|
|
#4
|
||||
|
||||
|
Screenshot added, and demo is pretty obvious from the screenshot. Oh, and if you thought the border would be thicker, or to change colours, do this:
Code:
#blog_description {background: [same as blog_message]; color: [Same as blog_message]; border: 2px solid GREEN }
|
|
#5
|
||||
|
||||
|
Demo at: http://jpicforum.info/blog.php?u=1
I added additional padding element: padding:10px; Thanx very much for the share. I don't know why on earth that section was designed without any border or background - A little silly in my opinion.... Anyway - Thanx ![]() Jacquii. |
|
#6
|
||||
|
||||
|
^That is why it was added. Because someone screwed quite a bit and didn't realise the effect on aesthetics.
|
|
#7
|
||||
|
||||
|
I felt the same way, glad you shared this.
|
|
#8
|
||||
|
||||
|
No problem. Sometimes a minor thing can help.
|
|
#9
|
|||
|
|||
|
Having a blonde moment.
I have this: Code:
#blog_description { background: #FFEA7B; color: [Same as blog_message]; }
|
|
#10
|
||||
|
||||
|
You would change to:
Code:
#blog_description { background: #FFEA7B; color: [Same as blog_message]; padding: [whatever]; }
|
![]() |
|
|