|
@@ -111,10 +111,11 @@
|
|
|
+ "<input type='checkbox' data-controlsidebar='control-sidebar-open'/> "
|
|
|
+ "Toggle Control Sidebar Slide Effect"
|
|
|
+ "</label>"
|
|
|
+ + "<small>Toggles between slide over content and push content effects.</small>"
|
|
|
+ "</div>"
|
|
|
+ "</div>"
|
|
|
);
|
|
|
- var skins_list = $("<ul />", {"class": 'list-unstyled'});
|
|
|
+ var skins_list = $("<ul />", {"class": 'list-unstyled clearfix'});
|
|
|
|
|
|
//Dark sidebar skins
|
|
|
var skin_blue =
|
|
@@ -123,7 +124,7 @@
|
|
|
+ "<div><span style='display:block; width: 20%; float: left; height: 7px; background: #367fa9;'></span><span class='bg-light-blue' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
|
|
|
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #222d32;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
|
|
+ "</a>"
|
|
|
- + "<p class='text-center'>Blue</p>");
|
|
|
+ + "<p class='text-center no-margin'>Blue</p>");
|
|
|
skins_list.append(skin_blue);
|
|
|
var skin_black =
|
|
|
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
|
@@ -131,7 +132,7 @@
|
|
|
+ "<div style='box-shadow: 0 0 2px rgba(0,0,0,0.1)' class='clearfix'><span style='display:block; width: 20%; float: left; height: 7px; background: #fefefe;'></span><span style='display:block; width: 80%; float: left; height: 7px; background: #fefefe;'></span></div>"
|
|
|
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #222;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
|
|
+ "</a>"
|
|
|
- + "<p class='text-center'>Black</p>");
|
|
|
+ + "<p class='text-center no-margin'>Black</p>");
|
|
|
skins_list.append(skin_black);
|
|
|
var skin_purple =
|
|
|
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
|
@@ -139,7 +140,7 @@
|
|
|
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-purple-active'></span><span class='bg-purple' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
|
|
|
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #222d32;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
|
|
+ "</a>"
|
|
|
- + "<p class='text-center'>Purple</p>");
|
|
|
+ + "<p class='text-center no-margin'>Purple</p>");
|
|
|
skins_list.append(skin_purple);
|
|
|
var skin_green =
|
|
|
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
|
@@ -147,7 +148,7 @@
|
|
|
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-green-active'></span><span class='bg-green' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
|
|
|
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #222d32;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
|
|
+ "</a>"
|
|
|
- + "<p class='text-center'>Green</p>");
|
|
|
+ + "<p class='text-center no-margin'>Green</p>");
|
|
|
skins_list.append(skin_green);
|
|
|
var skin_red =
|
|
|
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
|
@@ -155,7 +156,7 @@
|
|
|
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-red-active'></span><span class='bg-red' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
|
|
|
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #222d32;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
|
|
+ "</a>"
|
|
|
- + "<p class='text-center'>Red</p>");
|
|
|
+ + "<p class='text-center no-margin'>Red</p>");
|
|
|
skins_list.append(skin_red);
|
|
|
var skin_yellow =
|
|
|
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
|
@@ -163,7 +164,7 @@
|
|
|
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-yellow-active'></span><span class='bg-yellow' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
|
|
|
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #222d32;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
|
|
+ "</a>"
|
|
|
- + "<p class='text-center'>Yellow</p>");
|
|
|
+ + "<p class='text-center no-margin'>Yellow</p>");
|
|
|
skins_list.append(skin_yellow);
|
|
|
|
|
|
//Light sidebar skins
|
|
@@ -173,7 +174,7 @@
|
|
|
+ "<div><span style='display:block; width: 20%; float: left; height: 7px; background: #367fa9;'></span><span class='bg-light-blue' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
|
|
|
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #f9fafc;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
|
|
+ "</a>"
|
|
|
- + "<p class='text-center' style='font-size: 12px'>Blue Light</p>");
|
|
|
+ + "<p class='text-center no-margin' style='font-size: 12px'>Blue Light</p>");
|
|
|
skins_list.append(skin_blue_light);
|
|
|
var skin_black_light =
|
|
|
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
|
@@ -181,7 +182,7 @@
|
|
|
+ "<div style='box-shadow: 0 0 2px rgba(0,0,0,0.1)' class='clearfix'><span style='display:block; width: 20%; float: left; height: 7px; background: #fefefe;'></span><span style='display:block; width: 80%; float: left; height: 7px; background: #fefefe;'></span></div>"
|
|
|
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #f9fafc;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
|
|
+ "</a>"
|
|
|
- + "<p class='text-center' style='font-size: 12px'>Black Light</p>");
|
|
|
+ + "<p class='text-center no-margin' style='font-size: 12px'>Black Light</p>");
|
|
|
skins_list.append(skin_black_light);
|
|
|
var skin_purple_light =
|
|
|
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
|
@@ -189,7 +190,7 @@
|
|
|
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-purple-active'></span><span class='bg-purple' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
|
|
|
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #f9fafc;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
|
|
+ "</a>"
|
|
|
- + "<p class='text-center' style='font-size: 12px'>Purple Light</p>");
|
|
|
+ + "<p class='text-center no-margin' style='font-size: 12px'>Purple Light</p>");
|
|
|
skins_list.append(skin_purple_light);
|
|
|
var skin_green_light =
|
|
|
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
|
@@ -197,7 +198,7 @@
|
|
|
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-green-active'></span><span class='bg-green' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
|
|
|
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #f9fafc;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
|
|
+ "</a>"
|
|
|
- + "<p class='text-center' style='font-size: 12px'>Green Light</p>");
|
|
|
+ + "<p class='text-center no-margin' style='font-size: 12px'>Green Light</p>");
|
|
|
skins_list.append(skin_green_light);
|
|
|
var skin_red_light =
|
|
|
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
|
@@ -205,7 +206,7 @@
|
|
|
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-red-active'></span><span class='bg-red' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
|
|
|
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #f9fafc;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
|
|
+ "</a>"
|
|
|
- + "<p class='text-center' style='font-size: 12px'>Red Light</p>");
|
|
|
+ + "<p class='text-center no-margin' style='font-size: 12px'>Red Light</p>");
|
|
|
skins_list.append(skin_red_light);
|
|
|
var skin_yellow_light =
|
|
|
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
|
|
@@ -213,7 +214,7 @@
|
|
|
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-yellow-active'></span><span class='bg-yellow' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
|
|
|
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #f9fafc;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
|
|
|
+ "</a>"
|
|
|
- + "<p class='text-center' style='font-size: 12px'>Yellow Light</p>");
|
|
|
+ + "<p class='text-center no-margin' style='font-size: 12px;'>Yellow Light</p>");
|
|
|
skins_list.append(skin_yellow_light);
|
|
|
|
|
|
demo_settings.append("<h4 class='text-light-blue' style='margin: 0 0 5px 0; border-bottom: 1px solid #ddd; padding-bottom: 15px;'>Skins</h4>");
|