Skip to content

Commit

Permalink
Site updated: 2024-07-07 13:55:05
Browse files Browse the repository at this point in the history
  • Loading branch information
OBlogger committed Jul 7, 2024
1 parent 4c822ab commit 5663fb9
Show file tree
Hide file tree
Showing 26 changed files with 255 additions and 230 deletions.
16 changes: 8 additions & 8 deletions 2024/06/10/hello-world/index.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions 2024/06/14/自我介绍/index.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions 2024/06/14/题解:CF1970A1-Balanced-Shuffle-Easy/index.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions 2024/06/15/Latex圣经/index.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions 404.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions about/index.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions archives/2024/06/index.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions archives/2024/index.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions archives/index.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions categories/index.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions categories/mine/index.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions categories/其他/index.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions categories/题解/index.html

Large diffs are not rendered by default.

134 changes: 79 additions & 55 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -6543,76 +6543,100 @@ time.comment-time {
color: var(--efu-secondtext);
margin-left: auto;
}
#bber {
margin-top: 0.5rem;
width: 100%;
}
#bber div.bber-content {
display: flex;
flex-direction: initial;
flex-wrap: wrap;
#bbTimeList {
background: var(--efu-card-bg);
border-radius: 12px;
width: 100%;
height: 100%;
}
#bber .bber-bottom {
display: flex;
justify-content: space-between;
white-space: nowrap;
overflow: hidden;
border: var(--style-border);
transition: 0.3s;
height: 50px;
width: 100%;
justify-content: space-between;
user-select: none;
}
#bber .bber-info {
display: flex;
align-items: center;
padding: 0.5rem 1rem;
animation: slide-in 0.6s 0s backwards;
margin-bottom: 0.5rem;
}
#bber .bber-info .fa-rectangles-mixed {
margin-right: 8px;
#bbTimeList.more-page {
margin-bottom: 0;
}
#bber .bber-info .bber-info-time,
#bber .bber-info .bber-info-location {
margin-right: 0.5rem;
color: var(--efu-fontcolor);
font-size: 0.7rem;
background-color: var(--efu-gray-op);
padding: 0 8px;
border-radius: 20px;
cursor: default;
display: flex;
align-items: center;
@media screen and (min-width: 1300px) {
#bbTimeList:hover {
border: var(--style-border-hover);
box-shadow: var(--efu-shadow-main);
}
}
#bber .bber-info .bber-info-time i,
#bber .bber-info .bber-info-location i {
margin-right: 8px;
font-size: 16px;
@media screen and (max-width: 768px) {
#bbTimeList {
margin: 0;
background: var(--efu-background);
border: none;
}
}
#bber .bber-info .bber-info-time .datafrom,
#bber .bber-info .bber-info-location .datafrom {
order: 2;
color: var(--efu-secondtext);
font-size: 0.7rem;
margin-left: 8px;
i.bber-logo,
i.bber-gotobb {
transition: 0.3s;
cursor: pointer;
}
#bber .bber-info .bber-info-time .datafrom small,
#bber .bber-info .bber-info-location .datafrom small {
font-size: 0.7rem;
i.bber-logo:hover,
i.bber-gotobb:hover {
opacity: 0.8;
color: var(--efu-theme);
}
i.bber-logo {
font-size: 2rem;
margin-right: 1rem;
}
i.bber-gotobb {
font-size: 16px;
margin-left: 1rem;
}
#bber {
margin-top: 0.5rem;
width: 100%;
}
#bber .bber-info .bber-content-link {
#bber .meta {
display: flex;
margin-right: 0.5rem;
color: var(--efu-secondtext);
font-size: 0.7rem;
align-items: center;
background-color: rgba(245,108,108,0.13);
padding: 0 8px;
border-radius: 20px;
line-height: 1.5;
position: relative;
width: 100%;
margin-bottom: 4px;
}
#bber .bber-info .bber-content-link:hover {
background-color: var(--efu-main);
color: var(--efu-white);
#bber .meta .avatar {
margin: 0;
width: 50px;
height: 50px;
border-radius: 10px;
}
#bber .bber-info .bber-content-link i {
margin-right: 3px;
font-size: 16px;
#bber .meta .info {
display: flex;
flex-direction: column;
margin-left: 10px;
}
#bber .meta .info span.bber_nick {
color: var(--efu-main);
font-size: 0.9rem;
}
#bber .meta .info time.bber_date {
font-size: 14px;
opacity: 0.6;
}
#bber .meta .goComment {
position: absolute;
top: 0;
right: 0;
}
#bber div.bber-content {
display: flex;
flex-direction: initial;
flex-wrap: wrap;
border-radius: 12px;
width: 100%;
height: 100%;
}
#bber .count {
color: var(--efu-secondtext);
Expand Down
18 changes: 9 additions & 9 deletions essay/index.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/DynamicLine.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5663fb9

Please sign in to comment.