mirror of
https://0xacab.org/dCF/deCloudflare.git
synced 2025-04-13 22:56:59 -04:00
commit
This commit is contained in:
parent
8eed2e4a0f
commit
31fe3c6185
@ -1,26 +1,46 @@
|
|||||||
table {
|
body {
|
||||||
border-collapse: collapse;
|
font-family: sans-serif
|
||||||
}
|
}
|
||||||
|
|
||||||
table > thead th {
|
a:not(:hover) {
|
||||||
border: 1px solid black;
|
text-decoration: none
|
||||||
border-bottom: 2px solid black;
|
}
|
||||||
|
|
||||||
|
thead {
|
||||||
|
background: #fafafa
|
||||||
|
}
|
||||||
|
|
||||||
|
details:not([open]) summary>h3 {
|
||||||
|
text-decoration: underline
|
||||||
|
}
|
||||||
|
|
||||||
|
details summary {
|
||||||
|
cursor: pointer
|
||||||
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
border-collapse: collapse;
|
||||||
|
}
|
||||||
|
|
||||||
|
table>thead th {
|
||||||
|
border: 1px solid black;
|
||||||
|
border-bottom: 2px solid black;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
padding: 0.8em;
|
padding: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
summary > * {
|
summary>* {
|
||||||
/*
|
/*
|
||||||
* Make summary display on the same line, instead of
|
* Make summary display on the same line, instead of
|
||||||
* splitting into multiple lines
|
* splitting into multiple lines
|
||||||
*/
|
*/
|
||||||
|
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user