vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   How do I make the vB 'editors' be dark/black? (https://vborg.vbsupport.ru/showthread.php?t=244754)

BirdOPrey5 06-16-2010 11:39 PM

How do I make the vB 'editors' be dark/black?
 
I have a custom dark style but the editors (new message/reply and quick reply / PM's, etc...) are all white backgrounds with black text just like on vbulletin.org and my other 'white' styles. I've seen forums where the editor is dark or black with white or grey text- how do I do that? I take it I need some css somewhere but I haven't figured it out yet. :confused:

DragonBlade 06-17-2010 12:04 AM

The background color should be changeable in stylevars I believe. If not, do tell me :P

As for the white text,

Add this in additional.css
Code:

body.wysiwyg {
        color:#FFFFFF;
}

.editor_textbox textarea, .editor_textbox iframe {
        color:#FFFFFF;
}


BirdOPrey5 06-17-2010 12:18 AM

1 Attachment(s)
I've seen this box, and as you can see have made it dark but it doesn't ever affect my page, the editor remains white with black text... maybe because I'm not technically using the wysiwyg editor, I'm using the one that shows bbcode like here by default?

DragonBlade 06-17-2010 12:47 AM

Oh, I forgot, this is the vb3 section not vb4 :P

Unfortunately, I have forgotten how to do this.

And correct, the default here is not the WYSIWYG editor

Digital Jedi 06-20-2010 01:49 AM

You want to go to the Toolbar Menu Options in your Style Manager and edit the Text Editor Control Styles.

BirdOPrey5 06-20-2010 08:37 AM

Quote:

Originally Posted by Digital Jedi (Post 2056132)
You want to go to the Toolbar Menu Options in your Style Manager and edit the Text Editor Control Styles.

Thanks but that just has options for the editor buttons and font names/sizes, not the editor itself. :(


All times are GMT. The time now is 07:04 AM.

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.02074 seconds
  • Memory Usage 1,720KB
  • 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
  • (6)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