CSS
Esta página aún no está disponible en tu idioma.
The application allowes you to set your own CSS - Cascade Style Sheets - to be applied in user interface.
CSS are shown in a table structure.
Name Context Active Actions
Create a new CSS
Section titled “Create a new CSS”- At the top right click on
New CSS icon. - Fill in the fields.
- Name.
- Context available are frontend or mobile.
- Active.
- Click on Create button.
Edit a CSS
Section titled “Edit a CSS”- Click on the
Edit CSS icon. - Modify the fields.
- Click on the Edit button.
Delete a CSS
Section titled “Delete a CSS”- Click on the
Delete CSS icon. - Click on the Delete button.
Clone a CSS
Section titled “Clone a CSS”- Click on the
Clone CSS icon. - Modify the fields.
- Click on the Clone button.
Download a CSS
Section titled “Download a CSS”- Click on the
Download CSS icon. - After a brief delay, the CSS file will be retrieved.
Samples
Section titled “Samples”Large font sample
Section titled “Large font sample”body, td, a, p, div, input, input.submit , textarea, select, button{ font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 13px;}
.gwt-MenuItem, .okm-TopMenuBar .gwt-MenuItem-selected, .okm-Input, .okm-TextArea, .okm-Select { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 13px;}
.okm-Popup .Caption, .okm-Popup-Error .Caption, .okm-Image-Popup .Caption { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 15px;}Medium font sample
Section titled “Medium font sample”body, td, a, p, div, input, input.submit , textarea, select, button{ font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
.gwt-MenuItem, .okm-TopMenuBar .gwt-MenuItem-selected, .okm-Input, .okm-TextArea, .okm-Select { font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
.okm-Popup .Caption, .okm-Popup-Error .Caption, .okm-Image-Popup .Caption { font-family: Arial, Helvetica, sans-serif; font-size: 14px;}Default font sample
Section titled “Default font sample”body, td, a, p, div, input, input.submit , textarea, select, button{ font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
.gwt-MenuItem, .okm-TopMenuBar .gwt-MenuItem-selected, .okm-Input, .okm-TextArea, .okm-Select { font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
.okm-Popup .Caption, .okm-Popup-Error .Caption, .okm-Image-Popup .Caption { font-family: Arial, Helvetica, sans-serif; font-size: 13px;}