@@ -1332,20 +1332,62 @@ h1.title {
1332
1332
top : calc (1rem + 61px );
1333
1333
}
1334
1334
1335
+ .article .sidebar .subbox dl {
1336
+ position : relative;
1337
+ top : 0 ;
1338
+ left : 0 ;
1339
+ display : grid;
1340
+ grid-template-columns : 33% 33% 33% ;
1341
+ font-weight : 900 ;
1342
+ margin-block-start : 1.2em ;
1343
+ margin-block-end : 0 ;
1344
+ }
1345
+
1346
+ .article .sidebar .box .subbox dl dd {
1347
+ display : block;
1348
+ max-width : 100% ;
1349
+ text-align : center;
1350
+ margin-inline-start : 0 ;
1351
+ line-height : 28px ;
1352
+ transition : all 800ms linear;
1353
+ }
1354
+
1355
+ .article .sidebar .box .subbox dl dd a : hover ,
1356
+ .article .sidebar .box .subbox dl dd a span : hover ,
1357
+ .article .sidebar .box .subbox dl dd : hover {
1358
+ color : # 100e17 ;
1359
+ }
1360
+
1361
+ .article .sidebar .box .subbox dl dd : nth-last-of-type (2 ) {
1362
+ padding-top : 2px ;
1363
+ }
1364
+
1365
+ .article .sidebar .box .subbox dl dd a ,
1366
+ .article .sidebar .box .subbox dl dd a span {
1367
+ font-size : 28px ;
1368
+ line-height : 28px ;
1369
+ padding-top : 0 ;
1370
+ }
1371
+
1335
1372
.article .sidebar .box ul {
1336
1373
position : relative;
1337
1374
top : 1.2rem ;
1338
1375
right : -1rem ;
1339
1376
display : grid;
1340
1377
grid-template-columns : 100px 100px 100px ;
1341
- font-weight : 900 px ;
1378
+ font-weight : 900 ;
1342
1379
font-size : 18px ;
1343
1380
}
1344
1381
1345
1382
.article .sidebar .box ul li {
1346
1383
display : block;
1347
1384
max-width : 100% ;
1348
1385
text-align : center;
1386
+ border-right : 1px solid rgba (158 , 158 , 158 , 0.16 );
1387
+ }
1388
+
1389
+ .article .sidebar .box ul li : last-of-type {
1390
+ border-right : none;
1349
1391
}
1350
1392
1351
1393
.article .sidebar .box ul li p {
@@ -1474,6 +1516,13 @@ h1.title {
1474
1516
border : none;
1475
1517
}
1476
1518
1519
+ .article p .image-caption {
1520
+ color : # 9E9E9E ;
1521
+ width : 100% ;
1522
+ text-align : center;
1523
+ padding-top : 5px ;
1524
+ }
1525
+
1477
1526
.article-header-wrapper {
1478
1527
width : 100% ;
1479
1528
height : 500px ;
@@ -1753,6 +1802,50 @@ h1.title {
1753
1802
font-family : operator mono ssm a, operator mono ssm b, operator mono, source code pro, Menlo, Consolas, Monaco, monospace;
1754
1803
}
1755
1804
1805
+ .md-content p ,
1806
+ .md-content pre ,
1807
+ .md-content blockquote {
1808
+ margin : 0 0 2em ;
1809
+ }
1810
+
1811
+ .md-content h1 ,
1812
+ .md-content h2 ,
1813
+ .md-content h3 ,
1814
+ .md-content h4 {
1815
+ margin-top : 1em ;
1816
+ margin-bottom : 0.8em ;
1817
+ }
1818
+
1819
+ .md-content blockquote > p {
1820
+ margin : 0 ;
1821
+ }
1822
+
1823
+ .md-content hr {
1824
+ display : block;
1825
+ margin-top : 30px ;
1826
+ margin-bottom : 20px ;
1827
+ border : 0 ;
1828
+ font-size : 28px ;
1829
+ font-weight : 300 ;
1830
+ unicode-bidi : isolate;
1831
+ margin-block-start : 0.5em ;
1832
+ margin-block-end : 0.5em ;
1833
+ margin-inline-start : auto;
1834
+ margin-inline-end : auto;
1835
+ border : none;
1836
+ text-align : center;
1837
+ color : rgba (102 , 128 , 153 , 1 );
1838
+ /*border-top: 1px solid rgba(102, 128, 153, 0.1)*/
1839
+ }
1840
+
1841
+ .md-content hr : before {
1842
+ content : "..." ;
1843
+ line-height : 1.4 ;
1844
+ font-style : italic;
1845
+ text-indent : 0.6em ;
1846
+ letter-spacing : 0.6em ;
1847
+ }
1848
+
1756
1849
# post0 .md-content {
1757
1850
color : # fff ;
1758
1851
font-size : 16px ;
@@ -1935,14 +2028,33 @@ h4 a:hover {
1935
2028
}
1936
2029
1937
2030
.content hr {
1938
- margin-top : 21px ;
1939
- margin-bottom : 21px ;
2031
+ display : block;
2032
+ margin-top : 30px ;
2033
+ margin-bottom : 20px ;
1940
2034
border : 0 ;
1941
- border-top : 1px solid rgba (102 , 128 , 153 , 0.1 )
2035
+ font-size : 28px ;
2036
+ font-weight : 300 ;
2037
+ unicode-bidi : isolate;
2038
+ margin-block-start : 0.5em ;
2039
+ margin-block-end : 0.5em ;
2040
+ margin-inline-start : auto;
2041
+ margin-inline-end : auto;
2042
+ border : none;
2043
+ text-align : center;
2044
+ color : rgba (102 , 128 , 153 , 0.6 );
2045
+ /*border-top: 1px solid rgba(102, 128, 153, 0.1)*/
2046
+ }
2047
+
2048
+ .content hr : before {
2049
+ content : "..." ;
2050
+ line-height : 1.4 ;
2051
+ font-style : italic;
2052
+ text-indent : 0.6em ;
2053
+ letter-spacing : 0.6em ;
1942
2054
}
1943
2055
1944
2056
.content p {
1945
- margin : 0 0 .8 em ;
2057
+ margin : 0 0 2 em ;
1946
2058
}
1947
2059
1948
2060
.content ul ,
@@ -1994,11 +2106,19 @@ h4 a:hover {
1994
2106
font-size : 0.9rem ;
1995
2107
}
1996
2108
2109
+ .content img {
2110
+ border-radius : 8px ;
2111
+ }
2112
+
1997
2113
code ,
1998
2114
pre {
1999
2115
font-family : "Source Code Pro" , monospace
2000
2116
}
2001
2117
2118
+ pre {
2119
+ margin : 2em 0 ;
2120
+ }
2121
+
2002
2122
code {
2003
2123
background : rgba (99 , 99 , 99 , 0.07 );
2004
2124
background : # b2fefa ;
@@ -2008,7 +2128,7 @@ code {
2008
2128
overflow-wrap : break-word;
2009
2129
word-wrap : break-word;
2010
2130
padding : .1rem .3rem .2rem ;
2011
- border-radius : .2 rem ;
2131
+ border-radius : 8 px ;
2012
2132
opacity : 0.9 ;
2013
2133
}
2014
2134
@@ -2020,7 +2140,7 @@ code {
2020
2140
2021
2141
.content blockquote {
2022
2142
color : # 656565 ;
2023
- margin : 0 0 1.1 em ;
2143
+ margin : 0 0 2 em ;
2024
2144
border-left : 3px solid var (--code-gradient-light );
2025
2145
border-left-width : 6px ;
2026
2146
background-color : rgba (119 , 119 , 119 , 0.05 );
0 commit comments