Skip to content

Commit

Permalink
storyinfo auto & favor_rank
Browse files Browse the repository at this point in the history
  • Loading branch information
sctop committed Mar 17, 2024
1 parent e4c8abc commit fecb0de
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 1 deletion.
63 changes: 62 additions & 1 deletion static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -420,4 +420,65 @@ body > .wrapper {
.story-by-narr:lang(zh-Hans):after {content: "[叙述]"}
.story-by-narr:lang(en):after {content: "[Narrator]"}

.tooltip-variable-content {display: none;}
.tooltip-variable-content {display: none;}

.student-lobby-unlock {
background-image: url("/static/images/ui/Favor_Rank_Icon.png");
width: 2rem;
height: 1.7rem;
line-height: 1.8rem;
text-align: center;
background-size: contain;
display: inline-block;
font-weight: bold;
color: black;
}
/* 用于 story.html 的标题 */
.student-lobby-unlock-title {
width: 2.5rem;
height: 2.2rem;
line-height: 2rem;
font-size: 1.6rem;
}
/* 用于 常规<p><li> 中间 */
.student-lobby-unlock-p {
width: 1.5rem;
height: 1.3rem;
line-height: 1.1rem;
font-size: 1rem;
}

/* bootstrap v5.3.3 strip */
:root {
--bs-code-color: #d63384;
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
pre,
code,
kbd,
samp {
font-family: var(--bs-font-monospace);
font-size: 1em;
}

pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
font-size: 0.875em;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}

code {
font-size: 0.875em;
color: var(--bs-code-color);
word-wrap: break-word;
}
a > code {
color: inherit;
}
Binary file added static/images/ui/Favor_Rank_Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fecb0de

Please sign in to comment.