The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Gray border around ALL editor windows?
Hi-
How do I get rid of this gray border that is around all my editor windows site wide? (Visitor messages, Quick Reply, Reply to Thread (Advanced), Post new thread) See attached image to see what i'm referring to. It doesn't fit well in my color scheme as you can see. Been searching through code all over the place trying to find what controls this option? StyleVars under Editor don't seem to affect this narrow border. Thanks for the help! |
#2
|
|||
|
|||
Quote:
Code:
span.cke_skin_kama { border: 1px solid red !important; border-radius: 5px; padding: 5px; } |
Благодарность от: | ||
409industries |
#3
|
|||
|
|||
tbworld.
Thank you for that. Put the code in additional.css and it worked like a charm! I can finally stop beating my head against the wall trying to find the code that controls that. Not too familiar with span.cke_skin_kama |
#4
|
|||
|
|||
That particular CSS is a bit elusive if you do not know where to look. Glad to help.
|
Благодарность от: | ||
CAG CheechDogg |
#5
|
|||
|
|||
Quote:
Literally the last item i am trying to find is actually quite similar to my opening post. There is a gray horizontal line on the user profile page under "Visitor Messages". I can't seem to find out what is causing this to show... and want to get rid of it / change the color somehow. Any idea where i can find this code? I suspect .memberprofiletabunder maybe in member.css? (I attached a quick screenshot of anyone wants to take a quick look) Thank you!!! |
#6
|
|||
|
|||
Quote:
Code:
.userprof_editor { border-width: 1px 0px 0px; /* Maybe just disable, set to 0px; */ border-style: solid; border-color: red; /* Change Color */ } |
#7
|
|||
|
|||
Nice. thanks tbworld. I ended up going with the 0px 0px 0px to remove this line completely.
The spot where the red line appeared after editing the .userprof_editor line was right below this gap (see attached). I was able to remove a wide strip beneath the tabs that was taking up a bunch of space by editing the userprofiles.css code here: HTML Code:
.memberprofiletabunder { background-color: #2E3539; background-image: {vb:raw module_background_image}; background-repeat: {vb:raw module_background_repeat}; |
#8
|
|||
|
|||
What I have surmised from your post, try the following:
Code:
.userprof_editor { border-width: 1px 0px 0px; border-style: solid; border-color: #2E3539; } The problem assumably was due to the boarder being enabled in an associated class, using an inherited color -- it is only a guess. I would need a link to your page to be sure. |
#9
|
|||
|
|||
I made the changes but i think this line is above where the .userprof_editor border-color #2E3539; code has effect.
The visitor message tab is not available to the public to see, so here's a temp account to take a look (if you have time). user: vb_temp pass: p@ssw0rd123! http://www.dirtyimpreza.com/forums/m...itor_messaging Let me know what you think! Thanks for the effort! |
#10
|
|||
|
|||
If you are going to keep the tab bar (.memberprofiletabunder) then I would add back the completed border in your brown color.
Code:
.userprof_editor { border-width: 1px 0px 0px; border-color: #8F3F1F; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|