The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
5 posters

    Problems with editor

    Amadeus
    Amadeus
    Forumember


    Female Posts : 157
    Reputation : 1
    Language : Polish, English
    Location : Poland

    Solved Problems with editor

    Post by Amadeus May 29th 2020, 2:18 pm

    Hello, everyone. I have a problem with editing text editor, because I would like to change its colors, but unfortunately after saving them I don't save my settings and I still see white boxes. I'm asking for help. I'm giving my css code downstairs, maybe I actually did something wrong.
    My forum have phpbb2.

    Code:
    .sceditor-container iframe, .sceditor-container textarea {
        background: #9aa8b0;
        border: 0;
        color: #111;
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 13px;
        margin: 5px;
        outline: 0;
        padding: 0;
        resize: none;}

    .sceditor-container {
        -moz-background-clip: padding;
        -moz-border-radius: 4px;
        -webkit-background-clip: padding-box;
        -webkit-border-radius: 4px;
        background: #7d8a95d4;
        background-clip: padding-box;
        border: 3px solid #1e2431a3;
        border-radius: 4px;
        color: #222;
        font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
        font-size: 13px;
        font-weight: 700;
        line-height: 1;
        position: relative;}

    div.sceditor-toolbar {
        -moz-background-clip: padding;
        -moz-border-radius: 3px 3px 0 0;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-background-clip: padding-box;
        -webkit-border-radius: 3px 3px 0 0;
        -webkit-user-select: none;
        background: #4d5a6ae8;
        background-clip: padding-box;
        border-bottom: 4px solid #1e2431b5;
        border-radius: 3px 3px 0 0;
        line-height: 0;
        overflow: hidden;
        padding: 3px 5px 2px;
        user-select: none;}

    div.sceditor-group {
        -moz-background-clip: padding;
        -moz-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -webkit-border-radius: 3px;
        background: #a4aeba;
        background-clip: padding-box;
        border-bottom: 2px solid #1e2431b0;
        border-radius: 3px;
        display: inline-block;
        margin: 1px 5px 1px 0;
        padding: 1px;}



    Last edited by Amadeus on June 7th 2020, 4:53 pm; edited 1 time in total
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19328
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: Problems with editor

    Post by Ape May 29th 2020, 4:11 pm

    Hello I think i see your problem Wink

    if you look at your colour's you have
    Code:
    #1e2431b0

    if you count the numbers you have 8 the code should have no more then 6 >>
    Code:
    #369fcf
    so try and change them to 6 numbers and letters

    also you have some settings as "0" you should put none or 0px "0" on it's own can mess things up



    Problems with editor Left1212Problems with editor Center11Problems with editor Right112
    Problems with editor Ape_b110
    Problems with editor Ape1010
    Amadeus
    Amadeus
    Forumember


    Female Posts : 157
    Reputation : 1
    Language : Polish, English
    Location : Poland

    Solved Re: Problems with editor

    Post by Amadeus May 29th 2020, 5:18 pm

    And if I wanted to do it, on a transparent shade of this colour, how about then? Because when I do in the browser console I noticed that when I change the transparency of the color it makes me one number forward, but it doesn't make me rgb (value of numbers).?
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15321
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: Problems with editor

    Post by skouliki May 29th 2020, 7:02 pm


    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51499
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Problems with editor

    Post by SLGray May 30th 2020, 12:30 am

    Did you try changing the colors of the editor in the color tab before using the CSS?



    Problems with editor Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19328
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: Problems with editor

    Post by Ape May 30th 2020, 1:44 am

    I use this to fade colours
    Code:
    opacity: 1;



    Problems with editor Left1212Problems with editor Center11Problems with editor Right112
    Problems with editor Ape_b110
    Problems with editor Ape1010
    mSyx
    mSyx
    Forumember


    Male Posts : 155
    Reputation : 47
    Language : French & English
    Location : France

    Solved Re: Problems with editor

    Post by mSyx May 30th 2020, 2:29 pm

    Oy,
    Is this what you meant to have?

    Problems with editor Screenshot-75
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19328
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: Problems with editor

    Post by Ape May 30th 2020, 8:32 pm

    That is what you should have but it's looking a little strange it should look a little like our's but then again if you are making change then you make it look how you like it to be



    Problems with editor Left1212Problems with editor Center11Problems with editor Right112
    Problems with editor Ape_b110
    Problems with editor Ape1010
    Amadeus
    Amadeus
    Forumember


    Female Posts : 157
    Reputation : 1
    Language : Polish, English
    Location : Poland

    Solved Re: Problems with editor

    Post by Amadeus May 31st 2020, 3:05 am

    mSyx wrote:Oy,
    Is this what you meant to have?

    Problems with editor Screenshot-75

    Yes
    mSyx
    mSyx
    Forumember


    Male Posts : 155
    Reputation : 47
    Language : French & English
    Location : France

    Solved Re: Problems with editor

    Post by mSyx May 31st 2020, 12:25 pm

    You have to force your CSS so it overrides the default CSS. This can be done by adding !important on each property or by adding global containers, such as body {

    Code:
    body .sceditor-container iframe, body .sceditor-container textarea {
        background: #9aa8b0;
        border: 0;
        color: #111;
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 13px;
        margin: 5px;
        outline: 0;
        padding: 0;
        resize: none;}
     
    body .sceditor-container {
        -moz-background-clip: padding;
        -moz-border-radius: 4px;
        -webkit-background-clip: padding-box;
        -webkit-border-radius: 4px;
        background: #7d8a95d4;
        background-clip: padding-box;
        border: 3px solid #1e2431a3;
        border-radius: 4px;
        color: #222;
        font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
        font-size: 13px;
        font-weight: 700;
        line-height: 1;
        position: relative;}
     
    body div.sceditor-toolbar {
        -moz-background-clip: padding;
        -moz-border-radius: 3px 3px 0 0;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-background-clip: padding-box;
        -webkit-border-radius: 3px 3px 0 0;
        -webkit-user-select: none;
        background: #4d5a6ae8;
        background-clip: padding-box;
        border-bottom: 4px solid #1e2431b5;
        border-radius: 3px 3px 0 0;
        line-height: 0;
        overflow: hidden;
        padding: 3px 5px 2px;
        user-select: none;}
     
    body div.sceditor-group {
        -moz-background-clip: padding;
        -moz-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -webkit-border-radius: 3px;
        background: #a4aeba;
        background-clip: padding-box;
        border-bottom: 2px solid #1e2431b0;
        border-radius: 3px;
        display: inline-block;
        margin: 1px 5px 1px 0;
        padding: 1px;}
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19328
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: Problems with editor

    Post by Ape June 8th 2020, 1:23 am

    Problem solved & topic archived.
    Please read our forum rules: ESF General Rules

    If this is not solved then Please feel free to PM me with the link to this topic and i will reopen it Wink



    Problems with editor Left1212Problems with editor Center11Problems with editor Right112
    Problems with editor Ape_b110
    Problems with editor Ape1010

      Current date/time is September 24th 2024, 5:24 am