mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 10:14:13 +02:00
api page
This commit is contained in:
parent
6ba687d9db
commit
15f38a6872
8 changed files with 443 additions and 2 deletions
8
style/pages/api.css
Normal file
8
style/pages/api.css
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
li > a:first-child > code, li > code:first-child {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
pre {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
|
@ -13,6 +13,7 @@ section > div > h3 {
|
|||
margin-left: 20px;
|
||||
margin-bottom: 0;
|
||||
min-width: 50px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
section > div > h3:before,
|
||||
|
|
@ -22,7 +23,7 @@ section > div > h3:after {
|
|||
display: block;
|
||||
height: 2px;
|
||||
position: absolute;
|
||||
top: 45%;
|
||||
top: calc(50% - 1px);
|
||||
}
|
||||
|
||||
section > div > h3:before {
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
@import 'pages/index.css';
|
||||
@import 'pages/demo.css';
|
||||
@import 'pages/about.css';
|
||||
@import 'pages/api.css';
|
||||
@import 'pages/upload.css';
|
||||
|
||||
:root {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue