mirror of
https://gitea.invidious.io/iv-org/shard-crystal-sqlite3.git
synced 2024-08-15 00:53:26 +00:00
Docs
This commit is contained in:
commit
888aff86c5
11 changed files with 1799 additions and 0 deletions
92
css/style.css
Normal file
92
css/style.css
Normal file
|
@ -0,0 +1,92 @@
|
|||
body {
|
||||
font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
|
||||
}
|
||||
|
||||
.entry-summary {
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
.entry-summary .signature {
|
||||
padding: 4px 8px;
|
||||
margin-bottom: 4px;
|
||||
display: inline-block;
|
||||
background: #f8f8f8;
|
||||
color: #05a;
|
||||
border: 1px solid #f0f0f0;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
}
|
||||
|
||||
.entry-summary .signature:hover {
|
||||
background: #CFEBFF;
|
||||
border-color: #A4CCDA;
|
||||
}
|
||||
|
||||
.entry-summary .summary {
|
||||
padding-left: 32px;
|
||||
}
|
||||
|
||||
.entry-summary a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.entry-detail .signature {
|
||||
padding: 6px 10px;
|
||||
margin-bottom: 10px;
|
||||
display: inline-block;
|
||||
background: #E8F4FF;
|
||||
border: 1px solid #d8d8e5
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
hr {
|
||||
color: #ddd;
|
||||
background-color: #ddd;
|
||||
height: 1px;
|
||||
border: 0;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
pre {
|
||||
padding: 10px 20px;
|
||||
margin-top: 4px;
|
||||
border-radius: 3px;
|
||||
line-height: 1.45;
|
||||
overflow: auto;
|
||||
color: #333;
|
||||
background: #f7f7f7;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.c {
|
||||
color: #969896;
|
||||
}
|
||||
|
||||
.n {
|
||||
color: #0086b3;
|
||||
}
|
||||
|
||||
.t {
|
||||
color: #0086b3;
|
||||
}
|
||||
|
||||
.s {
|
||||
color: #183691;
|
||||
}
|
||||
|
||||
.i {
|
||||
color: #7f5030;
|
||||
}
|
||||
|
||||
.k {
|
||||
color: #a71d5d;
|
||||
}
|
||||
|
||||
.o {
|
||||
color: #a71d5d;
|
||||
}
|
||||
|
||||
.m {
|
||||
color: #795da3;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue