New version

Update
This commit is contained in:
Francesco Malagrino
2016-01-24 21:47:20 +00:00
parent 1ff7c18782
commit c02c9cf0ee
36 changed files with 1096 additions and 1308 deletions

View File

@@ -66,7 +66,7 @@ body {
left: 0px;
bottom: 0;
top: 44px;
background: #ccc;
background: #464646;
padding: 9px 0;
z-index: 10;
-webkit-transition: all 500ms ease;
@@ -78,8 +78,7 @@ body {
.sidebar-nav .nav-header {
cursor: pointer;
font-size: 14px;
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3); }
color: #fff; }
.sidebar-nav .nav-header span.label {
font-size: 10px;
@@ -120,27 +119,19 @@ body {
.sidebar-nav .preview {
display: block;
color: #666;
color: #fff;
font-size: 12px;
line-height: 22px; }
.sidebar-nav .preview input {
width: 90px;
width: 105px;
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; }
top: -1px;
border: 0; }
.sidebar-nav .boxes {
display: none; }
@@ -188,7 +179,8 @@ body {
position: absolute;
top: 5px;
right: 5px;
z-index: 10; }
z-index: 10;
color: #fff; }
.demo .configuration {
filter: alpha(opacity=0);
@@ -330,3 +322,353 @@ a.language-selected {
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%; }