View Full Version : Pink box, confused
Chadi
01-20-2012, 07:16 PM
Trying to edit the CSS for the pop-up pink box I have set years ago and do not recall where the CSS is being pulled. I have searched all files and templates to no avail. This is a bit baffling to me.
The border color is f2a0f9 and the background is ffdbf9. I searched both through all files, templates and its main css area as well. Nothing comes up.
I want to edit the colors, hence my reason to trace where the css is being pulled from.
Example:
http://www.talkjesus.com/seeking-jesus/7749-meet-jesus.html
SOL-R
01-20-2012, 07:34 PM
Looks like it comes from <div class="random-tips">
.randomtips site css (starts line 261 starts)
Hope that helps
R.
Chadi
01-20-2012, 08:46 PM
Thanks but that wasn't the one.
random tips from sites.css is
.random-tips {
background-color: #FFDBF9;
border: 1px dotted #F2A0F9;
text-align: left;
margin-left:25px;
padding: 10px 10px 10px 15px;
text-decoration:none;
font-family: georgia, helvitca, arial, sans-serif;
background-image:url(/images/coda.png);
background-repeat:no-repeat;
background-position: center left;
text-indent:24px;
width:75%;
}
Lynne
01-20-2012, 09:00 PM
The border color is f2a0f9 and the background is ffdbf9. I searched both through all files, templates and its main css area as well. Nothing comes up.
Thanks but that wasn't the one.
random tips from sites.css is
.random-tips {
background-color: #FFDBF9;
border: 1px dotted #F2A0F9;
text-align: left;
margin-left:25px;
padding: 10px 10px 10px 15px;
text-decoration:none;
font-family: georgia, helvitca, arial, sans-serif;
background-image:url(/images/coda.png);
background-repeat:no-repeat;
background-position: center left;
text-indent:24px;
width:75%;
}
Why do you think that isn't the correct CSS?
Chadi
01-21-2012, 03:31 AM
Because the pop-up pink box has a solid border, not dotted and its 2px or 3px in size as well.
Lynne
01-21-2012, 03:41 AM
Then look for something else that is overwriting it.
I have no idea what box you are talking about from your description (no image!) so I can't help.
nerbert
01-21-2012, 01:34 PM
The border IS dotted. Press Ctrl and hit the "+" key a few times (or maybe Ctrl Shift + for some browsers, or just take my word for it!) But just try this:
.random-tips {
/* background-color: #FFDBF9;
border: 1px dotted #F2A0F9;*/
background-color:blue;
border: 1px solid black:
text-align: left;
and see what happens. You're not going to crash the internet.
I promise it will change. Now try out different colors until you find ones you like.
Chadi
01-21-2012, 01:44 PM
It is not dotted, it is solid.
See screenshot.
http://www.talkjesus.com/bible-study-hall/40469-heaven-hell-earth-lake-fire-6.html#post195396
nerbert
01-21-2012, 02:02 PM
Everyone who responded was looking at the pink box near the top of the page that said
"When you feel down and going through tought trials, remember the countless great things Jesus has done for you!"
last time I looked.
Max Taxable
01-21-2012, 02:21 PM
It is not dotted, it is solid.
See screenshot.
http://www.talkjesus.com/bible-study-hall/40469-heaven-hell-earth-lake-fire-6.html#post195396That's going to depend on what browser you're using to view it.
EDIT: On a live look just now, it appears you were able to change it.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.