vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=229)
-   -   Miscellaneous Hacks - Change the fieldset color (https://vborg.vbsupport.ru/showthread.php?t=171096)

Brian30fl 02-20-2008 10:00 PM

Change the fieldset color
 
Okay after doing some css studying i found out own to change the default grey color around the fieldset borders so here is the code enjoy!

Goto AdminCp>Style & Templates>Style Manager
Edit the style you use and goto main css and add code in additional css at the end.

Code:

fieldset{border:1px solid #343635;padding:5px;-moz-border-radius:0px}
also note i added some extra code, you can always change the solid to dotted to have a dotted fieldset border look also i added some additional coding if you give moz-border-radius: to like 5px it will give a rounded corner type look hope this helps :):)

Magnumutz 02-21-2008 05:43 PM

You have GOT to be kidding me man... it's BASIC CSS... this is nothing special at all...
Sorry to get you down like this, but... it's nothing.

SwollenCranium 02-21-2008 08:17 PM

Quote:

Originally Posted by Magnumutz (Post 1448247)
You have GOT to be kidding me man... it's BASIC CSS... this is nothing special at all...
Sorry to get you down like this, but... it's nothing.


How about you go into the article section and give us all a class on Basic CSS then ?

Or you could continue to tell people like him that what he knows is 'nothing'.

Brian30fl 02-21-2008 08:50 PM

Quote:

You have GOT to be kidding me man... it's BASIC CSS... this is nothing special at all...
Sorry to get you down like this, but... it's nothing.

excuse me buddy but not a lot of people know this and this question has been asked over and over i simply wrote this to help people out. so if you dont got nothing nice to say dont post at all.

Quote:

Originally Posted by SwollenCranium (Post 1448326)
How about you go into the article section and gives us all a class on Basic CSS then ?

Or you could continue to tell people like him that what he knows is 'nothing'.

thanks for the support bud.. im not not even going to argue with him.

on a last note Magnumutz since your a great designer or whatever do a better job on designs i seen your site and im not impressed :(

you got to realize there are people that come here other then your average vb coder like new members who dont know much about vb coding this was for them.

NeuroLancer 02-21-2008 09:54 PM

Quote:

Originally Posted by Magnumutz (Post 1448247)
You have GOT to be kidding me man... it's BASIC CSS... this is nothing special at all...
Sorry to get you down like this, but... it's nothing.

If you dont like it, dont use it. No need to put it down because it seems easy to you. You must consider not everyone has the same skill level, try to be understanding.

Thanks Brian30fl :)

SEOvB 02-22-2008 08:33 PM

Incase anyone wanted a little different filedset look, this is the code i've been using on our forums

Code:

fieldset{
    color: #000;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    padding:5px;
    -moz-border-radius:0px;
}
legend {
    color: #000;
}

And what it looks like:
Attachment 76274

Brian30fl 02-23-2008 10:39 AM

Quote:

Originally Posted by FRDS (Post 1448965)
Incase anyone wanted a little different filedset look, this is the code i've been using on our forums

Code:

fieldset{
    color: #000;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    padding:5px;
    -moz-border-radius:0px;
}
legend {
    color: #000;
}

And what it looks like:
Attachment 76274


not bad looks good :)

theparentpack 05-12-2008 10:00 AM

I am just a Mom, who decided to start a couple of forums so I definitely would not have known this. Thanks so much, it really improved the look!

Brian30fl 05-12-2008 04:06 PM

your very welcome

echo2kk5 05-12-2008 05:44 PM

**Installed
Thanks for this..one thing though:
Quote:

if you give moz-border-radius: to like 5px it will give a rounded corner type look
I'm not seeing any change when changing that setting from 0 to 5 or anything, it stays square... I'm using IE7.


All times are GMT. The time now is 11:17 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01249 seconds
  • Memory Usage 1,736KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete