2
2
#copyright 2024 @1chooo
3
3
\*-----------------------------------*/
4
4
5
+ @tailwind base;
6
+ @tailwind components;
7
+ @tailwind utilities;
8
+
5
9
: root {
6
10
/**
7
11
* colors
@@ -262,23 +266,6 @@ article {
262
266
font-weight : var (--fw-500 );
263
267
}
264
268
265
- .article-title {
266
- position : relative;
267
- padding-bottom : 7px ;
268
- margin-bottom : 30px ;
269
- }
270
-
271
- .article-title ::after {
272
- content : "" ;
273
- position : absolute;
274
- bottom : 0 ;
275
- left : 0 ;
276
- width : 30px ;
277
- height : 3px ;
278
- background : var (--text-gradient-yellow );
279
- border-radius : 3px ;
280
- }
281
-
282
269
.has-scrollbar ::-webkit-scrollbar {
283
270
/* for vertical scrollbar */
284
271
width : 5px ;
@@ -374,33 +361,6 @@ main {
374
361
color : var (--light-gray );
375
362
}
376
363
377
- /*-----------------------------------*\
378
- #DOCS
379
- \*-----------------------------------*/
380
-
381
- .docs .article-title {
382
- margin-bottom : 15px ;
383
- }
384
-
385
- .docs-text {
386
- color : var (--light-gray );
387
- font-size : var (--fs-6 );
388
- font-weight : var (--fw-300 );
389
- line-height : 1.6 ;
390
- }
391
-
392
- .docs-text p {
393
- margin-bottom : 15px ;
394
- }
395
-
396
- /*-----------------------------------*\
397
- #ABOUT
398
- \*-----------------------------------*/
399
-
400
- .about .article-title {
401
- margin-bottom : 15px ;
402
- }
403
-
404
364
/**
405
365
* #service
406
366
*/
@@ -430,10 +390,6 @@ main {
430
390
gap : 20px ;
431
391
}
432
392
433
- .service-content-box {
434
- text-align : center;
435
- }
436
-
437
393
/**
438
394
* #testimonials
439
395
*/
@@ -737,11 +693,6 @@ main {
737
693
margin-bottom : 20px ;
738
694
}
739
695
740
- .timeline-item-title {
741
- font-size : var (--fs-6 );
742
- line-height : 1.3 ;
743
- margin-bottom : 7px ;
744
- }
745
696
746
697
.relevant-courses-list span {
747
698
color : var (--vegas-gold );
@@ -867,17 +818,6 @@ main {
867
818
display : inline;
868
819
}
869
820
870
- .profession-experience-title {
871
- color : var (--orange-yellow-crayola );
872
- display : inline;
873
- }
874
-
875
- .profession-experience-duration {
876
- float : right;
877
- color : var (--white-1 );
878
- /* 添加你想要的样式 */
879
- }
880
-
881
821
.timeline-list p span {
882
822
float : right;
883
823
color : var (--white-1 );
@@ -1166,32 +1106,6 @@ main {
1166
1106
border-radius : 4px ;
1167
1107
}
1168
1108
1169
- .blog-item-title {
1170
- margin-bottom : 10px ;
1171
- line-height : 1.3 ;
1172
- transition : var (--transition-1 );
1173
- }
1174
-
1175
- .blog-post-item .active > a : hover .blog-item-title {
1176
- color : var (--orange-yellow-crayola );
1177
- }
1178
-
1179
- .blog-summary {
1180
- color : var (--light-gray );
1181
- font-size : var (--fs-6 );
1182
- font-weight : var (--fw-300 );
1183
- line-height : 1.6 ;
1184
- display : -webkit-box;
1185
- display : box;
1186
- -webkit-line-clamp : 2 ;
1187
- -moz-line-clamp : 2 ;
1188
- line-clamp : 2 ;
1189
- -webkit-box-orient : vertical;
1190
- overflow : hidden;
1191
- text-overflow : ellipsis;
1192
- max-height : 3.2em ;
1193
- }
1194
-
1195
1109
.blog-post-item .skeleton {
1196
1110
display : flex;
1197
1111
flex-direction : column;
@@ -1227,14 +1141,6 @@ main {
1227
1141
#CONTACT
1228
1142
\*-----------------------------------*/
1229
1143
1230
- .contact-form {
1231
- margin-bottom : 10px ;
1232
- }
1233
-
1234
- .form-title {
1235
- margin-bottom : 20px ;
1236
- }
1237
-
1238
1144
.input-wrapper {
1239
1145
display : grid;
1240
1146
grid-template-columns : 1fr ;
@@ -1441,16 +1347,6 @@ textarea.form-input::-webkit-resizer {
1441
1347
padding : 30px ;
1442
1348
}
1443
1349
1444
- .article-title {
1445
- font-weight : var (--fw-600 );
1446
- padding-bottom : 15px ;
1447
- }
1448
-
1449
- .article-title ::after {
1450
- width : 40px ;
1451
- height : 5px ;
1452
- }
1453
-
1454
1350
/**
1455
1351
* #MAIN
1456
1352
*/
@@ -1477,26 +1373,6 @@ textarea.form-input::-webkit-resizer {
1477
1373
margin : 32px 0 ;
1478
1374
}
1479
1375
1480
- /**
1481
- * # DOCS
1482
- */
1483
-
1484
- .docs .article-title {
1485
- margin-bottom : 20px ;
1486
- }
1487
-
1488
- .docs-text {
1489
- margin-bottom : 40px ;
1490
- }
1491
-
1492
- /**
1493
- * #ABOUT
1494
- */
1495
-
1496
- .about .article-title {
1497
- margin-bottom : 20px ;
1498
- }
1499
-
1500
1376
/* testimonials */
1501
1377
1502
1378
.testimonials-title {
@@ -1706,10 +1582,6 @@ textarea.form-input::-webkit-resizer {
1706
1582
* PORTFOLIO
1707
1583
*/
1708
1584
1709
- .article-title {
1710
- padding-bottom : 20px ;
1711
- }
1712
-
1713
1585
.filter-select-box {
1714
1586
display : none;
1715
1587
}
@@ -1801,8 +1673,6 @@ textarea.form-input::-webkit-resizer {
1801
1673
box-shadow : var (--shadow-5 );
1802
1674
}
1803
1675
1804
-
1805
-
1806
1676
/**
1807
1677
* MAIN
1808
1678
*/
@@ -2026,34 +1896,4 @@ textarea.form-input::-webkit-resizer {
2026
1896
2027
1897
.markdown-alert-caution .markdown-alert-title {
2028
1898
color : var (--github-alert-caution-color );
2029
- }
2030
-
2031
- .anchor-header {
2032
- position : relative;
2033
- margin : 0 ;
2034
- cursor : pointer;
2035
- color : hsl (0 , 0% , 84% );
2036
- }
2037
-
2038
- .anchor-header a {
2039
- text-decoration : none;
2040
- color : hsl (0 , 0% , 84% );
2041
- }
2042
-
2043
- .anchor-header a : hover {
2044
- text-decoration : underline;
2045
- }
2046
-
2047
- .anchor-header .hash {
2048
- position : absolute;
2049
- left : -1.5rem ;
2050
- opacity : 0 ;
2051
- color : hsl (0 , 0% , 84% );
2052
- transition : opacity 0.2s ease-in-out;
2053
- transform : scale (0.8 );
2054
- top : 0.2rem ;
2055
- }
2056
-
2057
- .anchor-header : hover .hash {
2058
- opacity : 1 ;
2059
1899
}
0 commit comments