|
4 | 4 | DocumentOption -EnableSectionNumbering -PageSize A4 -DefaultFont 'Arial' -MarginLeftAndRight 71 -MarginTopAndBottom 71 -Orientation $Orientation |
5 | 5 |
|
6 | 6 | # Configure Heading and Font Styles |
7 | | -Style -Name 'Title' -Size 24 -Color '018aef' -Align Center |
8 | | -Style -Name 'Title 2' -Size 18 -Color '01a4ef' -Align Center |
9 | | -Style -Name 'Title 3' -Size 12 -Color '01a4ef' -Align Left |
10 | | -Style -Name 'Heading 1' -Size 16 -Color '018aef' |
11 | | -Style -Name 'Heading 2' -Size 14 -Color '018aef' |
12 | | -Style -Name 'Heading 3' -Size 12 -Color '018aef' |
13 | | -Style -Name 'Heading 4' -Size 11 -Color '018aef' |
14 | | -Style -Name 'Heading 5' -Size 11 -Color '018aef' |
15 | | -Style -Name 'Heading 6' -Size 11 -Color '018aef' |
| 7 | +Style -Name 'Title' -Size 24 -Color '0076CE' -Align Center |
| 8 | +Style -Name 'Title 2' -Size 18 -Color '00447C' -Align Center |
| 9 | +Style -Name 'Title 3' -Size 12 -Color '00447C' -Align Left |
| 10 | +Style -Name 'Heading 1' -Size 16 -Color '00447C' |
| 11 | +Style -Name 'Heading 2' -Size 14 -Color '00447C' |
| 12 | +Style -Name 'Heading 3' -Size 12 -Color '00447C' |
| 13 | +Style -Name 'Heading 4' -Size 11 -Color '00447C' |
| 14 | +Style -Name 'Heading 5' -Size 11 -Color '00447C' |
| 15 | +Style -Name 'Heading 6' -Size 11 -Color '00447C' |
16 | 16 | Style -Name 'Normal' -Size 10 -Color '565656' -Default |
17 | 17 | Style -Name 'Caption' -Size 10 -Color '565656' -Italic -Align Center |
18 | 18 | Style -Name 'Header' -Size 10 -Color '565656' -Align Center |
19 | 19 | Style -Name 'Footer' -Size 10 -Color '565656' -Align Center |
20 | | -Style -Name 'TOC' -Size 16 -Color '018aef' |
21 | | -Style -Name 'TableDefaultHeading' -Size 10 -Color 'FAFAFA' -BackgroundColor '018aef' |
| 20 | +Style -Name 'TOC' -Size 16 -Color '00447C' |
| 21 | +Style -Name 'TableDefaultHeading' -Size 10 -Color 'FAFAFA' -BackgroundColor '0076CE' |
22 | 22 | Style -Name 'TableDefaultRow' -Size 10 -Color '565656' |
23 | 23 | Style -Name 'Critical' -Size 10 -BackgroundColor 'F25022' |
24 | 24 | Style -Name 'Warning' -Size 10 -BackgroundColor 'FFB900' |
25 | | -Style -Name 'Info' -Size 10 -BackgroundColor '018aef' |
| 25 | +Style -Name 'Info' -Size 10 -BackgroundColor '00447C' |
26 | 26 | Style -Name 'OK' -Size 10 -BackgroundColor '7FBA00' |
27 | 27 |
|
28 | 28 | # Configure Table Styles |
29 | 29 | $TableDefaultProperties = @{ |
30 | 30 | Id = 'TableDefault' |
31 | 31 | HeaderStyle = 'TableDefaultHeading' |
32 | 32 | RowStyle = 'TableDefaultRow' |
33 | | - BorderColor = '018aef' |
| 33 | + BorderColor = '0076CE' |
34 | 34 | Align = 'Left' |
35 | 35 | CaptionStyle = 'Caption' |
36 | 36 | CaptionLocation = 'Below' |
|
0 commit comments