vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   couple of styling questions (https://vborg.vbsupport.ru/showthread.php?t=266177)

webtc 07-02-2011 07:07 PM

couple of styling questions
 
just trying to find a couple things to complete my style but .. for the life of me I cant find em.. If someone could help that would rock.

the first one can be seen here:

(inbetween the thread name / like / twitter and the first post)

I cant find where to change the color of the currently white bar with thread tools, search tools ect.. (I dono if is a different style, but it appears in forum listing, thread listing and messages)

The next one I cant link , but the new editor.. man wheres the background for that? :( I just want to change it from that goofy white..

The last thing I was wondering is if you can export a style in the event that someone actually wants/likes mine :)

Thanks, Cheers

Jeff Ledger 07-02-2011 07:39 PM

The first thing
Quote:

link (inbetween the thread name / like / twitter and the first post)
is called .toolsmenu div

or you can apply a black bg without border using this code (add this to your additional.css)

Code:

.toolsmenu div {
    background: none repeat scroll 0 0 #000000;
    border-top: 0 none;
    clear: both;
    color: #4E4E4E;
    float: left;
    text-align: right;
    width: 100%;
}

Second,

The ck editor bg is called

.cke_skin_kama .cke_wrapper

find it, and change the background-color to your prefer one.

Good luck and have fun!

~Jeff

webtc 07-02-2011 07:53 PM

sweet thanks, all done!

Jeff Ledger 07-02-2011 08:03 PM

You are welcome !


All times are GMT. The time now is 05:01 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.01008 seconds
  • Memory Usage 1,713KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete