Ir al contenido
Otras versiones

Cargando…

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

  • 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.
  • Click on the Edit CSS icon.
  • Modify the fields.
  • Click on the Edit button.
  • Click on the Delete CSS icon.
  • Click on the Delete button.
  • Click on the Clone CSS icon.
  • Modify the fields.
  • Click on the Clone button.
  • Click on the Download CSS icon.
  • After a brief delay, the CSS file will be retrieved.
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;
}
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;
}
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;
}