Herzlich Willkommen

„Unsere größte Schwäche liegt im Aufgeben. Der sicherste Weg zum Erfolg ist immer,
es noch einmal zu versuchen.“ (Thomas Alva Edison)

Sie können sich kostenlos registrieren.

It would be nice to have color variables such as blue, brown, white, etc ..

Einklappen
X
 
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge
  • Admin
    Administrator
    • 15.03.2007
    • 5519

    #1

    It would be nice to have color variables such as blue, brown, white, etc ..

    Migratoria says:Dieser Link führt auf eine externe Webseite!
    Many users complain to the view with green color.
    If possible I would like to install this type of brown as background or base # E8DBC3

    Do you mean that way ...



    For that you have to edit :
    HTML-Code:
         html {
        background:{vb:stylevar doc_background};
        <vb:if condition="$stylevar['textdirection'] == 'rtl'"> /* VBIV-11882 */
            overflow-x: hidden;
        </vb:if>
    }
    change the stylevar "doc_background" to #E8DBC3

    Or do you mean that way?



    For this you have to change the body_wrapper color to #E8DBC3

    As you can see ......

    HTML-Code:
         .body_wrapper {
        padding: {vb:stylevar body_padding};
        background: {vb:stylevar body_background};
        -moz-border-radius: {vb:stylevar border_radius};
        -webkit-border-radius: {vb:stylevar border_radius};
        border-radius: {vb:stylevar border_radius};
            margin-top: 35px;
    }
    you must change the vb:stylevar "body_background" to #E8DBC3

    thats it ...

    Best regards.
  • Admin
    Administrator
    • 15.03.2007
    • 5519

    #2
    Re: It would be nice to have color variables such as blue, brown, white, etc ..

    To change the document background, you must do this:

    • Go to the Administrator Control Panel [ ACP ]
    • Styles & Template click on Style Manager [ 1 ]
    • In your Style with selected Style Variable Editor click on Go [ 2 ]
    • In the input field Search Sylevar type doc_background and click Enter. [ 3 ]
    • You will see GLOBAL (doc_background) click on doc_background. [ 4 ]
    • Change the desired color in the Background Color field and click Save. [ 5 ]



    1 under styles&amp;templates click on STYLE MANAGER
    2 with selected Style Variable Editor click on Go
    3 type doc_background and click Enter
    4 click on doc_background
    5 Change the desired color in the Background Color field and click Save
    Thats it!

    Kommentar

    Lädt...