![]() |
Blog Description Background
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. |
screenshot or demo ?
|
Oh, right. Have one soon.
|
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 } |
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. |
^That is why it was added. Because someone screwed quite a bit and didn't realise the effect on aesthetics.
|
I felt the same way, glad you shared this.
|
No problem. Sometimes a minor thing can help.
|
Having a blonde moment.
I have this: Code:
#blog_description { background: #FFEA7B; color: [Same as blog_message]; } |
You would change to:
Code:
#blog_description { background: #FFEA7B; color: [Same as blog_message]; padding: [whatever]; } |
I did this in the templates which is easier if you have multiple styles:
In template BLOG, find: Code:
<!-- Description --> Code:
<!-- Description --> |
Yeah, that works as well. The only reason I don't is because it saves loading time and file size to put all styling information in the CSS files.
|
allthough its just a css style, its something thats needed, therefor installed!
good for pointing it out! |
Quote:
|
where is the blog css located/defined so I can find the blog_message hex color? I don't see that listed in my CSS or additional definitions. I am colorblind so I need some help! lol (btw - I am using the default vb skin)
|
You just add it to the Main CSS part.
|
Quote:
Quote:
|
It's the same as the First Alternating Colour in my case. Try taking the value from that and applying it.
Edit: Of course, multiple skins will by nature slightly ruin this mod, so maybe also edit it different for each style? |
All times are GMT. The time now is 06:05 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|