#!jraceman -import
#This file contains some sample custom style sheets.
#custom1 shows how to reference an existing external style sheet.
#custom2 shows how to use an internal style.
#curly braces {} must be quoted with single quotes due to the way
#the data is processed by JRaceman.
!exportVersion 1

!table ContextOptions
!columns "id","name","value","host","webContext","meetId"
"CTX.sample-style.1","Report.Style.custom1.css","<link rel=\"stylesheet\" type=\"text/css\" href=\"/tmp/custom.css\"></link>",null,null,null
"CTX.sample-style.2","Report.Style.custom2.css","<style type=\"text/css\">.rowParity0 '{'\nbackground-color: blue;\n'}'</style>",null,null,null
