mourningdove/ext/dw-nonfree/styles/siteviews/themes.s2
2026-05-24 01:03:05 +00:00

20 lines
792 B
Text

#NEWLAYER: siteviews/tropo-red
layerinfo type = "theme";
layerinfo name = "Tropospherical Red";
layerinfo redist_uniq = "siteviews/tropo-red";
function Page::print_theme_stylesheet() {
# Do not actually *print* any stylesheets here, but you can $*SITEVIEWS->need_res(...); here to pull in anything.
$*SITEVIEWS->need_res( {"group" => "jquery"}, "stc/siteviews/tropo-red.css" );
}
#NEWLAYER: siteviews/tropo-purple
layerinfo type = "theme";
layerinfo name = "Tropospherical Purple";
layerinfo redist_uniq = "siteviews/tropo-purple";
function Page::print_theme_stylesheet() {
# Do not actually *print* any stylesheets here, but you can $*SITEVIEWS->need_res(...); here to pull in anything.
$*SITEVIEWS->need_res( {"group" => "jquery"}, "stc/siteviews/tropo-purple.css" );
}