vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Colored welcome header (https://vborg.vbsupport.ru/showthread.php?t=107757)

simonsiegel 02-12-2006 02:05 AM

Colored welcome header
 
Hey, "How do I" make a colored welcome header that is essentially made to stand out.

An example of this is http://justteenager.com/ also, do you know how to do the dotted border?

Thanks in advance.

Ignignokt 02-12-2006 04:11 AM

Alter the CSS background settings for the "header" class.

simonsiegel 02-12-2006 05:25 AM

Thanks. Could you, if possible, explain where to look at in Admin CP to make this change? Is that where I can change the border too?

KTBleeding 02-12-2006 05:32 AM

Styles and Templates > Style Manager

And either click "Go" or select "Main CSS" from the drop down next to the style you want to edit.

Dotted borders are done in CSS..

For example:

HTML Code:

.classname {
        background: #FFF;
        border: 1px dashed #000;
}


The class is set to have a white background, and a border with a one pixel width, a dashed style (dotted border), and the hex code for whatever color you want the border to be.

Edit:
If you're wanting to add the dashed border to a class that already exists in vBulletin.. just enter the border: 1px dashed #000; (of course change the width and color) in the "Extra CSS Attributes" box for that style.

simonsiegel 02-12-2006 06:00 AM

You guys are awesome help, but at the same time are a little advanced for me. Initially, can someone explain a little more simply how to change the colors of the welcome header? From there, I'll figure out how to do the border.

Thanks for your help so far.

I'm not as dumb as I sounded, but I just need a little bit more direction.


All times are GMT. The time now is 07:46 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.00970 seconds
  • Memory Usage 1,713KB
  • 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
  • (1)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete