bootstrap/dist/css/bootstrap-reboot.css

414 lines
5.6 KiB
CSS
Raw Normal View History

2017-10-18 16:29:05 +00:00
/*!
2019-02-13 16:01:40 +00:00
* Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
2020-03-28 10:29:08 +00:00
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
2017-10-18 16:29:05 +00:00
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/
2017-08-11 06:35:04 +00:00
*,
*::before,
*::after {
2017-06-30 20:15:09 +00:00
box-sizing: border-box;
2017-08-11 06:35:04 +00:00
}
body {
2017-01-22 01:50:45 +00:00
margin: 0;
2018-12-15 23:13:22 +00:00
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
2017-10-15 22:51:44 +00:00
font-weight: 400;
line-height: 1.5;
2017-06-30 16:05:44 +00:00
color: #212529;
background-color: #fff;
2019-07-12 21:56:26 +00:00
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
2019-04-18 11:47:52 +00:00
[tabindex="-1"]:focus:not(:focus-visible) {
2017-11-06 20:44:57 +00:00
outline: 0 !important;
}
2017-01-22 01:50:45 +00:00
hr {
2019-07-12 21:56:26 +00:00
margin: 1rem 0;
color: inherit;
background-color: currentColor;
border: 0;
opacity: 0.25;
}
hr:not([size]) {
height: 1px;
2017-01-22 01:50:45 +00:00
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
2017-10-15 22:51:44 +00:00
margin-bottom: 0.5rem;
2019-07-12 21:56:26 +00:00
font-weight: 500;
line-height: 1.2;
}
h1 {
2020-03-28 10:29:08 +00:00
font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
h1 {
font-size: 2.5rem;
}
2019-07-12 21:56:26 +00:00
}
h2 {
2020-03-28 10:29:08 +00:00
font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
h2 {
font-size: 2rem;
}
2019-07-12 21:56:26 +00:00
}
h3 {
2020-03-28 10:29:08 +00:00
font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
h3 {
font-size: 1.75rem;
}
2019-07-12 21:56:26 +00:00
}
h4 {
2020-03-28 10:29:08 +00:00
font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
h4 {
font-size: 1.5rem;
}
2019-07-12 21:56:26 +00:00
}
h5 {
font-size: 1.25rem;
}
h6 {
font-size: 1rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
2017-01-22 01:50:45 +00:00
text-decoration: underline;
2017-07-16 20:11:21 +00:00
-webkit-text-decoration: underline dotted;
2017-10-22 19:26:15 +00:00
text-decoration: underline dotted;
cursor: help;
-webkit-text-decoration-skip-ink: none;
2018-11-24 16:22:59 +00:00
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
2019-07-12 21:56:26 +00:00
ol,
ul {
padding-left: 2rem;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
2017-10-15 22:51:44 +00:00
font-weight: 700;
}
dd {
margin-bottom: .5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
2017-01-22 01:50:45 +00:00
b,
strong {
font-weight: bolder;
}
small {
2019-10-08 06:39:10 +00:00
font-size: 0.875em;
2017-01-22 01:50:45 +00:00
}
2020-03-28 10:29:08 +00:00
mark {
padding: 0.2em;
background-color: #fcf8e3;
}
2017-01-22 01:50:45 +00:00
sub,
sup {
position: relative;
2019-10-08 06:39:10 +00:00
font-size: 0.75em;
2017-01-22 01:50:45 +00:00
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
a {
2019-10-08 06:39:10 +00:00
color: #0d6efd;
2020-03-28 10:29:08 +00:00
text-decoration: underline;
}
2017-01-21 21:25:29 +00:00
a:hover {
2019-10-08 06:39:10 +00:00
color: #024dbc;
}
2019-08-27 13:03:21 +00:00
a:not([href]), a:not([href]):hover {
color: inherit;
text-decoration: none;
}
2017-01-22 01:50:45 +00:00
pre,
code,
kbd,
samp {
2018-04-30 05:22:04 +00:00
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
2017-01-22 01:50:45 +00:00
font-size: 1em;
}
pre {
2019-08-27 13:03:21 +00:00
display: block;
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
2019-10-08 06:39:10 +00:00
font-size: 0.875em;
2019-08-27 13:03:21 +00:00
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
code {
2019-10-08 06:39:10 +00:00
font-size: 0.875em;
color: #d63384;
2019-08-27 13:03:21 +00:00
word-wrap: break-word;
}
a > code {
color: inherit;
}
kbd {
padding: 0.2rem 0.4rem;
2019-10-08 06:39:10 +00:00
font-size: 0.875em;
2019-08-27 13:03:21 +00:00
color: #fff;
background-color: #212529;
border-radius: 0.2rem;
}
kbd kbd {
padding: 0;
2019-10-08 06:39:10 +00:00
font-size: 1em;
2019-08-27 13:03:21 +00:00
font-weight: 700;
}
figure {
margin: 0 0 1rem;
}
2020-03-28 10:29:08 +00:00
img,
2018-07-24 00:51:14 +00:00
svg {
2018-06-24 20:13:42 +00:00
vertical-align: middle;
}
table {
2020-03-28 10:29:08 +00:00
caption-side: bottom;
border-collapse: collapse;
}
caption {
2019-07-12 21:56:26 +00:00
padding-top: 0.5rem;
padding-bottom: 0.5rem;
2017-12-31 03:41:36 +00:00
color: #6c757d;
text-align: left;
}
th {
2017-08-11 06:35:04 +00:00
text-align: inherit;
2020-03-28 10:29:08 +00:00
text-align: -webkit-match-parent;
}
label {
display: inline-block;
2018-02-11 22:53:29 +00:00
margin-bottom: 0.5rem;
}
2017-09-30 21:28:03 +00:00
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
2017-01-22 01:50:45 +00:00
optgroup,
textarea {
2017-01-22 01:50:45 +00:00
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
2017-01-22 01:50:45 +00:00
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
2019-01-04 16:29:45 +00:00
select {
word-wrap: normal;
}
2019-08-27 13:03:21 +00:00
[list]::-webkit-calendar-picker-indicator {
display: none;
}
2017-01-22 01:50:45 +00:00
button,
2018-11-13 06:41:12 +00:00
[type="button"],
2017-01-22 01:50:45 +00:00
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
2019-01-04 16:29:45 +00:00
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
cursor: pointer;
}
2019-08-27 13:03:21 +00:00
::-moz-focus-inner {
2017-01-22 01:50:45 +00:00
padding: 0;
border-style: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
2019-08-27 13:03:21 +00:00
-webkit-appearance: textfield;
}
textarea {
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
2019-08-27 13:03:21 +00:00
float: left;
width: 100%;
padding: 0;
2019-08-27 13:03:21 +00:00
margin-bottom: 0.5rem;
2020-03-28 10:29:08 +00:00
font-size: calc(1.275rem + 0.3vw);
line-height: inherit;
2017-01-22 01:50:45 +00:00
white-space: normal;
}
2020-03-28 10:29:08 +00:00
@media (min-width: 1200px) {
legend {
font-size: 1.5rem;
}
2019-07-12 21:56:26 +00:00
}
2020-03-28 10:29:08 +00:00
legend + * {
clear: left;
2017-01-22 01:50:45 +00:00
}
2020-03-28 10:29:08 +00:00
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
padding: 0;
}
::-webkit-inner-spin-button {
height: auto;
}
2017-01-22 01:50:45 +00:00
[type="search"] {
outline-offset: -2px;
2019-08-27 13:03:21 +00:00
-webkit-appearance: textfield;
2017-01-22 01:50:45 +00:00
}
2019-08-27 13:03:21 +00:00
::-webkit-search-decoration {
-webkit-appearance: none;
}
2019-08-27 13:03:21 +00:00
::-webkit-color-swatch-wrapper {
padding: 0;
}
2017-01-22 01:50:45 +00:00
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
2017-01-22 01:50:45 +00:00
summary {
display: list-item;
2017-12-28 05:08:51 +00:00
cursor: pointer;
2017-01-22 01:50:45 +00:00
}
2020-03-28 10:29:08 +00:00
progress {
vertical-align: baseline;
2019-08-27 13:03:21 +00:00
}
[hidden] {
display: none !important;
}
/*# sourceMappingURL=bootstrap-reboot.css.map */