The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
|||
|
|||
![]() Quote:
HTML Code:
#catXX .vbs_forumhead { background: red !important; } --------------- Added [DATE]1466543458[/DATE] at [TIME]1466543458[/TIME] --------------- Quote:
Adding in a background, it seems to rid of the padding/internal black border. Before: http://i.imgur.com/NYKosqU.png After: http://i.imgur.com/BhhD3A6.png I've got the CSS to try and include a border and appropriate padding, but it doesn't seem to be working. Before (CSS): http://i.imgur.com/UEsw4hc.png After (CSS): http://i.imgur.com/e2A7rch.png Any idea what might be causing the conflict? Edit2: Found a work around! By adding the following into the initial override CSS, I was able to add an inside border. HTML Code:
-webkit-box-shadow:inset 0px 0px 0px 10px #000; -moz-box-shadow:inset 0px 0px 0px 10px #000; box-shadow:inset 0px 0px 0px 10px #000; HTML Code:
/* Custom Category Colors */ #catXX .vbs_forumhead { background: #2b3227; -webkit-box-shadow:inset 0px 0px 0px 10px #000; -moz-box-shadow:inset 0px 0px 0px 10px #000; box-shadow:inset 0px 0px 0px 10px #000; } Aaand... I've hit a snag. HTML Code:
/* Custom Category Colors */ #cat86 .vbs_forumhead { background: #683030; -webkit-box-shadow:inset 0px 0px 0px 10px #000; -moz-box-shadow:inset 0px 0px 0px 10px #000; box-shadow:inset 0px 0px 0px 10px #000; } #cat49 .vbs_forumhead { background: #683030; -webkit-box-shadow:inset 0px 0px 0px 10px #000; -moz-box-shadow:inset 0px 0px 0px 10px #000; box-shadow:inset 0px 0px 0px 10px #000; } http://i.imgur.com/2JPaBZW.png Edit: This seems to just be an issue with the first category of each tab. I can't do any of the further categories, however the first one works without a problem. http://i.imgur.com/ydstYci.png |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|