Results 1 to 2 of 2

Thread: TinyMCE black background/gray in IE

  1. #1
    Thread Starter
    Veteran doctorcilantro's Avatar
    Join Date
    Oct 2010
    Location
    Saudi Arabia
    Posts
    759
    Thanks
    2
    Thanked 26 Times in 16 Posts

    TinyMCE black background/gray in IE

    My install has black, Cloudy's stock install has gray.

    I use the darker Teal theme.

    I found this online, but would like to hear if you guys can offer up a quick fix:

    Yep, in tinyMCE.init put these lines:
    content_css : 'http://yourdomain.com/theme/editor_content.css',
    editor_css : 'http://yourdomain.com/theme/complete.css',
    for editor_content.css you can use something like:
    body {
    background : white;
    color : black;
    }
    a {
    color : navy;
    }
    a:hover {
    color : blue;
    }
    p {
    font-family : MS Sans Serif, Verdana, Arial;
    font-size : 12px;
    color : black;
    padding : 0px;
    margin : 0px;
    }
    h1 {
    font-family : Arial;
    font-size : 22px;
    padding : 0px 0px 5px 0px;
    margin : 0px;
    }
    h2 {
    font-family : Arial;
    font-size : 21px;
    padding : 0px 0px 5px 0px;
    padding : 0px;
    margin : 0px;
    }
    h3 {
    font-family : Arial;
    font-size : 20px;
    padding : 0px 0px 5px 0px;
    margin : 0px;
    }
    h4 {
    font-family : Arial;
    font-size : 19px;
    padding : 0px 0px 5px 0px;
    margin : 0px;
    }
    h5 {
    font-family : Arial;
    font-size : 18px;
    padding : 0px 0px 5px 0px;
    margin : 0px;
    }
    h6 {
    font-family : Arial;
    font-size : 17px;
    padding : 0px 0px 5px 0px;
    margin : 0px;
    }
    .text {
    margin : 0px;
    padding : 0px;
    font-size : 12px;
    color : black;
    }
    .code {
    margin : 3px 20px 3px 20px;
    padding : 4px;
    font-family : courier new;
    font-size : 10px;
    color : cyan;
    border : 1px solid navy;
    }
    .quote {
    margin : 3px 20px 3px 20px;
    padding : 4px;
    font-family : Arial;
    font-size : 11px;
    border : 1px solid navy;
    }

  2. #2
    Veteran barukar's Avatar
    Join Date
    Sep 2010
    Location
    Brasil, São Paulo, SP
    Posts
    6,785
    Thanks
    186
    Thanked 742 Times in 623 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    -------------------------------------------------------------------------------------------
    Projects: ClassiNoiva - Classimóveis - vocênoenem - i50 - Clube DETRAN

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Header background size and color code for Green Theme - Black Header
    By danappel in forum ClassiPress General Discussion
    Replies: 3
    Last Post: February 23rd, 2011, 11:06 AM
  2. Edit Listing > TinyMCE Background Color / Image
    By gomeetpete in forum ClassiPress General Discussion
    Replies: 9
    Last Post: February 21st, 2011, 05:32 AM
  3. Why am i the only one that is gray?
    By TheSyndicate in forum WordPress General Discussion
    Replies: 2
    Last Post: December 26th, 2010, 09:44 PM