vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Anyone Know vB CSS? (https://vborg.vbsupport.ru/showthread.php?t=301711)

Spangle 08-30-2013 05:45 PM

Quote:

Originally Posted by Bubble #5 (Post 2442059)
There is a drop down menu far right. See screenshot. Unfortunately the forum is down today so that MarkB can work on some issues. Besides, I need to learn how to do this because there are other areas of the site that have this same exact issue.

Ah I see where you are now.

When you click on "Inspect Element" you should have a new panel open up in the bottom of the browser window, that is split into two panes, one shows you the origin HTML, the other on the right shows you any CSS that is overriding the HTML, if the CSS has a line through, that means that particular piece of CSS is overuled by another piece of CSS !

Welcome to the world of HTML and CSS !

Bubble #5 08-30-2013 06:38 PM

Thanks Spangle for trying to help. Appreciate it.

If anyone knows where I can change this font color please post.

Bubble #5 08-30-2013 09:39 PM

1 Attachment(s)
UPDATE:

Is this what you were talking about? I don't know how I got there, but I did not see anything about font color, just background color. And it doesn't say where it's located at.

tbworld 08-30-2013 09:40 PM

Quote:

Originally Posted by Bubble #5 (Post 2442070)
If anyone knows where I can change this font color please post.


Maybe this will work: Add this to the end of your additional.css

Change color of font text below smilie
Code:

#smilies ul.smilielist li div.label {
  color: red;  /* your color here */
  font-size: 11px;
 }

Change box size of smilie
Code:

#smilies ul.smilielist li div.smilie {
  background: none no-repeat scroll 0 0 #FFFFFF;
  border-top: 1px solid #6B91AB;
  height: 57px; /* box height */
  width: 71px;  /* box width */
  overflow: hidden;
  padding: 2px;
}


CAG CheechDogg 08-30-2013 11:52 PM

Just add the following to your additional css file:

Code:

#smilies ul.smilielist li div.label {
color: #ffffff;
}

Oh snaps! Sorry tbworld, didn't see you already answered it.....


All times are GMT. The time now is 01:49 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01291 seconds
  • Memory Usage 1,726KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete