1
1
mirror of https://github.com/foxsen/archbase.git synced 2026-04-03 02:38:21 +08:00

initial import to public repository

This commit is contained in:
Zhang Fuxin
2021-10-27 19:14:51 +08:00
commit c632bed67e
362 changed files with 53748 additions and 0 deletions

27
css/style.css Normal file
View File

@@ -0,0 +1,27 @@
p.caption {
color: #777;
margin-top: 10px;
}
p code {
white-space: inherit;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
white-space: inherit;
}
p.flushright {
text-align: right;
}
blockquote > p:last-child {
text-align: right;
}
blockquote > p:first-child {
text-align: inherit;
}
.cols {display: flex; }
.width48 {width: 48%; }
.width4 {width: 4%; }