Spaces:
Sleeping
Sleeping
File size: 2,649 Bytes
573f504 bb63de8 8a96d59 5fbfab8 bb63de8 dd5547e 8a96d59 8c020aa 393576f 8c020aa 393576f 8c020aa e520696 6b93fa1 dd160ff 6b93fa1 715d8c6 68f82ba fb0b627 5fbfab8 8166508 dd5547e 573f504 715d8c6 68f82ba 573f504 715d8c6 573f504 715d8c6 7f7dd9f 332919d 715d8c6 8166508 332919d 715d8c6 7f7dd9f 715d8c6 332919d 715d8c6 7f7dd9f 715d8c6 332919d 573f504 68f82ba 393576f 68f82ba 6b93fa1 dd5547e c0666ce dd5547e 6b93fa1 8c020aa 174623f 4a065f0 0a93dc2 7f7dd9f 0a93dc2 4a065f0 0a93dc2 67a2db8 c0666ce 393576f c0666ce 174623f 4a065f0 e520696 0a93dc2 7f7ba6f 8a96d59 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 |
@import url('https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&display=swap');
.gradio-container {
background-color: #cda678;
font-family: "Silkscreen";
position: relative;
}
#component-1 {
min-height: 75vh;
}
#component-3 {
margin-bottom: 10px;
}
#component-4 {
margin-top: auto;
margin-bottom: 10px;
}
.tabs.svelte-btpldm {
height: 100%;
}
.tabitem {
background-color: #002366;
border: 1px solid #fff;
}
#component-9, #component-17, #component-25, #component-33, #component-41 {
min-height: 70vh;
max-height: 70vh;
}
.secondary.svelte-58yet2 {
background-color: #002366;
font-weight: 400;
}
#component-10, #component-11, #component-18, #component-19, #component-26, #component-27, #component-34, #component-35,
#component-42, #component-43 {
background-color: #aaa;
}
.message.svelte-a99nd8.svelte-a99nd8 {
padding: 15px;
position: relative;
}
.user.svelte-a99nd8.svelte-a99nd8 {
margin-right: 10px;
}
.bot.svelte-a99nd8.svelte-a99nd8 {
padding-left: 15px;
margin-left: 10px;
}
.bot.svelte-a99nd8.svelte-a99nd8:before, .user.svelte-a99nd8.svelte-a99nd8:after {
content: \"\";
width: 10px;
height: 10px;
position: absolute;
bottom: -1px;
border: 1px solid var(--color-border-accent);
background-color: var(--color-accent-soft);
}
.bot.svelte-a99nd8.svelte-a99nd8:before {
left: -10px;
border-right: 0;
}
.user.svelte-a99nd8.svelte-a99nd8:after {
right: -10px;
border-left: 0;
}
textarea {
background-color: #fff;
min-height: 50px !important;
}
#component-48, #component-51 {
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
width: 50%;
height: 50vh;
padding: 80px 20px 20px;
background-color: #fff;
border: 1px solid #002366;
}
#component-51 {
display: flex;
flex-direction: column;
}
#component-51.hide.svelte-1btyfsc {
display: none;
}
#component-51:before {
content: \"The Killer is: \";
position: absolute;
top: 20px;
left: 20px;
}
#component-51 > *:not(:last-child) {
flex-grow: 1;
}
#component-49 {
position: initial;
background-image: url(\"file/img/map.jpg\");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
#component-50, #component-57 {
position: absolute;
top: 20px;
right: 20px;
width: 44px;
height: 44px;
min-width: 44px;
min-height: 44px;
line-height: 0;
}
div.svelte-1eq475l, .output-class.svelte-1s28oeb.svelte-1s28oeb.svelte-1s28oeb {
font-weight: 400;
} |