UNPKG

5.13 kBCSSView Raw
1/*!
2 * Bootstrap Reboot v4.6.1 (https://getbootstrap.com/)
3 * Copyright 2011-2021 The Bootstrap Authors
4 * Copyright 2011-2021 Twitter, Inc.
5 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/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. 1 (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", "Liberation 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]):not([class]) {
140 color: inherit;
141 text-decoration: none;
142}
143
144a:not([href]):not([class]):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 -ms-overflow-style: scrollbar;
162}
163
164figure {
165 margin: 0 0 1rem;
166}
167
168img {
169 vertical-align: middle;
170 border-style: none;
171}
172
173svg {
174 overflow: hidden;
175 vertical-align: middle;
176}
177
178table {
179 border-collapse: collapse;
180}
181
182caption {
183 padding-top: 0.75rem;
184 padding-bottom: 0.75rem;
185 color: #6c757d;
186 text-align: right;
187 caption-side: bottom;
188}
189
190th {
191 text-align: inherit;
192 text-align: -webkit-match-parent;
193}
194
195label {
196 display: inline-block;
197 margin-bottom: 0.5rem;
198}
199
200button {
201 border-radius: 0;
202}
203
204button:focus:not(:focus-visible) {
205 outline: 0;
206}
207
208input,
209button,
210select,
211optgroup,
212textarea {
213 margin: 0;
214 font-family: inherit;
215 font-size: inherit;
216 line-height: inherit;
217}
218
219button,
220input {
221 overflow: visible;
222}
223
224button,
225select {
226 text-transform: none;
227}
228
229[role="button"] {
230 cursor: pointer;
231}
232
233select {
234 word-wrap: normal;
235}
236
237button,
238[type="button"],
239[type="reset"],
240[type="submit"] {
241 -webkit-appearance: button;
242}
243
244button:not(:disabled),
245[type="button"]:not(:disabled),
246[type="reset"]:not(:disabled),
247[type="submit"]:not(:disabled) {
248 cursor: pointer;
249}
250
251button::-moz-focus-inner,
252[type="button"]::-moz-focus-inner,
253[type="reset"]::-moz-focus-inner,
254[type="submit"]::-moz-focus-inner {
255 padding: 0;
256 border-style: none;
257}
258
259input[type="radio"],
260input[type="checkbox"] {
261 box-sizing: border-box;
262 padding: 0;
263}
264
265textarea {
266 overflow: auto;
267 resize: vertical;
268}
269
270fieldset {
271 min-width: 0;
272 padding: 0;
273 margin: 0;
274 border: 0;
275}
276
277legend {
278 display: block;
279 width: 100%;
280 max-width: 100%;
281 padding: 0;
282 margin-bottom: .5rem;
283 font-size: 1.5rem;
284 line-height: inherit;
285 color: inherit;
286 white-space: normal;
287}
288
289progress {
290 vertical-align: baseline;
291}
292
293[type="number"]::-webkit-inner-spin-button,
294[type="number"]::-webkit-outer-spin-button {
295 height: auto;
296}
297
298[type="search"] {
299 outline-offset: -2px;
300 -webkit-appearance: none;
301}
302
303[type="search"]::-webkit-search-decoration {
304 -webkit-appearance: none;
305}
306
307::-webkit-file-upload-button {
308 font: inherit;
309 -webkit-appearance: button;
310}
311
312output {
313 display: inline-block;
314}
315
316summary {
317 display: list-item;
318 cursor: pointer;
319}
320
321template {
322 display: none;
323}
324
325[hidden] {
326 display: none !important;
327}
328
329code,
330samp,
331var,
332[type="email"],
333[type="file"],
334[type="number"],
335[type="password"],
336[type="tel"],
337[type="url"] {
338 text-align: left;
339 direction: ltr;
340}
341
342kbd {
343 display: inline-block;
344}
345/*# sourceMappingURL=bootstrap-reboot-rtl.css.map */
\No newline at end of file