Chapter 13 Logging and Reporting : Advanced logging : Customizing FortiOS reports with CLI : Configuring a style
  
Configuring a style
There are default styles and summary styles to choose from; however, you may want to create your own styles. You can also customize the default styles.
To customize default styles
1. Log in to the CLI.
Enter the following command syntax:
config report style
edit style <style_name>
For example default.graph.
To view a list of available styles, enter ? after entering edit.
To create a new style
1. Log in to the CLI.
Enter the following command syntax:
config report style
edit <new_style_name>
set options {align | border | color | column | font | margin | padding | size | text}
set align {center | justify | left | right }
set bg-color {color_name1 | color_name2 | color_name3 | …}
set border-bottom <border_width_pixels> <border_style_{solid | dotted | dashed}> <border_color>
set border-left <border_width_pixels> <border_style_{solid | dotted | dashed}> <border_color>
set border-top <border_width_pixels> <border_style_{solid | dotted | dashed}> <border_color>
set column-gap <pixels>
set column-span {all | none}
set fg-color <color>
set font-family {Arial | Courier | Helvetica | Times | Verdana}
set font-size {xx-small | x-small | small | medium | large | x-large | xx-large | <pixels>}
set font-style {italic | normal}
set font-weight {bold | normal}
set height <pixels or percentage>
set line-height <pixels or percentage>
set margin-bottom <pixels>
set margin-left <pixels>
set margin-right <pixels>
set margin-top <pixels>
set padding-bottom <pixels>
set padding-left <pixels>
set padding-right <pixels>
set padding-top <pixels>
set width <pixels or percentage>
end