Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Design and Graphics Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 01-20-2012, 07:16 PM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Pink box, confused

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-jes...eet-jesus.html
Reply With Quote
  #2  
Old 01-20-2012, 07:34 PM
SOL-R SOL-R is offline
 
Join Date: Dec 2006
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks like it comes from
HTML Code:
<div class="random-tips">
.randomtips site css (starts line 261 starts)


Hope that helps


R.
Reply With Quote
Благодарность от:
Max Taxable
  #3  
Old 01-20-2012, 08:46 PM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks but that wasn't the one.

random tips from sites.css is

Code:
.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%;
}
Reply With Quote
  #4  
Old 01-20-2012, 09:00 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Chadi View Post
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.
Quote:
Originally Posted by Chadi View Post
Thanks but that wasn't the one.

random tips from sites.css is

Code:
.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?
Reply With Quote
  #5  
Old 01-21-2012, 03:31 AM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Because the pop-up pink box has a solid border, not dotted and its 2px or 3px in size as well.
Reply With Quote
  #6  
Old 01-21-2012, 03:41 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #7  
Old 01-21-2012, 01:34 PM
nerbert nerbert is offline
 
Join Date: May 2008
Posts: 784
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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:

HTML Code:
.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.
Reply With Quote
Благодарность от:
Max Taxable
  #8  
Old 01-21-2012, 01:44 PM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It is not dotted, it is solid.

See screenshot.

http://www.talkjesus.com/bible-study...tml#post195396
Attached Images
File Type: png box.PNG (22.2 KB, 0 views)
Reply With Quote
  #9  
Old 01-21-2012, 02:02 PM
nerbert nerbert is offline
 
Join Date: May 2008
Posts: 784
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #10  
Old 01-21-2012, 02:21 PM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Chadi View Post
It is not dotted, it is solid.

See screenshot.

http://www.talkjesus.com/bible-study...tml#post195396
That'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.
Reply With Quote
Благодарность от:
SOL-R
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:19 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04184 seconds
  • Memory Usage 2,281KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (2)bbcode_html
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (3)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_attachment
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete