https://github.com/5ime/h1ve-chinese
H1ve-theme和CTFd-owl汉化
https://github.com/5ime/h1ve-chinese
Last synced: about 1 year ago
JSON representation
H1ve-theme和CTFd-owl汉化
- Host: GitHub
- URL: https://github.com/5ime/h1ve-chinese
- Owner: 5ime
- Created: 2021-05-01T15:19:30.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T06:01:04.000Z (over 3 years ago)
- Last Synced: 2025-04-03T05:51:08.692Z (over 1 year ago)
- Language: CSS
- Size: 7.27 MB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# H1ve-Chinese
手动汉化了一下H1ve-theme和CTFd-Owl的用户界面
## 自定义CSS
~~~ css
@media (min-width: 1200px){
.section-hero, .section-hero .table-container-outer {
min-height: 550px;
}}
.key-submit #submit-key{
border: 1px solid #c9cacc;
}
.modal-body {
overflow: hidden;
}
.section-standard .section-inner {
padding-top: 100px;
padding-bottom: 40px;
}
#challenges-board {
margin-top: -5em;
}
#submit-key{
width:100%;
}
.btn-dark {
background-color: #c9cacc;
color: #3a3939;
}
.solved-challenge {
background-color: #16e171!important;
opacity: 0.8;
}
~~~

