Skip to content

Instantly share code, notes, and snippets.

@rgtalbot
Last active January 25, 2018 13:47
Show Gist options
  • Save rgtalbot/f3ebc956e0387f10dfd06382ff28fd56 to your computer and use it in GitHub Desktop.
Save rgtalbot/f3ebc956e0387f10dfd06382ff28fd56 to your computer and use it in GitHub Desktop.

Refresh One

CSS

Red

@import url(https://core.brandco.com/placester/plymouth-themes/refresh-one/css/red/style.css);

Turqouise

@import url(https://core.brandco.com/placester/plymouth-themes/refresh-one/css/turquoise/style.css);

Green

@import url(https://core.brandco.com/placester/plymouth-themes/refresh-one/css/green/style.css);

Javascript

(function($) { $.cachedScript = function(url, options) { options = $.extend(options || {}, { dataType: "script", cache: false, url: url });
	return $.ajax(options); }; /* Get core script */

	$.cachedScript("https://core.brandco.com/placester/plymouth-themes/refresh-one/scripts/scripts.min.js").done(function(script, textStatus) {}); })(jQuery);

Refresh Two

CSS

Red

@import url(https://core.brandco.com/placester/plymouth-themes/refresh-two/css/red/style.css);

Black

@import url(https://core.brandco.com/placester/plymouth-themes/refresh-two/css/black/style.css);

Grey

@import url(https://core.brandco.com/placester/plymouth-themes/refresh-two/css/grey/style.css);

Blue

@import url(https://core.brandco.com/placester/plymouth-themes/refresh-two/css/blue/style.css);

Javascript

(function($) { $.cachedScript = function(url, options) { options = $.extend(options || {}, { dataType: "script", cache: false, url: url });
	return $.ajax(options); }; /* Get core script */

	$.cachedScript("https://core.brandco.com/placester/plymouth-themes/refresh-two/scripts/scripts.min.js").done(function(script, textStatus) {}); })(jQuery);

Plymouth v1

Red

CSS

@import url(http://core.brandco.com/placester/plymouth-themes/plymouth_v1_red/css/style.css);

JavaScript

(function($) { $.cachedScript = function(url, options) { options = $.extend(options || {}, { dataType: "script", cache: false, url: url });
	return $.ajax(options); }; /* Get core script */

	$.cachedScript("http://core.brandco.com/placester/plymouth-themes/plymouth_v1_red/scripts/scripts.min.js").done(function(script, textStatus) {}); })(jQuery);

Blue

CSS

@import url(http://core.brandco.com/placester/plymouth-themes/plymouth_v1_blue/css/style.css);

JavaScript

(function($) { $.cachedScript = function(url, options) { options = $.extend(options || {}, { dataType: "script", cache: false, url: url });
	return $.ajax(options); }; /* Get core script */

	$.cachedScript("http://core.brandco.com/placester/plymouth-themes/plymouth_v1_blue/scripts/scripts.min.js").done(function(script, textStatus) {}); })(jQuery);	

Grey

CSS

@import url(http://core.brandco.com/placester/plymouth-themes/plymouth_v1_grey/css/style.css);

JavaScript

(function($) { $.cachedScript = function(url, options) { options = $.extend(options || {}, { dataType: "script", cache: false, url: url });
	return $.ajax(options); }; /* Get core script */

	$.cachedScript("http://core.brandco.com/placester/plymouth-themes/plymouth_v1_grey/scripts/scripts.min.js").done(function(script, textStatus) {}); })(jQuery);

Black

CSS

@import url(http://core.brandco.com/placester/plymouth-themes/plymouth_v1_black/css/style.css);

JavaScript

(function($) { $.cachedScript = function(url, options) { options = $.extend(options || {}, { dataType: "script", cache: false, url: url });
	return $.ajax(options); }; /* Get core script */

	$.cachedScript("http://core.brandco.com/placester/plymouth-themes/plymouth_v1_black/scripts/scripts.min.js").done(function(script, textStatus) {}); })(jQuery);

Plymouth v2

Red

CSS

@import url(http://core.brandco.com/placester/plymouth-themes/plymouth_v2_red/css/style.css);

JavaScript

(function($) { $.cachedScript = function(url, options) { options = $.extend(options || {}, { dataType: "script", cache: false, url: url });
	return $.ajax(options); }; /* Get core script */

	$.cachedScript("http://core.brandco.com/placester/plymouth-themes/plymouth_v2_red/scripts/scripts.min.js").done(function(script, textStatus) {}); })(jQuery);

Blue

CSS

@import url(http://core.brandco.com/placester/plymouth-themes/plymouth_v2_blue/css/style.css);

JavaScript

(function($) { $.cachedScript = function(url, options) { options = $.extend(options || {}, { dataType: "script", cache: false, url: url });
	return $.ajax(options); }; /* Get core script */

	$.cachedScript("http://core.brandco.com/placester/plymouth-themes/plymouth_v2_blue/scripts/scripts.min.js").done(function(script, textStatus) {}); })(jQuery);	

Grey

CSS

@import url(http://core.brandco.com/placester/plymouth-themes/plymouth_v2_grey/css/style.css);

JavaScript

(function($) { $.cachedScript = function(url, options) { options = $.extend(options || {}, { dataType: "script", cache: false, url: url });
	return $.ajax(options); }; /* Get core script */

	$.cachedScript("http://core.brandco.com/placester/plymouth-themes/plymouth_v2_grey/scripts/scripts.min.js").done(function(script, textStatus) {}); })(jQuery);

Black

CSS

@import url(http://core.brandco.com/placester/plymouth-themes/plymouth_v2_black/css/style.css);

JavaScript

(function($) { $.cachedScript = function(url, options) { options = $.extend(options || {}, { dataType: "script", cache: false, url: url });
	return $.ajax(options); }; /* Get core script */

	$.cachedScript("http://core.brandco.com/placester/plymouth-themes/plymouth_v2_black/scripts/scripts.min.js").done(function(script, textStatus) {}); })(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment