style body { color: %@ !important; } default #000000 description Main text type color style body { background-color: %@ !important; } default #ffffff description Background type color style body { background-image: url("%@") !important; } folder Backgrounds description Background image type file style body { background-repeat: repeat !important; } body { background-repeat: repeat-y !important; } body { background-repeat: repeat-x !important; } body { background-repeat: no-repeat !important; background-position: center !important; } body { background-repeat: no-repeat !important; background-position: top left !important; } body { background-repeat: no-repeat !important; background-position: top right !important; } body { background-repeat: no-repeat !important; background-position: bottom left !important; } body { background-repeat: no-repeat !important; background-position: bottom right !important; } default 0 description Background position type list options Full Tile Tile Down Tile Across Center Top Left Top Right Bottom Left Bottom Right style a:link { color: %@; } default #0000aa description Links type color style a:link { text-decoration: underline; } a:link { text-decoration: none; } default 0 description Underline links type list options Yes No style .reason { display: inline; } .reason { display: none; } default 0 description Display event reasons type list options Yes No style .hostmask { display: inline; } .hostmask { display: none; } default 1 description Display hostmasks type list options Yes No style .searchHighlight { color: %@ !important; } default rgba( 255, 128, 0, 0.75 ) description Search highlight type color