The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
username & password customizing
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 look like that |
#2
|
|||
|
|||
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 -->
|
#3
|
||||
|
||||
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.
|
#4
|
|||
|
|||
ABABA9
The CSS is: Code:
background: #ABABA9; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|