Skip to content

Commit 76146f6

Browse files
committed
Style: add property template theme 🎨
1 parent 0570e0e commit 76146f6

File tree

152 files changed

+106487
-190
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+106487
-190
lines changed

Diff for: ‎realtoric/static/css/aos.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎realtoric/static/css/bootstrap-grid.css

+3,620
Large diffs are not rendered by default.

Diff for: ‎realtoric/static/css/bootstrap-reboot.css

+334
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,334 @@
1+
/*!
2+
* Bootstrap Reboot v5.0.0-alpha2 (https://getbootstrap.com/)
3+
* Copyright 2011-2020 The Bootstrap Authors
4+
* Copyright 2011-2020 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+
*/
8+
*,
9+
*::before,
10+
*::after {
11+
-webkit-box-sizing: border-box;
12+
box-sizing: border-box; }
13+
14+
body {
15+
margin: 0;
16+
font-family: "Jost", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
17+
font-size: 1rem;
18+
font-weight: 400;
19+
line-height: 1.5;
20+
color: #212529;
21+
background-color: #fff;
22+
-webkit-text-size-adjust: 100%;
23+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
24+
25+
[tabindex="-1"]:focus:not(:focus-visible) {
26+
outline: 0 !important; }
27+
28+
hr {
29+
margin: 1rem 0;
30+
color: inherit;
31+
background-color: currentColor;
32+
border: 0;
33+
opacity: 0.25; }
34+
35+
hr:not([size]) {
36+
height: 1px; }
37+
38+
h1, h2, h3, h4, h5, h6 {
39+
margin-top: 0;
40+
margin-bottom: 0.5rem;
41+
font-weight: 500;
42+
line-height: 1.2; }
43+
44+
h1 {
45+
font-size: calc(1.375rem + 1.5vw); }
46+
@media (min-width: 1200px) {
47+
h1 {
48+
font-size: 2.5rem; } }
49+
50+
h2 {
51+
font-size: calc(1.325rem + 0.9vw); }
52+
@media (min-width: 1200px) {
53+
h2 {
54+
font-size: 2rem; } }
55+
56+
h3 {
57+
font-size: calc(1.3rem + 0.6vw); }
58+
@media (min-width: 1200px) {
59+
h3 {
60+
font-size: 1.75rem; } }
61+
62+
h4 {
63+
font-size: calc(1.275rem + 0.3vw); }
64+
@media (min-width: 1200px) {
65+
h4 {
66+
font-size: 1.5rem; } }
67+
68+
h5 {
69+
font-size: 1.25rem; }
70+
71+
h6 {
72+
font-size: 1rem; }
73+
74+
p {
75+
margin-top: 0;
76+
margin-bottom: 1rem; }
77+
78+
abbr[title],
79+
abbr[data-original-title] {
80+
text-decoration: underline;
81+
-webkit-text-decoration: underline dotted;
82+
text-decoration: underline dotted;
83+
cursor: help;
84+
text-decoration-skip-ink: none; }
85+
86+
address {
87+
margin-bottom: 1rem;
88+
font-style: normal;
89+
line-height: inherit; }
90+
91+
ol,
92+
ul {
93+
padding-left: 2rem; }
94+
95+
ol,
96+
ul,
97+
dl {
98+
margin-top: 0;
99+
margin-bottom: 1rem; }
100+
101+
ol ol,
102+
ul ul,
103+
ol ul,
104+
ul ol {
105+
margin-bottom: 0; }
106+
107+
dt {
108+
font-weight: 700; }
109+
110+
dd {
111+
margin-bottom: .5rem;
112+
margin-left: 0; }
113+
114+
blockquote {
115+
margin: 0 0 1rem; }
116+
117+
b,
118+
strong {
119+
font-weight: bolder; }
120+
121+
small {
122+
font-size: 0.875em; }
123+
124+
mark {
125+
padding: 0.2em;
126+
background-color: #fcf8e3; }
127+
128+
sub,
129+
sup {
130+
position: relative;
131+
font-size: 0.75em;
132+
line-height: 0;
133+
vertical-align: baseline; }
134+
135+
sub {
136+
bottom: -.25em; }
137+
138+
sup {
139+
top: -.5em; }
140+
141+
a {
142+
color: #16697a;
143+
text-decoration: underline; }
144+
a:hover {
145+
color: #0a3139; }
146+
147+
a:not([href]):not([class]), a:not([href]):not([class]):hover {
148+
color: inherit;
149+
text-decoration: none; }
150+
151+
pre,
152+
code,
153+
kbd,
154+
samp {
155+
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
156+
font-size: 1em; }
157+
158+
pre {
159+
display: block;
160+
margin-top: 0;
161+
margin-bottom: 1rem;
162+
overflow: auto;
163+
font-size: 0.875em;
164+
-ms-overflow-style: scrollbar; }
165+
pre code {
166+
font-size: inherit;
167+
color: inherit;
168+
word-break: normal; }
169+
170+
code {
171+
font-size: 0.875em;
172+
color: #d63384;
173+
word-wrap: break-word; }
174+
a > code {
175+
color: inherit; }
176+
177+
kbd {
178+
padding: 0.2rem 0.4rem;
179+
font-size: 0.875em;
180+
color: #fff;
181+
background-color: #212529;
182+
border-radius: 0.2rem; }
183+
kbd kbd {
184+
padding: 0;
185+
font-size: 1em;
186+
font-weight: 700; }
187+
188+
figure {
189+
margin: 0 0 1rem; }
190+
191+
img,
192+
svg {
193+
vertical-align: middle; }
194+
195+
table {
196+
caption-side: bottom;
197+
border-collapse: collapse; }
198+
199+
caption {
200+
padding-top: 0.5rem;
201+
padding-bottom: 0.5rem;
202+
color: #6c757d;
203+
text-align: left; }
204+
205+
th {
206+
text-align: inherit;
207+
text-align: -webkit-match-parent; }
208+
209+
thead,
210+
tbody,
211+
tfoot,
212+
tr,
213+
td,
214+
th {
215+
border-color: inherit;
216+
border-style: solid;
217+
border-width: 0; }
218+
219+
label {
220+
display: inline-block; }
221+
222+
button {
223+
border-radius: 0; }
224+
225+
button:focus {
226+
outline: 1px dotted;
227+
outline: 5px auto -webkit-focus-ring-color; }
228+
229+
input,
230+
button,
231+
select,
232+
optgroup,
233+
textarea {
234+
margin: 0;
235+
font-family: inherit;
236+
font-size: inherit;
237+
line-height: inherit; }
238+
239+
button,
240+
input {
241+
overflow: visible; }
242+
243+
button,
244+
select {
245+
text-transform: none; }
246+
247+
[role="button"] {
248+
cursor: pointer; }
249+
250+
select {
251+
word-wrap: normal; }
252+
253+
[list]::-webkit-calendar-picker-indicator {
254+
display: none; }
255+
256+
button,
257+
[type="button"],
258+
[type="reset"],
259+
[type="submit"] {
260+
-webkit-appearance: button; }
261+
button:not(:disabled),
262+
[type="button"]:not(:disabled),
263+
[type="reset"]:not(:disabled),
264+
[type="submit"]:not(:disabled) {
265+
cursor: pointer; }
266+
267+
::-moz-focus-inner {
268+
padding: 0;
269+
border-style: none; }
270+
271+
textarea {
272+
resize: vertical; }
273+
274+
fieldset {
275+
min-width: 0;
276+
padding: 0;
277+
margin: 0;
278+
border: 0; }
279+
280+
legend {
281+
float: left;
282+
width: 100%;
283+
padding: 0;
284+
margin-bottom: 0.5rem;
285+
font-size: calc(1.275rem + 0.3vw);
286+
line-height: inherit;
287+
white-space: normal; }
288+
@media (min-width: 1200px) {
289+
legend {
290+
font-size: 1.5rem; } }
291+
legend + * {
292+
clear: left; }
293+
294+
::-webkit-datetime-edit-fields-wrapper,
295+
::-webkit-datetime-edit-text,
296+
::-webkit-datetime-edit-minute,
297+
::-webkit-datetime-edit-hour-field,
298+
::-webkit-datetime-edit-day-field,
299+
::-webkit-datetime-edit-month-field,
300+
::-webkit-datetime-edit-year-field {
301+
padding: 0; }
302+
303+
::-webkit-inner-spin-button {
304+
height: auto; }
305+
306+
[type="search"] {
307+
outline-offset: -2px;
308+
-webkit-appearance: textfield; }
309+
310+
::-webkit-search-decoration {
311+
-webkit-appearance: none; }
312+
313+
::-webkit-color-swatch-wrapper {
314+
padding: 0; }
315+
316+
::-webkit-file-upload-button {
317+
font: inherit;
318+
-webkit-appearance: button; }
319+
320+
output {
321+
display: inline-block; }
322+
323+
iframe {
324+
border: 0; }
325+
326+
summary {
327+
display: list-item;
328+
cursor: pointer; }
329+
330+
progress {
331+
vertical-align: baseline; }
332+
333+
[hidden] {
334+
display: none !important; }

0 commit comments

Comments
 (0)