Skip to content

Commit

Permalink
Deployed b2a088d with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zephyriiiii committed Jul 6, 2024
1 parent e56f3db commit d9d9fde
Show file tree
Hide file tree
Showing 10 changed files with 152 additions and 11 deletions.
2 changes: 1 addition & 1 deletion 404.html

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions Friends/index.html

Large diffs are not rendered by default.

Binary file added Friends/lxjj.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Friends/ykgg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions Suggest/index.html

Large diffs are not rendered by default.

124 changes: 124 additions & 0 deletions extra/css/other.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@

/*img {
border-radius: 10px;
border-style: solid 2px #000000;
}*/

.flink-item-icon{
border-radius: 10px;
}

/*div p[class^=""] {
text-indent: 20px;
}*/

p:has(img) {
/* width: 80%; */
text-indent: 0px;
text-align: center;
}

/*a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}*/

/*strong {
text-shadow: 0.7px 0px;
text-shadow: 0 0 1px #ffffff;
}*/

.flink-list {
overflow: auto;
padding: 10px 10px 0;
text-align: center;
}

.flink-list a {
color: #4a4a4a;
}

[data-md-color-scheme="slate"] .flink-list a {
color: rgba(255, 255, 255, 0.7);
}

.flink-list-item {
position: relative;
float: left;
overflow: hidden;
margin: 15px 7px;
width: calc(100% / 2 - 15px);
height: 90px;
border-radius: 8px;
line-height: 17px;
-webkit-transform: translateZ(0);
transform: translateZ(0);
transition: 0.25s;
}

.flink-item-icon {
float: left;
overflow: hidden;
margin: 15px 10px;
width: 60px;
height: 60px;
border-radius: 35px;
}

.flink-item-name {
padding: 19px 10px 0 0;
height: 40px;
font-weight: bold;
font-size: 1.3em;
}

.flink-item-desc {
padding: 13px 10px 16px 0;
height: 50px;
font-size: 0.93em;
}

.flink-list-item:hover {
background-color: rgba(128, 118, 105, .1);
}

.flink-list-item {
width: calc(50% - 15px) !important;
}

/* @media screen and (max-width: 1310px) {
.flink-list-item {
width: calc(100% - 15px) !important;
}
}
@media screen and (max-width: 1219px) {
.flink-list-item {
width: calc(50% - 15px) !important;
}
}
@media screen and (max-width: 1027px) {
.flink-list-item {
width: calc(100% - 15px) !important;
}
}
@media screen and (max-width: 959px) {
.flink-list-item {
width: calc(50% - 15px) !important;
}
}
@media screen and (max-width: 692px) {
.flink-list-item {
width: calc(100% - 15px) !important;
}
}
*/
.flink-list-item {
font-size: 14px; /* 这里是你想要的字体大小 */
}
4 changes: 2 additions & 2 deletions index.html

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,22 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://zephyriiiii.github.io/blog/</loc>
<lastmod>2024-07-04</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://zephyriiiii.github.io/blog/Friends/</loc>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://zephyriiiii.github.io/blog/Suggest/</loc>
<lastmod>2024-07-04</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://zephyriiiii.github.io/blog/%E8%AF%BE%E7%A8%8B%E7%AC%94%E8%AE%B0/%E6%9C%9F%E6%9C%AB%E5%A4%8D%E4%B9%A0%E6%95%B4%E7%90%86/</loc>
<lastmod>2024-07-04</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions 课程笔记/期末复习整理/index.html

Large diffs are not rendered by default.

0 comments on commit d9d9fde

Please sign in to comment.