UNPKG

5.14 kBCSSView Raw
1/*!
2 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
3 * Copyright 2011-2019 The Bootstrap Authors
4 * Copyright 2011-2019 Twitter, Inc.
5 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
6 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
7 * RTL-ized by Arash Laylazi (https://github.com/PerseusTheGreat)
8 * RTL rev. 18 (https://github.com/PerseusTheGreat/bootstrap-rtl)
9 */
10*,
11*::before,
12*::after {
13 box-sizing: border-box;
14}
15
16html {
17 font-family: sans-serif;
18 line-height: 1.15;
19 -webkit-text-size-adjust: 100%;
20 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
21 direction: rtl;
22}
23
24article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
25 display: block;
26}
27
28body {
29 margin: 0;
30 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";
31 font-size: 1rem;
32 font-weight: 400;
33 line-height: 1.5;
34 color: #212529;
35 text-align: right;
36 background-color: #fff;
37}
38
39[tabindex="-1"]:focus:not(:focus-visible) {
40 outline: 0 !important;
41}
42
43hr {
44 box-sizing: content-box;
45 height: 0;
46 overflow: visible;
47}
48
49h1, h2, h3, h4, h5, h6 {
50 margin-top: 0;
51 margin-bottom: 0.5rem;
52}
53
54p {
55 margin-top: 0;
56 margin-bottom: 1rem;
57}
58
59abbr[title],
60abbr[data-original-title] {
61 text-decoration: underline;
62 -webkit-text-decoration: underline dotted;
63 text-decoration: underline dotted;
64 cursor: help;
65 border-bottom: 0;
66 -webkit-text-decoration-skip-ink: none;
67 text-decoration-skip-ink: none;
68}
69
70address {
71 margin-bottom: 1rem;
72 font-style: normal;
73 line-height: inherit;
74}
75
76ol,
77ul,
78dl {
79 margin-top: 0;
80 margin-bottom: 1rem;
81}
82
83ol ol,
84ul ul,
85ol ul,
86ul ol {
87 margin-bottom: 0;
88}
89
90dt {
91 font-weight: 700;
92}
93
94dd {
95 margin-right: 0;
96 margin-bottom: .5rem;
97}
98
99blockquote {
100 margin: 0 0 1rem;
101}
102
103b,
104strong {
105 font-weight: bolder;
106}
107
108small {
109 font-size: 80%;
110}
111
112sub,
113sup {
114 position: relative;
115 font-size: 75%;
116 line-height: 0;
117 vertical-align: baseline;
118}
119
120sub {
121 bottom: -.25em;
122}
123
124sup {
125 top: -.5em;
126}
127
128a {
129 color: #007bff;
130 text-decoration: none;
131 background-color: transparent;
132}
133
134a:hover {
135 color: #0056b3;
136 text-decoration: underline;
137}
138
139a:not([href]) {
140 color: inherit;
141 text-decoration: none;
142}
143
144a:not([href]):hover {
145 color: inherit;
146 text-decoration: none;
147}
148
149pre,
150code,
151kbd,
152samp {
153 font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
154 font-size: 1em;
155}
156
157pre {
158 margin-top: 0;
159 margin-bottom: 1rem;
160 overflow: auto;
161}
162
163figure {
164 margin: 0 0 1rem;
165}
166
167img {
168 vertical-align: middle;
169 border-style: none;
170}
171
172svg {
173 overflow: hidden;
174 vertical-align: middle;
175}
176
177table {
178 border-collapse: collapse;
179}
180
181caption {
182 padding-top: 0.75rem;
183 padding-bottom: 0.75rem;
184 color: #6c757d;
185 text-align: right;
186 caption-side: bottom;
187}
188
189th {
190 text-align: inherit;
191}
192
193label {
194 display: inline-block;
195 margin-bottom: 0.5rem;
196}
197
198button {
199 border-radius: 0;
200}
201
202button:focus {
203 outline: 1px dotted;
204 outline: 5px auto -webkit-focus-ring-color;
205}
206
207input,
208button,
209select,
210optgroup,
211textarea {
212 margin: 0;
213 font-family: inherit;
214 font-size: inherit;
215 line-height: inherit;
216}
217
218button,
219input {
220 overflow: visible;
221}
222
223button,
224select {
225 text-transform: none;
226}
227
228select {
229 word-wrap: normal;
230}
231
232button,
233[type="button"],
234[type="reset"],
235[type="submit"] {
236 -webkit-appearance: button;
237}
238
239button:not(:disabled),
240[type="button"]:not(:disabled),
241[type="reset"]:not(:disabled),
242[type="submit"]:not(:disabled) {
243 cursor: pointer;
244}
245
246button::-moz-focus-inner,
247[type="button"]::-moz-focus-inner,
248[type="reset"]::-moz-focus-inner,
249[type="submit"]::-moz-focus-inner {
250 padding: 0;
251 border-style: none;
252}
253
254input[type="radio"],
255input[type="checkbox"] {
256 box-sizing: border-box;
257 padding: 0;
258}
259
260input[type="date"],
261input[type="time"],
262input[type="datetime-local"],
263input[type="month"] {
264 -webkit-appearance: listbox;
265}
266
267textarea {
268 overflow: auto;
269 resize: vertical;
270}
271
272fieldset {
273 min-width: 0;
274 padding: 0;
275 margin: 0;
276 border: 0;
277}
278
279legend {
280 display: block;
281 width: 100%;
282 max-width: 100%;
283 padding: 0;
284 margin-bottom: .5rem;
285 font-size: 1.5rem;
286 line-height: inherit;
287 color: inherit;
288 white-space: normal;
289}
290
291progress {
292 vertical-align: baseline;
293}
294
295[type="number"]::-webkit-inner-spin-button,
296[type="number"]::-webkit-outer-spin-button {
297 height: auto;
298}
299
300[type="search"] {
301 outline-offset: -2px;
302 -webkit-appearance: none;
303}
304
305[type="search"]::-webkit-search-decoration {
306 -webkit-appearance: none;
307}
308
309::-webkit-file-upload-button {
310 font: inherit;
311 -webkit-appearance: button;
312}
313
314output {
315 display: inline-block;
316}
317
318summary {
319 display: list-item;
320 cursor: pointer;
321}
322
323template {
324 display: none;
325}
326
327[hidden] {
328 display: none !important;
329}
330
331code,
332samp,
333var,
334[type="email"],
335[type="file"],
336[type="number"],
337[type="password"],
338[type="tel"],
339[type="url"] {
340 text-align: left;
341 direction: ltr;
342}
343
344kbd {
345 display: inline-block;
346}
347/*# sourceMappingURL=bootstrap-reboot-rtl.css.map */
\No newline at end of file