Removed
This commit is contained in:
Francesco Malagrino
2016-01-24 21:58:25 +00:00
parent c02c9cf0ee
commit 312d7c42c7
14 changed files with 2160 additions and 17318 deletions

17
.gitattributes vendored
View File

@@ -1,17 +0,0 @@
# Auto detect text files and perform LF normalization
* text=auto
# Custom for Visual Studio
*.cs diff=csharp
# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain

2
.gitignore vendored
View File

@@ -1,2 +0,0 @@
node_modules/
.sass-cache/

View File

@@ -35,3 +35,5 @@ http://www.francescomalagrino.com/BootstrapPageGenerator/3/
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/Vegetam/bootstrappagegenerator/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
## License
MIT

View File

@@ -1,674 +0,0 @@
/* compiler is working */
body {
padding-top: 50px;
padding-bottom: 40px;
margin-left: 200px !important;
-webkit-transition: margin 500ms ease;
-moz-transition: margin 500ms ease;
-ms-transition: margin 500ms ease;
-o-transition: margin 500ms ease;
transition: margin 500ms ease; }
@media (max-width: 980px) {
/* Enable use of floated navbar text */
.navbar-text.pull-right {
float: none;
padding-left: 5px;
padding-right: 5px; } }
@media (max-width: 979px) {
.navbar-fixed-top {
position: fixed; } }
.navbar-inverse .brand {
width: 180px;
color: #fff; }
.brand img {
float: left;
margin: 2px 10px 0 0; }
.brand .label {
position: relative;
left: 10px;
top: -3px;
font-weight: normal;
font-size: 9px;
background: #666;
-webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.7);
-moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.7);
box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.7); }
.edit .demo {
margin-left: 0px;
margin-top: 10px;
padding: 30px 15px 15px;
border-radius: 4px;
position: relative;
word-wrap: break-word; }
.edit .demo:after {
background-color: #F5F5F5;
border: 1px solid #DDDDDD;
border-radius: 4px 0 4px 0;
color: #9DA0A4;
content: "Container";
font-size: 12px;
font-weight: bold;
left: -1px;
padding: 3px 7px;
position: absolute;
top: -1px; }
.sidebar-nav {
position: fixed;
width: 200px;
left: 0px;
bottom: 0;
top: 44px;
background: #464646;
padding: 9px 0;
z-index: 10;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease; }
.sidebar-nav .nav-header {
cursor: pointer;
font-size: 14px;
color: #fff; }
.sidebar-nav .nav-header span.label {
font-size: 10px;
/*padding-bottom:0;*/
position: relative;
top: -1px; }
.sidebar-nav .nav-header .popover {
color: #999;
text-shadow: none; }
.popover-info {
position: relative; }
.popover-info .popover {
display: none;
top: -12.5px;
left: 15px; }
.popover-info:hover .popover {
display: block;
opacity: 1;
width: 400px; }
.popover-info:hover .popover .arrow {
top: 23px; }
.sidebar-nav .accordion-group {
border: none; }
.sidebar-nav li {
line-height: 25px; }
.sidebar-nav .box {
line-height: 25px;
width: 170px;
height: 25px; }
.sidebar-nav .preview {
display: block;
color: #fff;
font-size: 12px;
line-height: 22px; }
.sidebar-nav .preview input {
width: 105px;
padding: 0 10px;
font-size: 10px;
line-height: 20px;
height: 20px;
position: relative;
top: -1px;
border: 0; }
.sidebar-nav .boxes {
display: none; }
.demo .preview {
display: none; }
.demo .box .view {
display: block;
padding-top: 30px; }
.ui-draggable-dragging .view {
display: block; }
/*.demo .ui-sortable-placeholder { outline: 5px dotted #ddd; visibility: visible; border-radius: 4px; }*/
.ui-sortable-placeholder {
outline: 1px dashed #ddd;
visibility: visible;
border-radius: 4px; }
.edit .drag {
position: absolute;
top: 0;
right: 0;
cursor: pointer; }
.box, .lyrow {
position: relative; }
.edit .demo .lyrow .drag {
top: 5px;
right: 80px;
z-index: 10; }
.edit .demo .column .box .drag {
top: 5px; }
.edit .demo .column .box .configuration {
position: absolute;
top: 3px;
right: 140px;
white-space: nowrap; }
.edit .demo .remove {
position: absolute;
top: 5px;
right: 5px;
z-index: 10;
color: #fff; }
.demo .configuration {
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease; }
.demo .drag, .demo .remove {
filter: alpha(opacity=20);
opacity: 0.2;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease; }
.demo .lyrow:hover > .drag,
.demo .lyrow:hover > .configuration,
.demo .lyrow:hover > .remove,
.demo .box:hover .drag,
.demo .box:hover .configuration,
.demo .box:hover .remove {
filter: alpha(opacity=100);
opacity: 1; }
.edit .demo .row-fluid:before {
background-color: #F5F5F5;
border: 1px solid #DDDDDD;
border-radius: 4px 0 4px 0;
color: #9DA0A4;
content: "Row";
font-size: 12px;
font-weight: bold;
left: -1px;
line-height: 2;
padding: 3px 7px;
position: absolute;
top: -1px; }
.demo .row-fluid {
background-color: #F5F5F5;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: inset 0 1px 13px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 13px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 13px rgba(0, 0, 0, 0.1);
border: 1px solid #DDDDDD;
border-radius: 4px 4px 4px 4px;
margin: 15px 0;
position: relative;
padding: 25px 14px 0; }
.edit .column:after {
background-color: #F5F5F5;
border: 1px solid #DDDDDD;
border-radius: 4px 0 4px 0;
color: #9DA0A4;
content: "Column";
font-size: 12px;
font-weight: bold;
left: -1px;
padding: 3px 7px;
position: absolute;
top: -1px; }
.column {
background-color: #FFFFFF;
border: 1px solid #DDDDDD;
border-radius: 4px 4px 4px 4px;
margin: 15px 0;
padding: 39px 19px 24px;
position: relative; }
/* preview */
body.devpreview {
margin-left: 0px; }
.devpreview .sidebar-nav {
left: -200px;
-webkit-transition: all 0ms ease;
-moz-transition: all 0ms ease;
-ms-transition: all 0ms ease;
-o-transition: all 0ms ease;
transition: all 0ms ease; }
.devpreview .drag, .devpreview .configuration, .devpreview .remove {
display: none; }
.sourcepreview .column, .sourcepreview .row-fluid, .sourcepreview .demo .box {
margin: 0px 0;
padding: 0px;
background: none;
border: none;
-webkit-box-shadow: inset 0 0px 0px transparent;
-moz-box-shadow: inset 0 0px 0px transparent;
box-shadow: inset 0 0px 0px transparent; }
.devpreview .demo .box, .devpreview .demo .row-fluid {
padding-top: 0;
background: none; }
.devpreview .demo .column {
padding-top: 19px;
padding-bottom: 19px; }
#download-layout {
display: none; }
#editorModal textarea,
#downloadModal textarea {
width: 100%;
height: 280px;
resize: none;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
#editorModal {
width: 640px; }
a.language-selected {
font-style: italic;
font-weight: bold; }
.toolbox-reset {
background: inherit;
color: inherit;
display: inherit;
line-height: inherit;
margin: inherit;
padding: inherit;
-webkit-text-size-adjust: inherit;
-ms-text-size-adjust: inherit; }
.toolbox-reset .collapse {
display: block; }
.toolbox-reset .modal {
left: inherit; }
.toolbox-reset .box i {
color: inherit;
border: inherit;
font-size: inherit;
padding: inherit; }
/*
* Stuff we've deleted that comes from the bootstrap-combined.css file
*/
.toolbox-reset .modal {
position: fixed;
top: 10%;
left: 50%;
z-index: 1050;
width: 560px;
margin-left: -280px;
background-color: #ffffff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.3);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
outline: none; }
.toolbox-reset .modal.fade {
-webkit-transition: opacity .3s linear, top .3s ease-out;
-moz-transition: opacity .3s linear, top .3s ease-out;
-o-transition: opacity .3s linear, top .3s ease-out;
transition: opacity .3s linear, top .3s ease-out;
top: -25%; }
.toolbox-reset .modal.fade.in {
top: 10%;
display: inherit !important; }
.toolbox-reset .sidebar-nav .view {
display: none; }
.toolbox-reset .sidebar-nav .remove,
.toolbox-reset .sidebar-nav .configuration {
display: none; }
.toolbox-reset .accordion {
margin-bottom: 20px; }
.toolbox-reset .accordion-group {
margin-bottom: 2px; }
.toolbox-reset .accordion-heading {
border-bottom: 0; }
.toolbox-reset .accordion-heading .accordion-toggle {
display: block;
padding: 8px 15px; }
.toolbox-reset .accordion-toggle {
cursor: pointer; }
.toolbox-reset .accordion-inner {
padding: 9px 15px;
border-top: 1px solid #e5e5e5; }
.toolbox-reset .nav {
margin-left: 0;
margin-bottom: 20px;
list-style: none; }
.toolbox-reset .nav > li > a {
display: block; }
.toolbox-reset .nav > li > a:hover, .toolbox-reset .nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee; }
.toolbox-reset .nav > li > a > img {
max-width: none; }
.toolbox-reset .nav > .pull-right {
float: right; }
.toolbox-reset .nav-header {
display: block;
padding: 3px 15px;
font-size: 14px;
font-weight: bold;
line-height: 20px;
color: #fff;
text-transform: uppercase; }
.toolbox-reset .nav li + .nav-header {
margin-top: 9px; }
.toolbox-reset .nav-list {
padding-left: 15px;
padding-right: 15px;
margin-bottom: 0; }
.toolbox-reset .nav-list > li > a, .toolbox-reset .nav-list .nav-header {
margin-left: -15px;
margin-right: -15px; }
.toolbox-reset .nav-list > li > a {
padding: 3px 15px; }
.toolbox-reset .nav-list > .active > a, .toolbox-reset .nav-list > .active > a:hover, .toolbox-reset .nav-list > .active > a:focus {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
background-color: #0088cc; }
.toolbox-reset .nav-list [class^="icon-"], .toolbox-reset .nav-list [class*=" icon-"] {
margin-right: 2px; }
.toolbox-reset .nav-list .divider {
*width: 100%;
height: 1px;
margin: 9px 1px;
*margin: -5px 0 5px;
overflow: hidden;
background-color: #e5e5e5;
border-bottom: 1px solid #ffffff; }
.toolbox-reset .nav-tabs, .toolbox-reset .nav-pills {
*zoom: 1; }
.toolbox-reset .nav-tabs:before, .toolbox-reset .nav-pills:before, .toolbox-reset .nav-tabs:after, .toolbox-reset .nav-pills:after {
display: table;
content: "";
line-height: 0; }
.toolbox-reset .nav-tabs:after, .toolbox-reset .nav-pills:after {
clear: both; }
.toolbox-reset .nav-tabs > li, .toolbox-reset .nav-pills > li {
float: left; }
.toolbox-reset .nav-tabs > li > a, .toolbox-reset .nav-pills > li > a {
padding-right: 12px;
padding-left: 12px;
margin-right: 2px;
line-height: 14px; }
.toolbox-reset .nav-tabs {
border-bottom: 1px solid #ddd; }
.toolbox-reset .nav-tabs > li {
margin-bottom: -1px; }
.toolbox-reset .nav-tabs > li > a {
padding-top: 8px;
padding-bottom: 8px;
line-height: 20px;
border: 1px solid transparent;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0; }
.toolbox-reset .nav-tabs > li > a:hover, .toolbox-reset .nav-tabs > li > a:focus {
border-color: #eeeeee #eeeeee #dddddd; }
.toolbox-reset .nav-tabs > .active > a, .toolbox-reset .nav-tabs > .active > a:hover, .toolbox-reset .nav-tabs > .active > a:focus {
color: #555555;
background-color: #ffffff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default; }
.toolbox-reset .nav-pills > li > a {
padding-top: 8px;
padding-bottom: 8px;
margin-top: 2px;
margin-bottom: 2px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; }
.toolbox-reset .nav-pills > .active > a, .toolbox-reset .nav-pills > .active > a:hover, .toolbox-reset .nav-pills > .active > a:focus {
color: #ffffff;
background-color: #0088cc; }
.toolbox-reset .nav-stacked > li {
float: none; }
.toolbox-reset .nav-stacked > li > a {
margin-right: 0; }
.toolbox-reset .nav-tabs.nav-stacked {
border-bottom: 0; }
.toolbox-reset .nav-tabs.nav-stacked > li > a {
border: 1px solid #ddd;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.toolbox-reset .nav-tabs.nav-stacked > li:first-child > a {
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px; }
.toolbox-reset .nav-tabs.nav-stacked > li:last-child > a {
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-left-radius: 4px; }
.toolbox-reset .nav-tabs.nav-stacked > li > a:hover, .toolbox-reset .nav-tabs.nav-stacked > li > a:focus {
border-color: #ddd;
z-index: 2; }
.toolbox-reset .nav-pills.nav-stacked > li > a {
margin-bottom: 3px; }
.toolbox-reset .nav-pills.nav-stacked > li:last-child > a {
margin-bottom: 1px; }
.toolbox-reset .nav-tabs .dropdown-menu {
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px; }
.toolbox-reset .nav-pills .dropdown-menu {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px; }
.toolbox-reset .nav .dropdown-toggle .caret {
border-top-color: #0088cc;
border-bottom-color: #0088cc;
margin-top: 6px; }
.toolbox-reset .nav .dropdown-toggle:hover .caret, .toolbox-reset .nav .dropdown-toggle:focus .caret {
border-top-color: #005580;
border-bottom-color: #005580; }
.toolbox-reset .nav-tabs .dropdown-toggle .caret {
margin-top: 8px; }
.toolbox-reset .nav .active .dropdown-toggle .caret {
border-top-color: #fff;
border-bottom-color: #fff; }
.toolbox-reset .nav-tabs .active .dropdown-toggle .caret {
border-top-color: #555555;
border-bottom-color: #555555; }
.toolbox-reset .nav > .dropdown.active > a:hover, .toolbox-reset .nav > .dropdown.active > a:focus {
cursor: pointer; }
.toolbox-reset .nav-tabs .open .dropdown-toggle, .toolbox-reset .nav-pills .open .dropdown-toggle, .toolbox-reset .nav > li.dropdown.open.active > a:hover, .toolbox-reset .nav > li.dropdown.open.active > a:focus {
color: #ffffff;
background-color: #999999;
border-color: #999999; }
.toolbox-reset .nav li.dropdown.open .caret, .toolbox-reset .nav li.dropdown.open.active .caret, .toolbox-reset .nav li.dropdown.open a:hover .caret, .toolbox-reset .nav li.dropdown.open a:focus .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
opacity: 1;
filter: alpha(opacity=100); }
.toolbox-reset .label {
display: inline-block;
padding: 2px 4px;
font-size: 11.844px;
font-weight: bold;
line-height: 14px;
color: #ffffff;
vertical-align: baseline;
white-space: nowrap;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #999999; }
.toolbox-reset .label:empty,
.toolbox-reset .badge:empty {
display: none; }
.toolbox-reset a.label:hover,
.toolbox-reset a.label:focus,
.toolbox-reset a.badge:hover,
.toolbox-reset a.badge:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer; }
.toolbox-reset .label-important, .toolbox-reset .badge-important {
background-color: #b94a48;
color: #fff; }
.toolbox-reset .label-important[href], .toolbox-reset .badge-important[href] {
background-color: #953b39; }
.toolbox-reset .label-warning, .toolbox-reset .badge-warning {
background-color: #f89406; }
.toolbox-reset .label-warning[href], .toolbox-reset .badge-warning[href] {
background-color: #c67605; }
.toolbox-reset .label-success, .toolbox-reset .badge-success {
background-color: #468847; }
.toolbox-reset .label-success[href], .toolbox-reset .badge-success[href] {
background-color: #356635; }
.toolbox-reset .label-info, .toolbox-reset .badge-info {
background-color: #3a87ad; }
.toolbox-reset .label-info[href], .toolbox-reset .badge-info[href] {
background-color: #2d6987; }
.toolbox-reset .label-inverse, .toolbox-reset .badge-inverse {
background-color: #333333; }
.toolbox-reset .label-inverse[href], .toolbox-reset .badge-inverse[href] {
background-color: #1a1a1a; }
.toolbox-reset .btn .label, .toolbox-reset .btn .badge {
position: relative;
top: -1px; }
.toolbox-reset .btn-mini [class^="icon-"], .toolbox-reset .btn-mini [class*=" icon-"] {
margin-top: -1px; }
.toolbox-reset .btn-mini {
padding: 0 6px;
font-size: 10.5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; }
#MD {
width: 992px; }
#SM {
width: 768px; }
#XS {
width: 480px; }
#LG {
width: 100%; }

View File

@@ -1,8 +1,7 @@
/* compiler is working */
body {
padding-top:50px;
padding-bottom: 40px;
margin-left:200px !important;
margin-left:200px;
-webkit-transition: margin 500ms ease;
-moz-transition: margin 500ms ease;
-ms-transition: margin 500ms ease;
@@ -22,11 +21,11 @@ body {
}
.navbar-inverse .brand {width:180px; color:#fff; }
.brand img {float:left; margin:2px 10px 0 0; }
.brand .label {
position:relative;
left:10px;
top:-3px;
font-weight:normal;
.brand .label {
position:relative;
left:10px;
top:-3px;
font-weight:normal;
font-size:9px;
background:#666;
-webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.7);
@@ -34,17 +33,7 @@ body {
box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.7);
}
.edit .demo {
margin-left:0px;
margin-top:10px;
padding:30px 15px 15px;
border-radius: 4px;
position:relative;
word-wrap: break-word;
}
.edit .demo { margin-left:0px; margin-top:10px; padding:30px 15px 15px; border: 1px solid #DDDDDD; border-radius: 4px; position:relative; word-wrap: break-word;}
.edit .demo:after {
background-color: #F5F5F5;
border: 1px solid #DDDDDD;
@@ -64,7 +53,7 @@ body {
left:0px;
bottom:0;
top:44px;
background:#464646;
background:#ccc;
padding: 9px 0; z-index:10;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
@@ -72,7 +61,7 @@ body {
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.sidebar-nav .nav-header { cursor:pointer; font-size:14px; color:#fff;}
.sidebar-nav .nav-header { cursor:pointer; font-size:14px; color:#fff; text-shadow:0 1px 0 rgba(0, 0, 0, 0.3);}
.sidebar-nav .nav-header span.label { font-size:10px; /*padding-bottom:0;*/ position:relative; top:-1px;}
.sidebar-nav .nav-header i.icon-plus {}
.sidebar-nav .nav-header .popover {color:#999; text-shadow:none;}
@@ -86,18 +75,11 @@ body {
.boxes {}
.sidebar-nav li { line-height:25px; }
.sidebar-nav .box { line-height:25px; width:170px; height:25px; }
.sidebar-nav .preview { display: block; color:#fff; font-size:12px; line-height:22px;}
.sidebar-nav .preview input {
width: 105px;
padding: 0 10px;
font-size: 10px;
line-height: 20px;
height: 20px;
position: relative;
top: -1px;
border: 0;
}
.sidebar-nav .preview { display: block; color:#666; font-size:12px; line-height:22px;}
.sidebar-nav .preview input { width:90px; padding:0 10px; background:#bbb; font-size:10px; color:#999; line-height:20px; height:20px; position:relative; top:-1px; }
.sidebar-nav .view { display: none; }
.sidebar-nav .remove,
.sidebar-nav .configuration { display: none; }
.sidebar-nav .boxes { display:none;}
@@ -115,13 +97,7 @@ border: 0;
.edit .demo .lyrow .drag { top:5px; right:80px; z-index:10; }
.edit .demo .column .box .drag { top:5px; }
.edit .demo .column .box .configuration {position: absolute; top: 3px; right: 140px;white-space:nowrap; }
.edit .demo .remove {
position: absolute;
top: 5px;
right: 5px;
z-index:10;
color: #fff;
}
.edit .demo .remove { position: absolute; top: 5px; right: 5px; z-index:10; }
.demo .configuration {
filter: alpha(opacity=0);
opacity: 0;
@@ -139,11 +115,11 @@ border: 0;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.demo .lyrow:hover > .drag,
.demo .lyrow:hover > .configuration,
.demo .lyrow:hover > .drag,
.demo .lyrow:hover > .configuration,
.demo .lyrow:hover > .remove,
.demo .box:hover .drag,
.demo .box:hover .configuration,
.demo .box:hover .drag,
.demo .box:hover .configuration,
.demo .box:hover .remove { filter: alpha(opacity=100); opacity: 1; }
.edit .demo .row-fluid:before {
background-color: #F5F5F5;
@@ -197,7 +173,7 @@ border: 0;
/* preview */
body.devpreview { margin-left:0px;}
.devpreview .sidebar-nav {
.devpreview .sidebar-nav {
left:-200px;
-webkit-transition: all 0ms ease;
-moz-transition: all 0ms ease;

File diff suppressed because it is too large Load Diff

View File

@@ -1,43 +0,0 @@
'use strict';
var gulp = require('gulp'),
browserSync = require('browser-sync'),
reload = browserSync.reload;
var sass = require('gulp-sass');
gulp.task('sass', function () {
gulp.src('scss/**/*.scss')
.pipe(sass().on('error', sass.logError))
.pipe(gulp.dest('css'));
});
gulp.task('sass:watch', function () {
gulp.watch('scss/*.scss', ['sass']);
gulp.watch(['css/*.css'], reload);
});
// Start a server with Live Reload
gulp.task('serve', ['sass'], function () {
browserSync({
// notify: false,
// Customize the BrowserSync console logging prefix
// logPrefix: 'WSK',
// Run as an https by uncommenting 'https: true'
// Note: this uses an unsigned certificate which on first access
// will present a certificate warning in the browser.
// https: true,
server: ['.tmp', './']
// proxy: 'http://localhost:8888/'
});
gulp.watch(['./scss/**/*.scss'], ['sass']);
gulp.watch(['css/**/*.css'], reload);
gulp.watch(['./*.html'], reload);
// gulp.watch(['./*.php'], reload);
// gulp.watch(['js/**/*.js'], [reload]);
});

3363
index.html

File diff suppressed because it is too large Load Diff

View File

@@ -1,9 +1,9 @@
var webpage = "";
function supportstorage() {
if (typeof window.localStorage=='object')
if (typeof window.localStorage=='object')
return true;
else
return false;
return false;
}
function handleSaveLayout() {
@@ -16,7 +16,7 @@ function handleSaveLayout() {
}
}
var layouthistory;
var layouthistory;
function saveLayout(){
var data = layouthistory;
if (!data) {
@@ -35,10 +35,10 @@ function saveLayout(){
}
layouthistory = data;
//console.log(data);
/*$.ajax({
type: "POST",
url: "/build/saveLayout",
data: { layout: $('.demo').html() },
/*$.ajax({
type: "POST",
url: "/build/saveLayout",
data: { layout: $('.demo').html() },
success: function(data) {
//updateButtonsVisibility();
}
@@ -46,20 +46,20 @@ function saveLayout(){
}
function downloadLayout(){
$.ajax({
type: "POST",
url: "/build/downloadLayout",
data: { layout: $('#download-layout').html() },
$.ajax({
type: "POST",
url: "/build/downloadLayout",
data: { layout: $('#download-layout').html() },
success: function(data) { window.location.href = '/build/download'; }
});
}
function downloadHtmlLayout(){
$.ajax({
type: "POST",
url: "/build/downloadLayout",
data: { layout: $('#download-layout').html() },
$.ajax({
type: "POST",
url: "/build/downloadLayout",
data: { layout: $('#download-layout').html() },
success: function(data) { window.location.href = '/build/downloadHtml'; }
});
}
@@ -78,10 +78,10 @@ function undoLayout() {
return true;
}
return false;
/*$.ajax({
type: "POST",
url: "/build/getPreviousLayout",
data: { },
/*$.ajax({
type: "POST",
url: "/build/getPreviousLayout",
data: { },
success: function(data) {
undoOperation(data);
}
@@ -103,10 +103,10 @@ function redoLayout() {
}
return false;
/*
$.ajax({
type: "POST",
url: "/build/getPreviousLayout",
data: { },
$.ajax({
type: "POST",
url: "/build/getPreviousLayout",
data: { },
success: function(data) {
redoOperation(data);
}
@@ -296,10 +296,10 @@ var stopsave = 0;
var startdrag = 0;
var demoHtml = $(".demo").html();
var currenteditor = null;
// $(window).resize(function() {
// $("body").css("min-height", $(window).height() - 90);
// $(".demo").css("min-height", $(window).height() - 160)
// });
$(window).resize(function() {
$("body").css("min-height", $(window).height() - 90);
$(".demo").css("min-height", $(window).height() - 160)
});
function restoreData(){
if (supportstorage()) {
@@ -334,8 +334,8 @@ $(document).ready(function() {
contentsCss: ['css/bootstrap-combined.min.css'],
allowedContent: true
});
// $("body").css("min-height", $(window).height() - 50);
// $(".demo").css("min-height", $(window).height() - 130);
$("body").css("min-height", $(window).height() - 50);
$(".demo").css("min-height", $(window).height() - 130);
$(".sidebar-nav .lyrow").draggable({
connectToSortable: ".demo",
helper: "clone",
@@ -468,7 +468,7 @@ $(document).ready(function() {
}, timerSave)
})
function saveHtml()
function saveHtml()
{
webpage = '<html>\n<head>\n<script type="text/javascript" src="http://www.francescomalagrino.com/BootstrapPageGenerator/3/js/jquery-2.0.0.min.js"></script>\n<script type="text/javascript" src="http://www.francescomalagrino.com/BootstrapPageGenerator/3/js/jquery-ui"></script>\n<link href="http://www.francescomalagrino.com/BootstrapPageGenerator/3/css/bootstrap-combined.min.css" rel="stylesheet" media="screen">\n<script type="text/javascript" src="http://www.francescomalagrino.com/BootstrapPageGenerator/3/js/bootstrap.min.js"></script>\n</head>\n<body>\n'+ webpage +'\n</body>\n</html>'
/* FM aka Vegetam Added the function that save the file in the directory Downloads. Work only to Chrome Firefox And IE*/
@@ -499,3 +499,4 @@ function saveHtml()
saveAs(blob, "webpage.html");
}
}

View File

@@ -1,13 +0,0 @@
{
"name": "Devex_FE_assets",
"version": "0.0.0",
"devDependencies": {
"gulp": "~3.9.0",
"gulp-sass": "^2.0.0",
"gulp-sourcemaps": "^1.5.0",
"browser-sync": "^2.10.0"
},
"engines": {
"node": ">=0.12.0"
}
}

View File

@@ -1,3 +0,0 @@
@import 'partials/legacy';
@import 'partials/overwrites';
@import 'partials/combined';

View File

@@ -1,423 +0,0 @@
/*
* Stuff we've deleted that comes from the bootstrap-combined.css file
*/
// we wrap everything with the toolbar class
.toolbox-reset {
// modal
.modal {
position: fixed;
top: 10%;
left: 50%;
z-index: 1050;
width: 560px;
margin-left: -280px;
background-color: #ffffff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.3);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
outline: none;
}
.modal.fade {
-webkit-transition: opacity .3s linear, top .3s ease-out;
-moz-transition: opacity .3s linear, top .3s ease-out;
-o-transition: opacity .3s linear, top .3s ease-out;
transition: opacity .3s linear, top .3s ease-out;
top: -25%;
}
.modal.fade.in {
top: 10%;
display: inherit !important;
}
// sidebar
.sidebar-nav .view { display: none; }
.sidebar-nav .remove,
.sidebar-nav .configuration { display: none; }
.accordion {
margin-bottom: 20px;
}
.accordion-group {
margin-bottom: 2px;
}
.accordion-heading {
border-bottom: 0;
}
.accordion-heading .accordion-toggle {
display: block;
padding: 8px 15px;
}
.accordion-toggle {
cursor: pointer;
}
.accordion-inner {
padding: 9px 15px;
border-top: 1px solid #e5e5e5;
}
// navigation inside accordion
.nav {
margin-left: 0;
margin-bottom: 20px;
list-style: none;
}
.nav>li>a {
display: block;
}
.nav>li>a:hover, .nav>li>a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.nav>li>a>img {
max-width: none;
}
.nav>.pull-right {
float: right;
}
.nav-header {
display: block;
padding: 3px 15px;
font-size: 14px;
font-weight: bold;
line-height: 20px;
color: #fff;
text-transform: uppercase;
}
.nav li+.nav-header {
margin-top: 9px;
}
.nav-list {
padding-left: 15px;
padding-right: 15px;
margin-bottom: 0;
}
.nav-list>li>a, .nav-list .nav-header {
margin-left: -15px;
margin-right: -15px;
}
.nav-list>li>a {
padding: 3px 15px;
}
.nav-list>.active>a, .nav-list>.active>a:hover, .nav-list>.active>a:focus {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
background-color: #0088cc;
}
.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
margin-right: 2px;
}
.nav-list .divider {
*width: 100%;
height: 1px;
margin: 9px 1px;
*margin: -5px 0 5px;
overflow: hidden;
background-color: #e5e5e5;
border-bottom: 1px solid #ffffff;
}
.nav-tabs, .nav-pills {
*zoom: 1;
}
.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
display: table;
content: "";
line-height: 0;
}
.nav-tabs:after, .nav-pills:after {
clear: both;
}
.nav-tabs>li, .nav-pills>li {
float: left;
}
.nav-tabs>li>a, .nav-pills>li>a {
padding-right: 12px;
padding-left: 12px;
margin-right: 2px;
line-height: 14px;
}
.nav-tabs {
border-bottom: 1px solid #ddd;
}
.nav-tabs>li {
margin-bottom: -1px;
}
.nav-tabs>li>a {
padding-top: 8px;
padding-bottom: 8px;
line-height: 20px;
border: 1px solid transparent;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
color: #555555;
background-color: #ffffff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default;
}
.nav-pills>li>a {
padding-top: 8px;
padding-bottom: 8px;
margin-top: 2px;
margin-bottom: 2px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.nav-pills>.active>a, .nav-pills>.active>a:hover, .nav-pills>.active>a:focus {
color: #ffffff;
background-color: #0088cc;
}
.nav-stacked>li {
float: none;
}
.nav-stacked>li>a {
margin-right: 0;
}
.nav-tabs.nav-stacked {
border-bottom: 0;
}
.nav-tabs.nav-stacked>li>a {
border: 1px solid #ddd;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.nav-tabs.nav-stacked>li:first-child>a {
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked>li:last-child>a {
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked>li>a:hover, .nav-tabs.nav-stacked>li>a:focus {
border-color: #ddd;
z-index: 2;
}
.nav-pills.nav-stacked>li>a {
margin-bottom: 3px;
}
.nav-pills.nav-stacked>li:last-child>a {
margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.nav .dropdown-toggle .caret {
border-top-color: #0088cc;
border-bottom-color: #0088cc;
margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret {
border-top-color: #005580;
border-bottom-color: #005580;
}
.nav-tabs .dropdown-toggle .caret {
margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
border-top-color: #fff;
border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
border-top-color: #555555;
border-bottom-color: #555555;
}
.nav>.dropdown.active>a:hover, .nav>.dropdown.active>a:focus {
cursor: pointer;
}
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav>li.dropdown.open.active>a:hover, .nav>li.dropdown.open.active>a:focus {
color: #ffffff;
background-color: #999999;
border-color: #999999;
}
.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret, .nav li.dropdown.open a:focus .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
opacity: 1;
filter: alpha(opacity=100);
}
// labels
.label {
display: inline-block;
padding: 2px 4px;
font-size: 11.844px;
font-weight: bold;
line-height: 14px;
color: #ffffff;
vertical-align: baseline;
white-space: nowrap;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #999999;
}
.label:empty,
.badge:empty {
display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.label-important, .badge-important {
background-color: #b94a48;
color: #fff;
}
.label-important[href], .badge-important[href] {
background-color: #953b39;
}
.label-warning, .badge-warning {
background-color: #f89406;
}
.label-warning[href], .badge-warning[href] {
background-color: #c67605;
}
.label-success, .badge-success {
background-color: #468847;
}
.label-success[href], .badge-success[href] {
background-color: #356635;
}
.label-info, .badge-info {
background-color: #3a87ad;
}
.label-info[href], .badge-info[href] {
background-color: #2d6987;
}
.label-inverse, .badge-inverse {
background-color: #333333;
}
.label-inverse[href], .badge-inverse[href] {
background-color: #1a1a1a;
}
.btn .label, .btn .badge {
position: relative;
top: -1px;
}
// mini buttons
.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
margin-top: -1px;
}
.btn-mini {
padding: 0 6px;
font-size: 10.5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
}
// screen sizes
#MD {
width:992px;
}
#SM {
width:768px;
}
#XS {
width:480px;
}
#LG {
width:100%
}

View File

@@ -1,65 +0,0 @@
/*
* Stuff we've deleted that comes from the bootstrap-combined.css file
*/
// we wrap everything with the toolbar class
.toolbox-reset {
// modal
.modal {
position: fixed;
top: 10%;
left: 50%;
z-index: 1050;
width: 560px;
margin-left: -280px;
background-color: #ffffff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.3);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
outline: none;
}
.modal.fade {
-webkit-transition: opacity .3s linear, top .3s ease-out;
-moz-transition: opacity .3s linear, top .3s ease-out;
-o-transition: opacity .3s linear, top .3s ease-out;
transition: opacity .3s linear, top .3s ease-out;
top: -25%;
}
.modal.fade.in {
top: 10%;
display: inherit !important;
}
// sidebar
.accordion-group {
margin-bottom: 2px;
border: 1px solid #e5e5e5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
}
// screen sizes
#MD {
width:992px;
}
#SM {
width:768px;
}
#XS {
width:480px;
}
#LG {
width:100%
}

View File

@@ -1,25 +0,0 @@
.toolbox-reset {
background: inherit;
color: inherit;
display: inherit;
line-height: inherit;
margin: inherit;
padding: inherit;
-webkit-text-size-adjust: inherit;
-ms-text-size-adjust: inherit;
.collapse {
display: block;
}
.modal {
left: inherit;
}
.box i {
color: inherit;
border: inherit;
font-size: inherit;
padding: inherit;
}
}