Remove lots of unused CSS
[plack-app-gruntmaster.git] / css / themes / slate.css
index a242c37acf3e528b144829d570ca2f8e887eb65e..a3e3cb9a3e97f9b5dd2f764085fff279a5aeb25a 100644 (file)
@@ -360,13 +360,7 @@ h2,
 h3,
 h4,
 h5,
-h6,
-.h1,
-.h2,
-.h3,
-.h4,
-.h5,
-.h6 {
+h6 {
   font-family: sans-serif;
   font-weight: 500;
   line-height: 1.1;
@@ -377,97 +371,49 @@ h2 small,
 h3 small,
 h4 small,
 h5 small,
-h6 small,
-.h1 small,
-.h2 small,
-.h3 small,
-.h4 small,
-.h5 small,
-.h6 small,
-h1 .small,
-h2 .small,
-h3 .small,
-h4 .small,
-h5 .small,
-h6 .small,
-.h1 .small,
-.h2 .small,
-.h3 .small,
-.h4 .small,
-.h5 .small,
-.h6 .small {
+h6 small {
   font-weight: normal;
   line-height: 1;
   color: #7a8288;
 }
 h1,
-.h1,
 h2,
-.h2,
-h3,
-.h3 {
+h3 {
   margin-top: 20px;
   margin-bottom: 10px;
 }
 h1 small,
-.h1 small,
 h2 small,
-.h2 small,
-h3 small,
-.h3 small,
-h1 .small,
-.h1 .small,
-h2 .small,
-.h2 .small,
-h3 .small,
-.h3 .small {
+h3 small {
   font-size: 65%;
 }
 h4,
-.h4,
 h5,
-.h5,
-h6,
-.h6 {
+h6 {
   margin-top: 10px;
   margin-bottom: 10px;
 }
 h4 small,
-.h4 small,
 h5 small,
-.h5 small,
-h6 small,
-.h6 small,
-h4 .small,
-.h4 .small,
-h5 .small,
-.h5 .small,
-h6 .small,
-.h6 .small {
+h6 small {
   font-size: 75%;
 }
-h1,
-.h1 {
+h1 {
   font-size: 36px;
 }
-h2,
-.h2 {
+h2 {
   font-size: 30px;
 }
-h3,
-.h3 {
+h3 {
   font-size: 24px;
 }
-h4,
-.h4 {
+h4 {
   font-size: 18px;
 }
-h5,
-.h5 {
+h5 {
   font-size: 14px;
 }
-h6,
-.h6 {
+h6 {
   font-size: 12px;
 }
 p {
@@ -484,15 +430,9 @@ p {
     font-size: 21px;
   }
 }
-small,
-.small {
+small {
   font-size: 85%;
 }
-mark,
-.mark {
-  background-color: #f89406;
-  padding: .2em;
-}
 .text-left {
   text-align: left;
 }
@@ -508,103 +448,13 @@ mark,
 .text-nowrap {
   white-space: nowrap;
 }
-.text-lowercase {
-  text-transform: lowercase;
-}
-.text-uppercase {
-  text-transform: uppercase;
-}
-.text-capitalize {
-  text-transform: capitalize;
-}
-.text-muted {
-  color: #7a8288;
-}
-.text-primary {
-  color: #7a8288;
-}
-a.text-primary:hover,
-a.text-primary:focus {
-  color: #62686d;
-}
-.text-success {
-  color: #ffffff;
-}
-a.text-success:hover,
-a.text-success:focus {
-  color: #e6e6e6;
-}
-.text-info {
-  color: #ffffff;
-}
-a.text-info:hover,
-a.text-info:focus {
-  color: #e6e6e6;
-}
-.text-warning {
-  color: #ffffff;
-}
-a.text-warning:hover,
-a.text-warning:focus {
-  color: #e6e6e6;
-}
-.text-danger {
-  color: #ffffff;
-}
-a.text-danger:hover,
-a.text-danger:focus {
-  color: #e6e6e6;
-}
-.bg-primary {
-  color: #fff;
-  background-color: #7a8288;
-}
-a.bg-primary:hover,
-a.bg-primary:focus {
-  background-color: #62686d;
-}
-.bg-success {
-  background-color: #62c462;
-}
-a.bg-success:hover,
-a.bg-success:focus {
-  background-color: #42b142;
-}
-.bg-info {
-  background-color: #5bc0de;
-}
-a.bg-info:hover,
-a.bg-info:focus {
-  background-color: #31b0d5;
-}
-.bg-warning {
-  background-color: #f89406;
-}
-a.bg-warning:hover,
-a.bg-warning:focus {
-  background-color: #c67605;
-}
-.bg-danger {
-  background-color: #ee5f5b;
-}
-a.bg-danger:hover,
-a.bg-danger:focus {
-  background-color: #e9322d;
-}
-.page-header {
-  padding-bottom: 9px;
-  margin: 40px 0 20px;
-  border-bottom: 1px solid #1c1e22;
-}
 ul,
 ol {
   margin-top: 0;
   margin-bottom: 10px;
 }
 ul ul,
-ol ul,
-ul ol,
-ol ol {
+ol ul {
   margin-bottom: 0;
 }
 .list-unstyled {
@@ -654,58 +504,12 @@ abbr[data-original-title] {
   cursor: help;
   border-bottom: 1px dotted #7a8288;
 }
-.initialism {
-  font-size: 90%;
-  text-transform: uppercase;
-}
 blockquote {
   padding: 10px 20px;
   margin: 0 0 20px;
   font-size: 17.5px;
   border-left: 5px solid #7a8288;
 }
-blockquote p:last-child,
-blockquote ul:last-child,
-blockquote ol:last-child {
-  margin-bottom: 0;
-}
-blockquote footer,
-blockquote small,
-blockquote .small {
-  display: block;
-  font-size: 80%;
-  line-height: 1.42857143;
-  color: #7a8288;
-}
-blockquote footer:before,
-blockquote small:before,
-blockquote .small:before {
-  content: '\2014 \00A0';
-}
-.blockquote-reverse,
-blockquote.pull-right {
-  padding-right: 15px;
-  padding-left: 0;
-  border-right: 5px solid #7a8288;
-  border-left: 0;
-  text-align: right;
-}
-.blockquote-reverse footer:before,
-blockquote.pull-right footer:before,
-.blockquote-reverse small:before,
-blockquote.pull-right small:before,
-.blockquote-reverse .small:before,
-blockquote.pull-right .small:before {
-  content: '';
-}
-.blockquote-reverse footer:after,
-blockquote.pull-right footer:after,
-.blockquote-reverse small:after,
-blockquote.pull-right small:after,
-.blockquote-reverse .small:after,
-blockquote.pull-right .small:after {
-  content: '\00A0 \2014';
-}
 address {
   margin-bottom: 20px;
   font-style: normal;
@@ -850,10 +654,8 @@ th {
 }
 .table > thead > tr > th,
 .table > tbody > tr > th,
-.table > tfoot > tr > th,
 .table > thead > tr > td,
-.table > tbody > tr > td,
-.table > tfoot > tr > td {
+.table > tbody > tr > td {
   padding: 5px;
   line-height: 1.42857143;
   vertical-align: top;
@@ -863,29 +665,17 @@ th {
   vertical-align: bottom;
   border-bottom: 2px solid #1c1e22;
 }
-.table > caption + thead > tr:first-child > th,
-.table > colgroup + thead > tr:first-child > th,
 .table > thead:first-child > tr:first-child > th,
-.table > caption + thead > tr:first-child > td,
-.table > colgroup + thead > tr:first-child > td,
 .table > thead:first-child > tr:first-child > td {
   border-top: 0;
 }
-.table > tbody + tbody {
-  border-top: 2px solid #1c1e22;
-}
-.table .table {
-  background-color: #272b30;
-}
 .table-bordered {
   border: 1px solid #1c1e22;
 }
 .table-bordered > thead > tr > th,
 .table-bordered > tbody > tr > th,
-.table-bordered > tfoot > tr > th,
 .table-bordered > thead > tr > td,
-.table-bordered > tbody > tr > td,
-.table-bordered > tfoot > tr > td {
+.table-bordered > tbody > tr > td {
   border: 1px solid #1c1e22;
 }
 .table-bordered > thead > tr > th,
@@ -895,62 +685,14 @@ th {
 .table-striped > tbody > tr:nth-of-type(odd) {
   background-color: #353a41;
 }
-.table-hover > tbody > tr:hover {
-  background-color: #49515a;
-}
-table col[class*="col-"] {
-  position: static;
-  float: none;
-  display: table-column;
-}
-table td[class*="col-"],
-table th[class*="col-"] {
-  position: static;
-  float: none;
-  display: table-cell;
-}
-.table > thead > tr > td.info,
 .table > tbody > tr > td.info,
-.table > tfoot > tr > td.info,
-.table > thead > tr > th.info,
-.table > tbody > tr > th.info,
-.table > tfoot > tr > th.info,
-.table > thead > tr.info > td,
-.table > tbody > tr.info > td,
-.table > tfoot > tr.info > td,
-.table > thead > tr.info > th,
-.table > tbody > tr.info > th,
-.table > tfoot > tr.info > th {
+.table > tbody > tr.info > td {
   background-color: #5bc0de;
 }
-.table-hover > tbody > tr > td.info:hover,
-.table-hover > tbody > tr > th.info:hover,
-.table-hover > tbody > tr.info:hover > td,
-.table-hover > tbody > tr:hover > .info,
-.table-hover > tbody > tr.info:hover > th {
-  background-color: #46b8da;
-}
-.table > thead > tr > td.warning,
 .table > tbody > tr > td.warning,
-.table > tfoot > tr > td.warning,
-.table > thead > tr > th.warning,
-.table > tbody > tr > th.warning,
-.table > tfoot > tr > th.warning,
-.table > thead > tr.warning > td,
-.table > tbody > tr.warning > td,
-.table > tfoot > tr.warning > td,
-.table > thead > tr.warning > th,
-.table > tbody > tr.warning > th,
-.table > tfoot > tr.warning > th {
+.table > tbody > tr.warning > td {
   background-color: #f89406;
 }
-.table-hover > tbody > tr > td.warning:hover,
-.table-hover > tbody > tr > th.warning:hover,
-.table-hover > tbody > tr.warning:hover > td,
-.table-hover > tbody > tr:hover > .warning,
-.table-hover > tbody > tr.warning:hover > th {
-  background-color: #df8505;
-}
 label {
   display: inline-block;
   max-width: 100%;
@@ -1031,23 +773,17 @@ textarea.form-control {
   user-select: none;
 }
 .btn:focus,
-.btn:active:focus,
-.btn.active:focus,
-.btn.focus,
-.btn:active.focus,
-.btn.active.focus {
+.btn:active:focus {
   outline: thin dotted;
   outline: 5px auto -webkit-focus-ring-color;
   outline-offset: -2px;
 }
 .btn:hover,
-.btn:focus,
-.btn.focus {
+.btn:focus {
   color: #ffffff;
   text-decoration: none;
 }
-.btn:active,
-.btn.active {
+.btn:active {
   outline: 0;
   background-image: none;
   box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
@@ -1057,8 +793,7 @@ textarea.form-control {
   background-color: #3a3f44;
   border-color: #3a3f44;
 }
-.btn-default:focus,
-.btn-default.focus {
+.btn-default:focus {
   color: #ffffff;
   background-color: #232628;
   border-color: #000000;
@@ -1068,63 +803,26 @@ textarea.form-control {
   background-color: #232628;
   border-color: #1e2023;
 }
-.btn-default:active,
-.btn-default.active,
-.open > .dropdown-toggle.btn-default {
+.btn-default:active {
   color: #ffffff;
   background-color: #232628;
   border-color: #1e2023;
 }
 .btn-default:active:hover,
-.btn-default.active:hover,
-.open > .dropdown-toggle.btn-default:hover,
-.btn-default:active:focus,
-.btn-default.active:focus,
-.open > .dropdown-toggle.btn-default:focus,
-.btn-default:active.focus,
-.btn-default.active.focus,
-.open > .dropdown-toggle.btn-default.focus {
+.btn-default:active:focus {
   color: #ffffff;
   background-color: #121415;
   border-color: #000000;
 }
-.btn-default:active,
-.btn-default.active,
-.open > .dropdown-toggle.btn-default {
+.btn-default:active {
   background-image: none;
 }
-.btn-default.disabled,
-.btn-default[disabled],
-fieldset[disabled] .btn-default,
-.btn-default.disabled:hover,
-.btn-default[disabled]:hover,
-fieldset[disabled] .btn-default:hover,
-.btn-default.disabled:focus,
-.btn-default[disabled]:focus,
-fieldset[disabled] .btn-default:focus,
-.btn-default.disabled.focus,
-.btn-default[disabled].focus,
-fieldset[disabled] .btn-default.focus,
-.btn-default.disabled:active,
-.btn-default[disabled]:active,
-fieldset[disabled] .btn-default:active,
-.btn-default.disabled.active,
-.btn-default[disabled].active,
-fieldset[disabled] .btn-default.active {
-  background-color: #3a3f44;
-  border-color: #3a3f44;
-}
-.btn-default .badge {
-  color: #3a3f44;
-  background-color: #ffffff;
-}
 .btn-primary {
   color: #ffffff;
   background-color: #7a8288;
   border-color: #7a8288;
 }
-.btn-primary:focus,
-.btn-primary.focus {
+.btn-primary:focus {
   color: #ffffff;
   background-color: #62686d;
   border-color: #3e4245;
@@ -1134,56 +832,20 @@ fieldset[disabled] .btn-default.active {
   background-color: #62686d;
   border-color: #5d6368;
 }
-.btn-primary:active,
-.btn-primary.active,
-.open > .dropdown-toggle.btn-primary {
+.btn-primary:active {
   color: #ffffff;
   background-color: #62686d;
   border-color: #5d6368;
 }
 .btn-primary:active:hover,
-.btn-primary.active:hover,
-.open > .dropdown-toggle.btn-primary:hover,
-.btn-primary:active:focus,
-.btn-primary.active:focus,
-.open > .dropdown-toggle.btn-primary:focus,
-.btn-primary:active.focus,
-.btn-primary.active.focus,
-.open > .dropdown-toggle.btn-primary.focus {
+.btn-primary:active:focus {
   color: #ffffff;
   background-color: #51565a;
   border-color: #3e4245;
 }
-.btn-primary:active,
-.btn-primary.active,
-.open > .dropdown-toggle.btn-primary {
+.btn-primary:active {
   background-image: none;
 }
-.btn-primary.disabled,
-.btn-primary[disabled],
-fieldset[disabled] .btn-primary,
-.btn-primary.disabled:hover,
-.btn-primary[disabled]:hover,
-fieldset[disabled] .btn-primary:hover,
-.btn-primary.disabled:focus,
-.btn-primary[disabled]:focus,
-fieldset[disabled] .btn-primary:focus,
-.btn-primary.disabled.focus,
-.btn-primary[disabled].focus,
-fieldset[disabled] .btn-primary.focus,
-.btn-primary.disabled:active,
-.btn-primary[disabled]:active,
-fieldset[disabled] .btn-primary:active,
-.btn-primary.disabled.active,
-.btn-primary[disabled].active,
-fieldset[disabled] .btn-primary.active {
-  background-color: #7a8288;
-  border-color: #7a8288;
-}
-.btn-primary .badge {
-  color: #7a8288;
-  background-color: #ffffff;
-}
 .nav {
   margin-bottom: 0;
   padding-left: 0;
@@ -1203,19 +865,6 @@ fieldset[disabled] .btn-primary.active {
   text-decoration: none;
   background-color: #3e444c;
 }
-.nav > li.disabled > a {
-  color: #7a8288;
-}
-.nav > li.disabled > a:hover,
-.nav > li.disabled > a:focus {
-  color: #7a8288;
-  text-decoration: none;
-  background-color: transparent;
-  cursor: not-allowed;
-}
-.nav > li > a > img {
-  max-width: none;
-}
 .nav-pills > li {
   float: left;
 }
@@ -1287,14 +936,6 @@ fieldset[disabled] .btn-primary.active {
 .pager .previous > span {
   float: left;
 }
-.pager .disabled > a,
-.pager .disabled > a:hover,
-.pager .disabled > a:focus,
-.pager .disabled > span {
-  color: #7a8288;
-  background-color: #3a3f44;
-  cursor: not-allowed;
-}
 .alert {
   padding: 15px;
   margin-bottom: 20px;
@@ -1315,17 +956,6 @@ fieldset[disabled] .btn-primary.active {
 .alert > p + p {
   margin-top: 5px;
 }
-.alert-success {
-  background-color: #62c462;
-  border-color: #62bd4f;
-  color: #ffffff;
-}
-.alert-success hr {
-  border-top-color: #55b142;
-}
-.alert-success .alert-link {
-  color: #e6e6e6;
-}
 .alert-info {
   background-color: #5bc0de;
   border-color: #3dced8;
@@ -1348,17 +978,6 @@ fieldset[disabled] .btn-primary.active {
 .alert-warning .alert-link {
   color: #e6e6e6;
 }
-.alert-danger {
-  background-color: #ee5f5b;
-  border-color: #ed4d63;
-  color: #ffffff;
-}
-.alert-danger hr {
-  border-top-color: #ea364f;
-}
-.alert-danger .alert-link {
-  color: #e6e6e6;
-}
 .well {
   min-height: 20px;
   padding: 19px;
@@ -1372,14 +991,6 @@ fieldset[disabled] .btn-primary.active {
   border-color: #ddd;
   border-color: rgba(0, 0, 0, 0.15);
 }
-.well-lg {
-  padding: 24px;
-  border-radius: 6px;
-}
-.well-sm {
-  padding: 9px;
-  border-radius: 3px;
-}
 .clearfix:before,
 .clearfix:after,
 .dl-horizontal dd:before,
@@ -1490,26 +1101,6 @@ h5,
 h6 {
   text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
 }
-.text-primary,
-.text-primary:hover {
-  color: #7a8288;
-}
-.text-success,
-.text-success:hover {
-  color: #62c462;
-}
-.text-danger,
-.text-danger:hover {
-  color: #ee5f5b;
-}
-.text-warning,
-.text-warning:hover {
-  color: #f89406;
-}
-.text-info,
-.text-info:hover {
-  color: #5bc0de;
-}
 .table .success,
 .table .warning,
 .table .danger,
This page took 0.020105 seconds and 4 git commands to generate.