Sitecore 5.1.1 API

Settings.ClientStylesheet Property

Gets the path to the CSS stylesheet used in the Sitecore client.

[Visual Basic]
Public Shared ReadOnly Property ClientStylesheet As String
[C#]
public static string ClientStylesheet {get;}

Property Value

Default value: "/sitecore/client/themes/" + State.Theme + "/client.css"

Remarks

The value can be a virtual or physical path.

See Also

Settings Class | Sitecore.Configuration Namespace