Add a wikidata search box

This commit is contained in:
Pieter Vander Vennet 2021-10-08 04:33:39 +02:00
parent 54bc4f24da
commit b5a2ee1757
21 changed files with 4141 additions and 3590 deletions

View file

@ -824,6 +824,10 @@ video {
margin: 1rem;
}
.m-px {
margin: 1px;
}
.my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
@ -848,18 +852,14 @@ video {
margin-left: 0.75rem;
}
.mr-3 {
margin-right: 0.75rem;
.mb-2 {
margin-bottom: 0.5rem;
}
.mr-4 {
margin-right: 1rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.mt-3 {
margin-top: 0.75rem;
}
@ -912,6 +912,10 @@ video {
margin-bottom: 0.25rem;
}
.mr-3 {
margin-right: 0.75rem;
}
.mb-4 {
margin-bottom: 1rem;
}
@ -1251,14 +1255,14 @@ video {
border-radius: 0.25rem;
}
.rounded-xl {
border-radius: 0.75rem;
}
.rounded-lg {
border-radius: 0.5rem;
}
.rounded-xl {
border-radius: 0.75rem;
}
.border {
border-width: 1px;
}
@ -1390,18 +1394,6 @@ video {
padding-left: 0.5rem;
}
.pr-2 {
padding-right: 0.5rem;
}
.pl-6 {
padding-left: 1.5rem;
}
.pt-2 {
padding-top: 0.5rem;
}
.pt-3 {
padding-top: 0.75rem;
}
@ -1462,6 +1454,18 @@ video {
padding-top: 0px;
}
.pr-2 {
padding-right: 0.5rem;
}
.pl-6 {
padding-left: 1.5rem;
}
.pt-2 {
padding-top: 0.5rem;
}
.text-center {
text-align: center;
}
@ -1582,14 +1586,14 @@ video {
text-decoration: underline;
}
.opacity-50 {
opacity: 0.5;
}
.opacity-0 {
opacity: 0;
}
.opacity-50 {
opacity: 0.5;
}
.opacity-40 {
opacity: 0.4;
}
@ -1632,6 +1636,12 @@ video {
transition-duration: 150ms;
}
.transition-colors {
transition-property: background-color, border-color, color, fill, stroke;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.transition-opacity {
transition-property: opacity;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
@ -1902,6 +1912,10 @@ li::marker {
border: 5px solid var(--catch-detail-color);
}
.border-attention {
border-color: var(--catch-detail-color);
}
.direction-svg svg path {
fill: var(--catch-detail-color) !important;
}
@ -2223,6 +2237,10 @@ li::marker {
}
@media (min-width: 640px) {
.sm\:m-1 {
margin: 0.25rem;
}
.sm\:mx-auto {
margin-left: auto;
margin-right: auto;
@ -2268,6 +2286,10 @@ li::marker {
justify-content: space-between;
}
.sm\:border-4 {
border-width: 4px;
}
.sm\:p-0\.5 {
padding: 0.125rem;
}
@ -2284,6 +2306,10 @@ li::marker {
padding: 0.25rem;
}
.sm\:p-2 {
padding: 0.5rem;
}
.sm\:pl-2 {
padding-left: 0.5rem;
}
@ -2383,6 +2409,10 @@ li::marker {
padding: 0.5rem;
}
.md\:p-3 {
padding: 0.75rem;
}
.md\:pt-4 {
padding-top: 1rem;
}