The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
editor border
just a quick question is ther anyway to change the colour of the borders shown in the pic below or get rid of them...
i know you can do it in vbulletin_editor.css but that relates to all styles on the forum.. i want to change it for just 1 style would be greatful if anyone can tell me how todo it thanks chris cmon outa a crap load of users online noone knows if it can be done without havin to edit the vbulletin_editor.css and effecting all the other styles installed? |
#2
|
||||
|
||||
The second thing in your picture is a fieldset tag. I'll have to check which file this is in (or template) as I don't know, but changing border=1 to border=0 will fix the top part and removing the <fieldset> tag will take out the bottom part. Let me look.
|
#3
|
||||
|
||||
I think you'll have to change the <legend> style in your stylesettings.
Nope, sorry, that's not it...... But it might be in the Additional CSS Definitions. I see a "fieldset" setting there. Didn't try it though. |
#4
|
||||
|
||||
Guessing here -
Go to Admincp / Style Manager / yourstyle / Post Icon Templates / posticons Find and remove: <fieldset class="fieldset" style="margin:10px 0px 0px 0px"> <legend>$vbphrase[post_icons]</legend> Find and remove: </fieldset> Go to Admincp / Style Manager / yourstyle / Editor Templates / editor_clientscript Find after <!-- EDITOR STYLES -->: .vBulletin_editor { background: {$istyles[pi_button_normal][0]}; padding: $stylevar[cellpadding]px; } Change $stylevar[cellpadding] to 0 Let me know if this works. Edit: Wrote wrong template down. Edit: Added |
#5
|
||||
|
||||
Quote:
Code:
.fieldset { border: 0px; } but the top border on the editor is still ther i tryed taken Code:
/* the container for the editor */ .vBulletin_editor { border: 0px none; } /* the container for all the edit controls */ #controlbar, .controlbar { padding: 2px; } /* the WYSIWYG edit area itself */ #htmlbox { border: 1px inset; font: 10pt verdana; overflow: auto; } anyone got any ideas how to get rid of the thick whiteish border around the posting part without it effecting every style installed? this only problem i need to sort and the styles finnished.. so ya can imagine my frustration with this lol |
#6
|
||||
|
||||
See my edited post above.
|
#7
|
||||
|
||||
Quote:
i added Code:
border:0px; THANK YOU mate lol was getting so frustrated withit |
#8
|
||||
|
||||
christianb, I'm afraid editing the templates will remove the borders in all styles and that's not what he wants
|
#9
|
||||
|
||||
Quote:
or am i tripping here? lol |
#10
|
||||
|
||||
ok, than give it a go
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|