dolibarr 24.0.0-beta
style.css.php File Reference

File for CSS style sheet of Web portal. More...

Go to the source code of this file.

Variables

 $fontlist = 'arial,tahoma,verdana,helvetica'
 

Detailed Description

File for CSS style sheet of Web portal.

Definition in file style.css.php.

Variable Documentation

◆ $fontlist

print $fontlist = 'arial,tahoma,verdana,helvetica'

|_ _| | _ \ |_ _| | _ \ | | | | | | | | | | | | | | | |_| | | | | |_| | |_| |____/ |_| |____/

TODO: This is a CSS file — remove all PHP. If you want customizations, use custom.css.php. Before doing so, ask yourself if it’s really necessary.

You can also add a body class such as:

  • direction-ltr
  • direction-rtl
  • login-form-right to change CSS behavior based on context.

Definition at line 75 of file style.css.php.

Referenced by DolEditor\Create().