Skip to content

Commit 17baa24

Browse files
committed
custom.css: remove unused utility and legacy classes
Remove row-reverse, row-max-width, footer-astronaut, social-media-links, all spacing-* utilities, link-box, contact, fundable_projects, astronaut-footer, custom-progress-bar, page-content-narrow.
1 parent ffb0df6 commit 17baa24

1 file changed

Lines changed: 0 additions & 142 deletions

File tree

src/css/custom.css

Lines changed: 0 additions & 142 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,6 @@
9797
padding: 0;
9898
}
9999

100-
.row-reverse {
101-
flex-direction: column-reverse;
102-
}
103-
104100
ul {
105101
padding-left: 0;
106102
margin-left: 0;
@@ -111,12 +107,6 @@ ul {
111107
padding: 0;
112108
}
113109

114-
.row-max-width {
115-
max-width: 1500px;
116-
display: flex;
117-
}
118-
119-
120110
/***footer*****/
121111
.footer__item {
122112
color: var(--ifm-text-color-footer);
@@ -165,13 +155,6 @@ ul {
165155
color: var(--ifm-text-color-footer);
166156
}
167157

168-
.footer-astronaut {
169-
display: flex;
170-
width: 35px;
171-
height: 35px;
172-
padding: 10px;
173-
}
174-
175158
@media (min-width: 1440px) {
176159
.container {
177160
max-width: none;
@@ -263,67 +246,6 @@ ul {
263246

264247
/***********************************************************/
265248

266-
.social-media-links {
267-
margin-left: var(--ifm-spacing-3xl);
268-
text-align: start;
269-
}
270-
271-
.spacing-none {
272-
height: var(--ifm-spacing-none);
273-
}
274-
275-
.spacing-2xs {
276-
height: var(--ifm-spacing-2xs);
277-
}
278-
279-
.spacing-xs {
280-
height: var(--ifm-spacing-xs);
281-
}
282-
283-
.spacing-sm {
284-
height: var(--ifm-spacing-sm);
285-
}
286-
287-
.spacing-md {
288-
height: var(--ifm-spacing-md);
289-
}
290-
291-
.spacing-lg {
292-
height: var(--ifm-spacing-lg);
293-
}
294-
295-
.spacing-xl {
296-
height: var(--ifm-spacing-xl);
297-
}
298-
299-
.spacing-2xl {
300-
height: var(--ifm-spacing-2xl);
301-
}
302-
303-
.spacing-3xl {
304-
height: var(--ifm-spacing-3xl);
305-
}
306-
307-
.spacing-4xl {
308-
height: var(--ifm-spacing-4xl);
309-
}
310-
311-
.spacing-5xl {
312-
height: var(--ifm-spacing-5xl);
313-
}
314-
315-
.spacing-6xl {
316-
height: var(--ifm-spacing-6xl);
317-
}
318-
319-
.spacing-7xl {
320-
height: var(--ifm-spacing-7xl);
321-
}
322-
323-
.spacing-8xl {
324-
height: var(--ifm-spacing-8xl);
325-
}
326-
327249
.link-to-button {
328250
width: 258px;
329251
height: 56px;
@@ -341,14 +263,6 @@ ul {
341263
text-align: center;
342264
}
343265

344-
.link-box {
345-
height: 59px;
346-
width: auto;
347-
display: flex;
348-
align-items: center;
349-
justify-content: center;
350-
}
351-
352266
/*
353267
Hyperlink states are crucial for accessibility.
354268
Please double check before changing the rules below.
@@ -424,37 +338,6 @@ a.menu__link:active {
424338
transform: scale(1);
425339
}
426340

427-
.contact {
428-
background-color: var(--ifm-color-primary-p1);
429-
color: var(--ifm-color-text-on-primary-p1);
430-
font-size: 14px;
431-
border-radius: 4px;
432-
font-weight: bolder;
433-
font-style: normal;
434-
margin: var(--ifm-navbar-item-padding-vertical) 4px;
435-
padding: 8px;
436-
}
437-
438-
.contact:hover {
439-
background-color: white;
440-
}
441-
442-
.fundable_projects {
443-
background-color: var(--ifm-color-secondary-s1);
444-
font-size: 14px;
445-
color: black;
446-
border-radius: 4px;
447-
font-weight: bolder;
448-
font-style: normal;
449-
margin: var(--ifm-navbar-item-padding-vertical) 4px;
450-
padding: 8px;
451-
}
452-
453-
.fundable_projects:hover {
454-
background-color: var(--ifm-color-primary-p0);
455-
}
456-
457-
458341
.navbar__inner {
459342
position: relative;
460343
}
@@ -502,15 +385,6 @@ a.menu__link:active {
502385
color: black;
503386
}
504387

505-
.astronaut-footer {
506-
background: url(@site/static/img/quantstack/astronaut-footer.svg);
507-
content: "";
508-
display: flex;
509-
height: 240px;
510-
width: 240px;
511-
background-repeat: no-repeat;
512-
}
513-
514388
.rss-circle-icon:hover {
515389
opacity: 0.6;
516390
}
@@ -586,15 +460,6 @@ a.menu__link:active {
586460
border: 0px solid;
587461
}
588462

589-
.custom-progress-bar::-webkit-progress-value {
590-
background-color: var(--ifm-color-primary-p1);
591-
}
592-
593-
.custom-progress-bar::-webkit-progress-bar {
594-
background-color: #eee;
595-
}
596-
597-
598463
.page-content {
599464
max-width: var(--ifm-content-width);
600465
width: 100%;
@@ -603,13 +468,6 @@ a.menu__link:active {
603468
padding-right: var(--ifm-spacing-2xl);
604469
}
605470

606-
.page-content-narrow {
607-
max-width: 720px;
608-
width: 100%;
609-
margin: 0 auto;
610-
padding: 0 var(--ifm-spacing-lg);
611-
}
612-
613471
@media (max-width: 996px) {
614472
.page-content {
615473
padding-left: var(--ifm-spacing-lg);

0 commit comments

Comments
 (0)