X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fthemes%2Fslate.css;h=17380ce8199f0b1552d84bfeff36f955426986fe;hb=73442382a932be299bc503971887b541c4a1f056;hp=f61a50fe4ac21b07bc33dfc1816116fb49eaebe2;hpb=0f578ab0f7b5798b2b27fb94901e99303da855a2;p=plack-app-gruntmaster.git diff --git a/css/themes/slate.css b/css/themes/slate.css index f61a50f..17380ce 100644 --- a/css/themes/slate.css +++ b/css/themes/slate.css @@ -962,34 +962,12 @@ table th[class*="col-"] { .table-hover > tbody > tr.warning:hover > th { background-color: #df8505; } -fieldset { - padding: 0; - margin: 0; - border: 0; - min-width: 0; -} -legend { - display: block; - width: 100%; - padding: 0; - margin-bottom: 20px; - font-size: 21px; - line-height: inherit; - color: #c8c8c8; - border: 0; - border-bottom: 1px solid #1c1e22; -} label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; } -input[type="search"] { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; @@ -999,14 +977,6 @@ input[type="checkbox"] { input[type="file"] { display: block; } -input[type="range"] { - display: block; - width: 100%; -} -select[multiple], -select[size] { - height: auto; -} input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { @@ -1014,13 +984,6 @@ input[type="checkbox"]:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } -output { - display: block; - padding-top: 9px; - font-size: 14px; - line-height: 1.42857143; - color: #272b30; -} .form-control { display: block; width: 100%; @@ -1055,126 +1018,12 @@ output { .form-control::-webkit-input-placeholder { color: #7a8288; } -.form-control[disabled], -.form-control[readonly], -fieldset[disabled] .form-control { - background-color: #999999; - opacity: 1; -} -.form-control[disabled], -fieldset[disabled] .form-control { - cursor: not-allowed; -} textarea.form-control { height: auto; } -input[type="search"] { - -webkit-appearance: none; -} -@media screen and (-webkit-min-device-pixel-ratio: 0) { - input[type="date"], - input[type="time"], - input[type="datetime-local"], - input[type="month"] { - line-height: 38px; - } - input[type="date"].input-sm, - input[type="time"].input-sm, - input[type="datetime-local"].input-sm, - input[type="month"].input-sm, - .input-group-sm input[type="date"], - .input-group-sm input[type="time"], - .input-group-sm input[type="datetime-local"], - .input-group-sm input[type="month"] { - line-height: 30px; - } - input[type="date"].input-lg, - input[type="time"].input-lg, - input[type="datetime-local"].input-lg, - input[type="month"].input-lg, - .input-group-lg input[type="date"], - .input-group-lg input[type="time"], - .input-group-lg input[type="datetime-local"], - .input-group-lg input[type="month"] { - line-height: 54px; - } -} .form-group { margin-bottom: 15px; } -.radio, -.checkbox { - position: relative; - display: block; - margin-top: 10px; - margin-bottom: 10px; -} -.radio label, -.checkbox label { - min-height: 20px; - padding-left: 20px; - margin-bottom: 0; - font-weight: normal; - cursor: pointer; -} -.radio input[type="radio"], -.radio-inline input[type="radio"], -.checkbox input[type="checkbox"], -.checkbox-inline input[type="checkbox"] { - position: absolute; - margin-left: -20px; - margin-top: 4px \9; -} -.radio + .radio, -.checkbox + .checkbox { - margin-top: -5px; -} -.radio-inline, -.checkbox-inline { - position: relative; - display: inline-block; - padding-left: 20px; - margin-bottom: 0; - vertical-align: middle; - font-weight: normal; - cursor: pointer; -} -.radio-inline + .radio-inline, -.checkbox-inline + .checkbox-inline { - margin-top: 0; - margin-left: 10px; -} -input[type="radio"][disabled], -input[type="checkbox"][disabled], -input[type="radio"].disabled, -input[type="checkbox"].disabled, -fieldset[disabled] input[type="radio"], -fieldset[disabled] input[type="checkbox"] { - cursor: not-allowed; -} -.radio-inline.disabled, -.checkbox-inline.disabled, -fieldset[disabled] .radio-inline, -fieldset[disabled] .checkbox-inline { - cursor: not-allowed; -} -.radio.disabled label, -.checkbox.disabled label, -fieldset[disabled] .radio label, -fieldset[disabled] .checkbox label { - cursor: not-allowed; -} -.form-control-static { - padding-top: 9px; - padding-bottom: 9px; - margin-bottom: 0; - min-height: 34px; -} -.form-control-static.input-lg, -.form-control-static.input-sm { - padding-left: 0; - padding-right: 0; -} .btn { display: inline-block; margin-bottom: 0; @@ -1219,16 +1068,6 @@ fieldset[disabled] .checkbox label { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } -.btn.disabled, -.btn[disabled], -fieldset[disabled] .btn { - cursor: not-allowed; - pointer-events: none; - opacity: 0.65; - filter: alpha(opacity=65); - -webkit-box-shadow: none; - box-shadow: none; -} .btn-default { color: #ffffff; background-color: #3a3f44; @@ -1319,104 +1158,6 @@ fieldset[disabled] .btn-primary.active { color: #7a8288; background-color: #ffffff; } -.btn-link { - color: #ffffff; - font-weight: normal; - border-radius: 0; -} -.btn-link, -.btn-link:active, -.btn-link.active, -.btn-link[disabled], -fieldset[disabled] .btn-link { - background-color: transparent; - -webkit-box-shadow: none; - box-shadow: none; -} -.btn-link, -.btn-link:hover, -.btn-link:focus, -.btn-link:active { - border-color: transparent; -} -.btn-link:hover, -.btn-link:focus { - color: #ffffff; - text-decoration: underline; - background-color: transparent; -} -.btn-link[disabled]:hover, -fieldset[disabled] .btn-link:hover, -.btn-link[disabled]:focus, -fieldset[disabled] .btn-link:focus { - color: #7a8288; - text-decoration: none; -} -.btn-lg { - padding: 14px 16px; - font-size: 18px; - line-height: 1.3333333; - border-radius: 6px; -} -.btn-sm { - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; -} -.btn-xs { - padding: 1px 5px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; -} -.btn-block { - display: block; - width: 100%; -} -.btn-block + .btn-block { - margin-top: 5px; -} -input[type="submit"].btn-block, -input[type="reset"].btn-block, -input[type="button"].btn-block { - width: 100%; -} -.fade { - opacity: 0; - -webkit-transition: opacity 0.15s linear; - -o-transition: opacity 0.15s linear; - transition: opacity 0.15s linear; -} -.fade.in { - opacity: 1; -} -.collapse { - display: none; -} -.collapse.in { - display: block; -} -tr.collapse.in { - display: table-row; -} -tbody.collapse.in { - display: table-row-group; -} -.collapsing { - position: relative; - height: 0; - overflow: hidden; - -webkit-transition-property: height, visibility; - -o-transition-property: height, visibility; - transition-property: height, visibility; - -webkit-transition-duration: 0.35s; - -o-transition-duration: 0.35s; - transition-duration: 0.35s; - -webkit-transition-timing-function: ease; - -o-transition-timing-function: ease; - transition-timing-function: ease; -} .nav { margin-bottom: 0; padding-left: 0; @@ -1673,56 +1414,6 @@ tbody.collapse.in { .affix { position: fixed; } -.navbar { - background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539); - background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539); - background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539)); - background-image: linear-gradient(#484e55, #3a3f44 60%, #313539); - background-repeat: no-repeat; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0); - -webkit-filter: none; - filter: none; - border: 1px solid rgba(0, 0, 0, 0.6); - text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); -} -.navbar-inverse { - background-image: -webkit-linear-gradient(#8a9196, #7a8288 60%, #70787d); - background-image: -o-linear-gradient(#8a9196, #7a8288 60%, #70787d); - background-image: -webkit-gradient(linear, left top, left bottom, from(#8a9196), color-stop(60%, #7a8288), to(#70787d)); - background-image: linear-gradient(#8a9196, #7a8288 60%, #70787d); - background-repeat: no-repeat; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0); - -webkit-filter: none; - filter: none; -} -.navbar-inverse .badge { - background-color: #5d6368; -} -.navbar-nav > li > a { - border-right: 1px solid rgba(0, 0, 0, 0.2); - border-left: 1px solid rgba(255, 255, 255, 0.1); -} -.navbar-nav > li > a:hover { - background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d); - background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d); - background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d)); - background-image: linear-gradient(#020202, #101112 40%, #191b1d); - background-repeat: no-repeat; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0); - -webkit-filter: none; - filter: none; - border-left-color: transparent; -} -.navbar .nav .open > a { - border-color: transparent; -} -.navbar-nav > li.active > a { - border-left-color: transparent; -} -.navbar-form { - margin-left: 5px; - margin-right: 5px; -} .btn, .btn:hover { border-color: rgba(0, 0, 0, 0.6); @@ -1768,90 +1459,6 @@ tbody.collapse.in { -webkit-filter: none; filter: none; } -.btn-success { - background-image: -webkit-linear-gradient(#78cc78, #62c462 60%, #53be53); - background-image: -o-linear-gradient(#78cc78, #62c462 60%, #53be53); - background-image: -webkit-gradient(linear, left top, left bottom, from(#78cc78), color-stop(60%, #62c462), to(#53be53)); - background-image: linear-gradient(#78cc78, #62c462 60%, #53be53); - background-repeat: no-repeat; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff78cc78', endColorstr='#ff53be53', GradientType=0); - -webkit-filter: none; - filter: none; -} -.btn-success:hover { - background-image: -webkit-linear-gradient(#2f7d2f, #379337 40%, #3da23d); - background-image: -o-linear-gradient(#2f7d2f, #379337 40%, #3da23d); - background-image: -webkit-gradient(linear, left top, left bottom, from(#2f7d2f), color-stop(40%, #379337), to(#3da23d)); - background-image: linear-gradient(#2f7d2f, #379337 40%, #3da23d); - background-repeat: no-repeat; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f7d2f', endColorstr='#ff3da23d', GradientType=0); - -webkit-filter: none; - filter: none; -} -.btn-info { - background-image: -webkit-linear-gradient(#74cae3, #5bc0de 60%, #4ab9db); - background-image: -o-linear-gradient(#74cae3, #5bc0de 60%, #4ab9db); - background-image: -webkit-gradient(linear, left top, left bottom, from(#74cae3), color-stop(60%, #5bc0de), to(#4ab9db)); - background-image: linear-gradient(#74cae3, #5bc0de 60%, #4ab9db); - background-repeat: no-repeat; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff74cae3', endColorstr='#ff4ab9db', GradientType=0); - -webkit-filter: none; - filter: none; -} -.btn-info:hover { - background-image: -webkit-linear-gradient(#20829f, #2596b8 40%, #28a4c9); - background-image: -o-linear-gradient(#20829f, #2596b8 40%, #28a4c9); - background-image: -webkit-gradient(linear, left top, left bottom, from(#20829f), color-stop(40%, #2596b8), to(#28a4c9)); - background-image: linear-gradient(#20829f, #2596b8 40%, #28a4c9); - background-repeat: no-repeat; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff20829f', endColorstr='#ff28a4c9', GradientType=0); - -webkit-filter: none; - filter: none; -} -.btn-warning { - background-image: -webkit-linear-gradient(#faa123, #f89406 60%, #e48806); - background-image: -o-linear-gradient(#faa123, #f89406 60%, #e48806); - background-image: -webkit-gradient(linear, left top, left bottom, from(#faa123), color-stop(60%, #f89406), to(#e48806)); - background-image: linear-gradient(#faa123, #f89406 60%, #e48806); - background-repeat: no-repeat; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffaa123', endColorstr='#ffe48806', GradientType=0); - -webkit-filter: none; - filter: none; -} -.btn-warning:hover { - background-image: -webkit-linear-gradient(#804d03, #9e5f04 40%, #b26a04); - background-image: -o-linear-gradient(#804d03, #9e5f04 40%, #b26a04); - background-image: -webkit-gradient(linear, left top, left bottom, from(#804d03), color-stop(40%, #9e5f04), to(#b26a04)); - background-image: linear-gradient(#804d03, #9e5f04 40%, #b26a04); - background-repeat: no-repeat; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff804d03', endColorstr='#ffb26a04', GradientType=0); - -webkit-filter: none; - filter: none; -} -.btn-danger { - background-image: -webkit-linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49); - background-image: -o-linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49); - background-image: -webkit-gradient(linear, left top, left bottom, from(#f17a77), color-stop(60%, #ee5f5b), to(#ec4d49)); - background-image: linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49); - background-repeat: no-repeat; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff17a77', endColorstr='#ffec4d49', GradientType=0); - -webkit-filter: none; - filter: none; -} -.btn-danger:hover { - background-image: -webkit-linear-gradient(#bb1813, #d71c16 40%, #e7201a); - background-image: -o-linear-gradient(#bb1813, #d71c16 40%, #e7201a); - background-image: -webkit-gradient(linear, left top, left bottom, from(#bb1813), color-stop(40%, #d71c16), to(#e7201a)); - background-image: linear-gradient(#bb1813, #d71c16 40%, #e7201a); - background-repeat: no-repeat; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb1813', endColorstr='#ffe7201a', GradientType=0); - -webkit-filter: none; - filter: none; -} -.btn-link, -.btn-link:hover { - border-color: transparent; -} h1, h2, h3, @@ -1901,61 +1508,6 @@ input, textarea { color: #272b30; } -.has-warning .help-block, -.has-warning .control-label, -.has-warning .form-control-feedback { - color: #f89406; -} -.has-warning .form-control, -.has-warning .form-control:focus { - border-color: #f89406; -} -.has-warning .input-group-addon { - background-color: #272b30; - border: none; -} -.has-error .help-block, -.has-error .control-label, -.has-error .form-control-feedback { - color: #ee5f5b; -} -.has-error .form-control, -.has-error .form-control:focus { - border-color: #ee5f5b; -} -.has-error .input-group-addon { - background-color: #272b30; - border: none; -} -.has-success .help-block, -.has-success .control-label, -.has-success .form-control-feedback { - color: #62c462; -} -.has-success .form-control, -.has-success .form-control:focus { - border-color: #62c462; -} -.has-success .input-group-addon { - background-color: #272b30; - border: none; -} -legend { - color: #fff; -} -.input-group-addon { - border-color: rgba(0, 0, 0, 0.6); - text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); - background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539); - background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539); - background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539)); - background-image: linear-gradient(#484e55, #3a3f44 60%, #313539); - background-repeat: no-repeat; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0); - -webkit-filter: none; - filter: none; - color: #ffffff; -} .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { @@ -2008,54 +1560,6 @@ legend { -webkit-filter: none; filter: none; } -.pagination > li > a, -.pagination > li > span { - text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); - background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539); - background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539); - background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539)); - background-image: linear-gradient(#484e55, #3a3f44 60%, #313539); - background-repeat: no-repeat; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0); - -webkit-filter: none; - filter: none; -} -.pagination > li > a:hover, -.pagination > li > span:hover { - background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d); - background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d); - background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d)); - background-image: linear-gradient(#020202, #101112 40%, #191b1d); - background-repeat: no-repeat; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0); - -webkit-filter: none; - filter: none; -} -.pagination > li.active > a, -.pagination > li.active > span { - background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d); - background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d); - background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d)); - background-image: linear-gradient(#020202, #101112 40%, #191b1d); - background-repeat: no-repeat; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0); - -webkit-filter: none; - filter: none; -} -.pagination > li.disabled > a, -.pagination > li.disabled > a:hover, -.pagination > li.disabled > span, -.pagination > li.disabled > span:hover { - background-color: transparent; - background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539); - background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539); - background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539)); - background-image: linear-gradient(#484e55, #3a3f44 60%, #313539); - background-repeat: no-repeat; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0); - -webkit-filter: none; - filter: none; -} .pager > li > a { background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539); background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539); @@ -2089,18 +1593,6 @@ legend { -webkit-filter: none; filter: none; } -.breadcrumb { - border: 1px solid rgba(0, 0, 0, 0.6); - text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); - background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539); - background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539); - background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539)); - background-image: linear-gradient(#484e55, #3a3f44 60%, #313539); - background-repeat: no-repeat; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0); - -webkit-filter: none; - filter: none; -} .alert .alert-link, .alert a { color: #fff; @@ -2110,44 +1602,3 @@ legend { color: #000000; text-decoration: none; } -a.thumbnail:hover, -a.thumbnail:focus, -a.thumbnail.active { - border-color: #0c0d0e; -} -a.list-group-item.active, -a.list-group-item.active:hover, -a.list-group-item.active:focus { - border-color: rgba(0, 0, 0, 0.6); -} -a.list-group-item-success.active { - background-color: #62c462; -} -a.list-group-item-success.active:hover, -a.list-group-item-success.active:focus { - background-color: #4fbd4f; -} -a.list-group-item-warning.active { - background-color: #f89406; -} -a.list-group-item-warning.active:hover, -a.list-group-item-warning.active:focus { - background-color: #df8505; -} -a.list-group-item-danger.active { - background-color: #ee5f5b; -} -a.list-group-item-danger.active:hover, -a.list-group-item-danger.active:focus { - background-color: #ec4844; -} -.jumbotron { - border: 1px solid rgba(0, 0, 0, 0.6); -} -.panel-primary .panel-heading, -.panel-success .panel-heading, -.panel-danger .panel-heading, -.panel-warning .panel-heading, -.panel-info .panel-heading { - border-color: #000; -}