add files for wiki.clockworkpi.com

This commit is contained in:
cuu
2024-02-21 21:17:50 -08:00
parent 47f750411b
commit 4a73e81b01
70 changed files with 1812 additions and 6 deletions

View File

@@ -55,3 +55,46 @@ body {
display: none;
}
}
table {
border-spacing: 0;
border-collapse: collapse;
display: block;
width: max-content;
max-width: 100%;
overflow: auto;
}
td,
th {
padding: 0;
}
table th {
font-weight: 600;
}
table th,
table td {
padding: 6px 13px;
border: 1px solid #d0d7de;
}
table td>:last-child {
margin-bottom: 0;
}
table tr {
background-color: #ffffff;
border-top: 1px solid hsla(210,18%,87%,1);
}
table tr:nth-child(2n) {
background-color: #f6f8fa;
}
table img {
background-color: transparent;
}