Skip to content

Commit

Permalink
Site updated: 2024-11-25 19:53:24
Browse files Browse the repository at this point in the history
  • Loading branch information
jun.zhou committed Nov 25, 2024
1 parent 3c3d1be commit 972d22e
Show file tree
Hide file tree
Showing 541 changed files with 249,597 additions and 0 deletions.
1,096 changes: 1,096 additions & 0 deletions 404/index.html

Large diffs are not rendered by default.

1,682 changes: 1,682 additions & 0 deletions about/index.html

Large diffs are not rendered by default.

1,762 changes: 1,762 additions & 0 deletions archives/2021/03/index.html

Large diffs are not rendered by default.

1,778 changes: 1,778 additions & 0 deletions archives/2021/04/index.html

Large diffs are not rendered by default.

1,933 changes: 1,933 additions & 0 deletions archives/2021/05/index.html

Large diffs are not rendered by default.

1,403 changes: 1,403 additions & 0 deletions archives/2021/06/index.html

Large diffs are not rendered by default.

1,283 changes: 1,283 additions & 0 deletions archives/2021/08/index.html

Large diffs are not rendered by default.

1,419 changes: 1,419 additions & 0 deletions archives/2021/11/index.html

Large diffs are not rendered by default.

1,424 changes: 1,424 additions & 0 deletions archives/2021/12/index.html

Large diffs are not rendered by default.

2,035 changes: 2,035 additions & 0 deletions archives/2021/index.html

Large diffs are not rendered by default.

2,045 changes: 2,045 additions & 0 deletions archives/2021/page/2/index.html

Large diffs are not rendered by default.

2,022 changes: 2,022 additions & 0 deletions archives/2021/page/3/index.html

Large diffs are not rendered by default.

1,365 changes: 1,365 additions & 0 deletions archives/2021/page/4/index.html

Large diffs are not rendered by default.

1,344 changes: 1,344 additions & 0 deletions archives/2022/01/index.html

Large diffs are not rendered by default.

1,305 changes: 1,305 additions & 0 deletions archives/2022/02/index.html

Large diffs are not rendered by default.

1,465 changes: 1,465 additions & 0 deletions archives/2022/07/index.html

Large diffs are not rendered by default.

1,798 changes: 1,798 additions & 0 deletions archives/2022/08/index.html

Large diffs are not rendered by default.

2,010 changes: 2,010 additions & 0 deletions archives/2022/index.html

Large diffs are not rendered by default.

1,523 changes: 1,523 additions & 0 deletions archives/2022/page/2/index.html

Large diffs are not rendered by default.

1,889 changes: 1,889 additions & 0 deletions archives/2023/07/index.html

Large diffs are not rendered by default.

1,889 changes: 1,889 additions & 0 deletions archives/2023/index.html

Large diffs are not rendered by default.

1,992 changes: 1,992 additions & 0 deletions archives/index.html

Large diffs are not rendered by default.

2,003 changes: 2,003 additions & 0 deletions archives/page/2/index.html

Large diffs are not rendered by default.

2,066 changes: 2,066 additions & 0 deletions archives/page/3/index.html

Large diffs are not rendered by default.

2,025 changes: 2,025 additions & 0 deletions archives/page/4/index.html

Large diffs are not rendered by default.

2,049 changes: 2,049 additions & 0 deletions archives/page/5/index.html

Large diffs are not rendered by default.

1,545 changes: 1,545 additions & 0 deletions archives/page/6/index.html

Large diffs are not rendered by default.

1,676 changes: 1,676 additions & 0 deletions categories/JVM/index.html

Large diffs are not rendered by default.

1,498 changes: 1,498 additions & 0 deletions categories/MySQL全解/index.html

Large diffs are not rendered by default.

1,451 changes: 1,451 additions & 0 deletions categories/Spring5源码解析/index.html

Large diffs are not rendered by default.

1,275 changes: 1,275 additions & 0 deletions categories/index.html

Large diffs are not rendered by default.

1,646 changes: 1,646 additions & 0 deletions categories/kafka详解/index.html

Large diffs are not rendered by default.

1,459 changes: 1,459 additions & 0 deletions categories/云原生/index.html

Large diffs are not rendered by default.

1,279 changes: 1,279 additions & 0 deletions categories/开发笔记/index.html

Large diffs are not rendered by default.

1,861 changes: 1,861 additions & 0 deletions categories/数据结构与算法/index.html

Large diffs are not rendered by default.

1,489 changes: 1,489 additions & 0 deletions categories/数据结构与算法/page/2/index.html

Large diffs are not rendered by default.

1,355 changes: 1,355 additions & 0 deletions categories/杂七杂八/index.html

Large diffs are not rendered by default.

1,676 changes: 1,676 additions & 0 deletions categories/设计模式/index.html

Large diffs are not rendered by default.

1,171 changes: 1,171 additions & 0 deletions contact/index.html

Large diffs are not rendered by default.

125 changes: 125 additions & 0 deletions css/bb.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
div.timenode {
position: relative;
}

div.timenode:before,
div.timenode:after {
content: '';
z-index: 1;
position: absolute;
background: rgba(68, 215, 182, 0.5);
width: 2px;
left: 7px;
}

div.timenode:before {
top: 0px;
height: 6px;
}

div.timenode:after {
top: 26px;
height: calc(100% - 26px);
}

div.timenode:last-child:after {
height: calc(100% - 26px - 16px);
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}

div.timenode .meta,
div.timenode .body {
max-width: calc(100% - 24px);
}

div.timenode .meta {
position: relative;
color: var(--color-meta);
font-size: 0.875rem;
line-height: 32px;
height: 32px;
}

div.timenode .meta:before,
div.timenode .meta:after {
content: '';
position: absolute;
top: 8px;
z-index: 2;
}

div.timenode .meta:before {
background: rgba(68, 215, 182, 0.5);
width: 16px;
height: 16px;
border-radius: 8px;
}

div.timenode .meta:after {
background: #44d7b6;
margin-left: 2px;
margin-top: 2px;
width: 12px;
height: 12px;
border-radius: 6px;
transform: scale(0.5);
transition: all 0.28s ease;
-moz-transition: all 0.28s ease;
-webkit-transition: all 0.28s ease;
-o-transition: all 0.28s ease;
}

div.timenode .meta p {
font-weight: bold;
margin: 0 0 0 24px;
}

div.timenode .body {
margin: 4px 0 16px 24px;
padding: 16px;
border-radius: 8px;
background: var(--color-block);
display: inline-block;
}

div.timenode .body:empty {
display: none;
}

div.timenode .body > *:first-child {
margin-top: 0.25em;
}

div.timenode .body > *:last-child {
margin-bottom: 0.25em;
}

div.timenode .body .highlight {
border: 1px solid #e4e4e4;
}

div.timenode:hover .meta {
color: var(--color-text);
}

div.timenode:hover .meta:before {
background: rgba(255, 87, 34, 0.5);
}

div.timenode:hover .meta:after {
background: #ff5722;
transform: scale(1);
}

div.timenode .body {
margin: 0 0 0 24px;
padding: 16px;
border-radius: 8px;
background: #f6f6f6;
display: inline-block;
}

div.timenode time {
margin-left: 20px;
}
Loading

0 comments on commit 972d22e

Please sign in to comment.