PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : It would be nice to have color variables such as blue, brown, white, etc ..



Admin
06.10.2017, 23:40
Migratoria says (https://www.vbulletin.org/forum/showthread.php?p=2590316#post2590316):extlink
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 ...

https://www.vbulletin.org/forum/attachment.php?attachmentid=156667&thumb=1&d=1507325117 (https://www.vbulletin.org/forum/attachment.php?attachmentid=156667&d=1507325117)

For that you have to edit :


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?

https://www.vbulletin.org/forum/attachment.php?attachmentid=156668&thumb=1&d=1507325185 (https://www.vbulletin.org/forum/attachment.php?attachmentid=156668&d=1507325185)

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

As you can see ......



.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
07.10.2017, 09:17
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
2075


2
2076


3
2077


4
2078


5
2079





Thats it!