X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fthemes%2Freadable.css;h=ea3c52b30468a88424b4bbd982b372ea9f780597;hb=b38ec376e57d3314395ef2d54e59a3cd76a4dc7e;hp=3a7b322146d070c2090cf2296dd01ecaebabde6a;hpb=3e3a74fc0d68187d3910f45f6fa243d395783428;p=gruntmaster-page.git diff --git a/css/themes/readable.css b/css/themes/readable.css index 3a7b322..ea3c52b 100644 --- a/css/themes/readable.css +++ b/css/themes/readable.css @@ -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: #b3b3b3; } 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: #fcf8e3; - 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: #b3b3b3; -} -.text-primary { - color: #4582ec; -} -a.text-primary:hover, -a.text-primary:focus { - color: #1863e6; -} -.text-success { - color: #3fad46; -} -a.text-success:hover, -a.text-success:focus { - color: #318837; -} -.text-info { - color: #5bc0de; -} -a.text-info:hover, -a.text-info:focus { - color: #31b0d5; -} -.text-warning { - color: #f0ad4e; -} -a.text-warning:hover, -a.text-warning:focus { - color: #ec971f; -} -.text-danger { - color: #d9534f; -} -a.text-danger:hover, -a.text-danger:focus { - color: #c9302c; -} -.bg-primary { - color: #fff; - background-color: #4582ec; -} -a.bg-primary:hover, -a.bg-primary:focus { - background-color: #1863e6; -} -.bg-success { - background-color: #dff0d8; -} -a.bg-success:hover, -a.bg-success:focus { - background-color: #c1e2b3; -} -.bg-info { - background-color: #d9edf7; -} -a.bg-info:hover, -a.bg-info:focus { - background-color: #afd9ee; -} -.bg-warning { - background-color: #fcf8e3; -} -a.bg-warning:hover, -a.bg-warning:focus { - background-color: #f7ecb5; -} -.bg-danger { - background-color: #f2dede; -} -a.bg-danger:hover, -a.bg-danger:focus { - background-color: #e4b9b9; -} -.page-header { - padding-bottom: 9px; - margin: 40px 0 20px; - border-bottom: 1px solid #dddddd; -} 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 #b3b3b3; } -.initialism { - font-size: 90%; - text-transform: uppercase; -} blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #4582ec; } -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: #333333; -} -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 #4582ec; - 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 #dddddd; } -.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 #dddddd; -} -.table .table { - background-color: #ffffff; -} .table-bordered { border: 1px solid #dddddd; } .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 #dddddd; } .table-bordered > thead > tr > th, @@ -895,62 +685,14 @@ th { .table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; } -.table-hover > tbody > tr:hover { - background-color: #f5f5f5; -} -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: #d9edf7; } -.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: #c4e3f3; -} -.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: #fcf8e3; } -.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: #faf2cc; -} 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: #333333; 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: #ffffff; border-color: #dddddd; } -.btn-default:focus, -.btn-default.focus { +.btn-default:focus { color: #333333; background-color: #e6e6e6; border-color: #9d9d9d; @@ -1068,63 +803,26 @@ textarea.form-control { background-color: #e6e6e6; border-color: #bebebe; } -.btn-default:active, -.btn-default.active, -.open > .dropdown-toggle.btn-default { +.btn-default:active { color: #333333; background-color: #e6e6e6; border-color: #bebebe; } .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: #333333; background-color: #d4d4d4; border-color: #9d9d9d; } -.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: #ffffff; - border-color: #dddddd; -} -.btn-default .badge { - color: #ffffff; - background-color: #333333; -} .btn-primary { color: #ffffff; background-color: #4582ec; border-color: #4582ec; } -.btn-primary:focus, -.btn-primary.focus { +.btn-primary:focus { color: #ffffff; background-color: #1863e6; border-color: #1045a1; @@ -1134,56 +832,20 @@ fieldset[disabled] .btn-default.active { background-color: #1863e6; border-color: #175fdd; } -.btn-primary:active, -.btn-primary.active, -.open > .dropdown-toggle.btn-primary { +.btn-primary:active { color: #ffffff; background-color: #1863e6; border-color: #175fdd; } .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: #1455c6; border-color: #1045a1; } -.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: #4582ec; - border-color: #4582ec; -} -.btn-primary .badge { - color: #4582ec; - background-color: #ffffff; -} .nav { margin-bottom: 0; padding-left: 0; @@ -1203,19 +865,6 @@ fieldset[disabled] .btn-primary.active { text-decoration: none; background-color: #eeeeee; } -.nav > li.disabled > a { - color: #b3b3b3; -} -.nav > li.disabled > a:hover, -.nav > li.disabled > a:focus { - color: #b3b3b3; - 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: #b3b3b3; - background-color: #ffffff; - 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: #3fad46; - border-color: #3fad46; - color: #ffffff; -} -.alert-success hr { - border-top-color: #389a3e; -} -.alert-success .alert-link { - color: #e6e6e6; -} .alert-info { background-color: #5bc0de; border-color: #5bc0de; @@ -1348,17 +978,6 @@ fieldset[disabled] .btn-primary.active { .alert-warning .alert-link { color: #e6e6e6; } -.alert-danger { - background-color: #d9534f; - border-color: #d9534f; - color: #ffffff; -} -.alert-danger hr { - border-top-color: #d43f3a; -} -.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, @@ -1461,69 +1072,14 @@ fieldset[disabled] .btn-primary.active { display: none !important; } } -.navbar { - font-family: sans-serif; -} -.navbar-nav, -.navbar-form { - margin-left: 0; - margin-right: 0; -} -.navbar-nav > li > a { - margin: 13.5px 6px; - padding: 8px 12px; - border: 1px solid transparent; - border-radius: 4px; -} -.navbar-nav > li > a:hover { - border: 1px solid #ddd; -} -.navbar-nav > .active > a, -.navbar-nav > .active > a:hover { - border: 1px solid #ddd; -} -.navbar-default .navbar-nav > .active > a:hover { - color: #4582ec; -} -.navbar-inverse .navbar-nav > .active > a:hover { - color: #333333; -} -.navbar-brand { - padding-top: 14.5px; - padding-bottom: 14.5px; - line-height: 1.9; -} -@media (min-width: 768px) { - .navbar .navbar-nav > li > a { - padding: 8px 12px; - } -} -@media (max-width: 768px - 1) { - .navbar .navbar-nav > li > a { - margin: 0; - } -} .btn { font-family: sans-serif; } -legend { - font-family: sans-serif; -} -.input-group-addon { - font-family: sans-serif; -} .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { border: 1px solid #ddd; } -.pagination { - font-family: sans-serif; -} -.pagination-lg > li > a, -.pagination-lg > li > span { - padding: 14px 24px; -} .pager { font-family: sans-serif; }