title = ''' Test Report ''' % ( "https://raw.githubusercontent.com/seleniumbase/SeleniumBase" "/master/seleniumbase/resources/favicon.ico") style = title + '''''' # Bootstrap Tour Backdrop Style bt_backdrop_style = ( ''' .tour-tour-element { pointer-events: none !important; } :not(.tour-tour-element) .orphan.tour-tour { box-shadow: 0 0 0 88422px rgba(0, 0, 0, 0.42); pointer-events: auto !important; } ''') # DriverJS Tour Backdrop Style dt_backdrop_style = ( ''' .driver-fix-stacking { pointer-events: none !important; } #driver-popover-item, .popover-class { pointer-events: auto !important; } ''') messenger_style = ( ''' .messenger-message-inner { font-family: "Proxima Nova","proxima-nova",Arial,sans-serif !important; font-size: 17px; } ul.messenger-theme-flat { box-shadow: 2px 2px 5px 2px rgba(16, 128, 120, 0.34), 2px 2px 10px 2px rgba(16, 128, 120, 0.28) !important; } ''') sh_style_test = ( ''' var test_tour = new Shepherd.Tour({ defaults: { classes: 'shepherd-theme-dark', scrollTo: true } }); ''') # Hopscotch Backdrop Style hops_backdrop_style = ( ''' .hopscotch-bubble-container { font-size: 110%; } ''') # Shepherd Backdrop Style sh_backdrop_style = ( ''' body.shepherd-active .shepherd-target.shepherd-enabled { box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.20); pointer-events: none !important; z-index: 9999; } body.shepherd-active .shepherd-orphan { box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.20); pointer-events: auto; z-index: 9999; } body.shepherd-active .shepherd-enabled.shepherd-element-attached-top { position: relative; } body.shepherd-active .shepherd-enabled.shepherd-element-attached-bottom { position: relative; } body.shepherd-active .shepherd-step { pointer-events: auto; z-index: 9999; } body.shepherd-active { pointer-events: none !important; } ''')