This JavaScript function retrieves name of the style sheet for the current window.
yfcGetCurrentStyleSheet()
None.
currentStyleSheet - The name of the style sheet for the current window. The full name of the style sheet is returned, including the file extension (for example, sapphire.css).
This example shows how to get the current style sheet of the window.
var currentStyleSheet = yfcGetCurrentStyleSheet();