The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
|||
|
|||
![]() Quote:
You can still use firebug, you just have to put the css targeting whatever selector in additional.css and it will override whatever it is you're trying to override. I'm not sure why you're so hung up on finding the CSS within the vB templates -- additional.css is called last, thus will override previous css, and if it's not overriding it you can always use !important. for instance this is part of my editor css (I was bad, I abused !important because I was lazy): Code:
.cke_wrapper {background: #999 !important;padding:0!important;} .cke_skin_kama {border: 1px solid #555!important;padding:0!important;} .cke_off, .cke_disabled, .cke_button_enhancedsource {background: #181818!important;} .cke_toolgroup {background: #333 !important;} FWIW firebug can also show you which CSS is being called for editor as well, I think it's located under clientscript/ckeditor/skins/kama/editor.css. Try not to directly edit this file, overwise a vB update can/will destroy your customizations. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|