The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Alright, I don't know if I'm crazy or blind, but I can't find what I need to edit to get the top of the header rounded.
The bottom of the navbar is rounded, but where do I go to round the top? Image attached. Areas I want rounded are circled in green. |
|
#2
|
|||
|
|||
|
Edit vbulletin-chrome.css template.
Search: HTML Code:
.above_body {
background:{vb:stylevar header_background};
_background-image: none;
margin: {vb:stylevar header_padding};
width: 100%;
-moz-border-radius-bottom{vb:stylevar left}:{vb:stylevar border_radius};
-moz-border-radius-bottom{vb:stylevar right}:{vb:stylevar border_radius};
-webkit-border-bottom-{vb:stylevar left}-radius:{vb:stylevar border_radius};
-webkit-border-bottom-{vb:stylevar right}-radius:{vb:stylevar border_radius};
}
HTML Code:
.above_body {
background:{vb:stylevar header_background};
_background-image: none;
margin: {vb:stylevar header_padding};
width: 100%;
-moz-border-radius:{vb:stylevar border_radius};
-webkit-border-radius:{vb:stylevar border_radius};
}
|
|
#3
|
||||
|
||||
|
wow, i haven't messed with vbulletin for about a year or so, seems v4 made templating a little harder. vbulletin-chrome? not very intuitive for a header file...lol
(thanks though )
|
|
#4
|
|||
|
|||
|
It is not the header template.
It is a css template. |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|