vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   username & password customizing (https://vborg.vbsupport.ru/showthread.php?t=246955)

Michael.A 07-20-2010 01:43 PM

username & password customizing
 
1 Attachment(s)
ok am trying to customize the text bar where you type ur username and password, where can i adit the css for that and if anyone knows a good site to help me get this done

trying to make this
https://vborg.vbsupport.ru/attachmen...3&d=1279637258

look like that
https://vborg.vbsupport.ru/attachmen...2&d=1279637258

James Birkett 07-20-2010 05:50 PM

That just looks like the text box has a border-radius (CSS3) attribute as well as some background colouring.

I'm unsure about the template, possibly the header template if the login displays on every page.

vBulletin Options -> General Settings -> Add Template Names In HTML Comments

Now view the source, find the login box, then scroll up and look for the first piece of code that looks like this:
HTML Code:

<!-- BEGIN TEMPLATE: templatename -->
Now go to that template and edit to your heart's content.

Michael.A 07-21-2010 06:13 AM

ya man it is in the header template thats how i made the login box that ur looking at the first one, but here is the thing what i need is how to make it look like that using css3.

James Birkett 07-21-2010 08:38 AM

ABABA9
The CSS is:
Code:

background: #ABABA9;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;

Looks like 3 pixels, could be 1,2,4.


All times are GMT. The time now is 11:00 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
  • Page Generation 0.00968 seconds
  • Memory Usage 1,714KB
  • 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_code_printable
  • (1)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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