Guest User

Untitled

a guest
Jul 4th, 2025
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.79 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:[email protected]&display=swap');
  2.  
  3. body {
  4.     transition: .3s;
  5.     font-family: "Noto Sans JP", serif !important;
  6. }
  7.  
  8. div[role="presentation"] {
  9.     background-image: url(https://cdn.imgchest.com/files/7lxcpdnr827.png);
  10.     background-repeat: no-repeat;
  11.     background-size: cover;
  12.     background-position: top;
  13.     width: 100%;
  14.     height: 100%;
  15. }
  16.  
  17. .markdown hr {
  18.     margin: 1.5em;
  19.     margin-block: 0;
  20. }
  21.  
  22. body div[role="presentation"] .sticky {
  23.     border-radius: 1rem;
  24.     margin: .2em;
  25.     top: .2em;
  26. }
  27.  
  28. button.absolute.rounded-full.bg-clip-padding.items-center.justify-center.bottom-5 {
  29.     display: none;
  30. }
  31.  
  32. main>div.w-full {
  33.     width: 99.9%;
  34. }
  35.  
  36. #page-header>.absolute>.items-center>div,
  37. #page-header>.absolute>.items-center>span {
  38.     opacity: 0;
  39. }
  40.  
  41. .pointer-events-none.relative.flex.justify-center {
  42.     left: auto;
  43.     display: contents;
  44. }
  45.  
  46. .tableContainer {
  47.     min-width: auto;
  48.     margin: 0;
  49.     border-color: white;
  50. }
  51.  
  52. .tableContainer thead {
  53.     border-color: white;
  54.     border-bottom-width: 2px;
  55. }
  56.  
  57. .tableContainer tr {
  58.     border-color: white;
  59. }
  60.  
  61. .tableContainer td {}
  62.  
  63. #thread>div>div.flex.shrink.basis-auto.flex-col.overflow-hidden.grow>div>div.hidden.text-center div {
  64.     overflow: hidden;
  65. }
  66.  
  67.  
  68. [dir=ltr] .horzScrollShadows {
  69.     background: none;
  70. }
  71.  
  72. div[data-message-author-role="assistant"] {
  73.     background-color: rgb(42 2 13 / 76%);
  74.     padding-bottom: .625rem;
  75.     padding-top: .625rem;
  76.     padding-left: 1.25rem;
  77.     padding-right: 1.25rem;
  78.     border-radius: 1.5rem;
  79. }
  80.  
  81. div[data-message-author-role="assistant"] p {
  82.     font-size: 1.1rem;
  83. }
  84.  
  85. div[data-message-author-role="assistant"] ul>li {
  86.     font-size: 1.1rem;
  87. }
  88.  
  89. div[data-message-author-role="assistant"] code {
  90.     font-size: 1.1rem;
  91. }
  92.  
  93. div[data-message-author-role="assistant"] strong {
  94.     background-color: rgb(72 255 0 / 17%);
  95.     border-radius: 2px;
  96.     padding: .05em .5em;
  97. }
  98.  
  99. div[data-message-author-role="assistant"] table {
  100.     min-width: auto;
  101.     max-width: 100%;
  102.     width: 100%;
  103. }
  104.  
  105. div[data-message-author-role="assistant"] ._tableWrapper_16hzy_14.group {
  106.     width: 100%;
  107.     margin-left: 0;
  108. }
  109.  
  110. div[data-message-author-role="assistant"] ._tableContainer_16hzy_1 {
  111.     min-width: auto;
  112.     max-width: 100%;
  113.     margin-left: 0;
  114.     overflow: visible;
  115. }
  116.  
  117.  
  118. article[data-testid^="conversation-turn-"] div.inline-flex.rounded-xl,
  119. article[data-testid^="conversation-turn-"] .items-center.rounded-xl {
  120.     background-color: #214b67bd;
  121. }
  122.  
  123. div[data-message-author-role="user"] .whitespace-pre-wrap {
  124.     font-size: 1.1rem;
  125. }
  126.  
  127. div[data-message-author-role="user"] .bg-token-message-surface {
  128.     background-color: rgb(22 114 48 / 85%);
  129. }
  130.  
  131. div.bg-token-main-surface-primary.rounded-xl {
  132.  
  133.     background-color: #214b67bd;
  134. }
  135.  
  136. div[data-message-author-role="user"] button {
  137.     background-color: #214b67bd;
  138.     margin: 0 .1rem;
  139.     transition: .3s;
  140. }
  141.  
  142. div[data-message-author-role="user"] button:hover {
  143.     background-color: #5f7ffcba;
  144. }
  145.  
  146. article[data-testid^="conversation-turn-"] button {
  147.     transition: .3s;
  148. }
  149.  
  150. article[data-testid^="conversation-turn-"] button:hover {
  151.     background-color: #5f7ffcba;
  152. }
  153.  
  154. div[slot="content"] .max-w-screen-md {
  155.     width: 100%;
  156.     max-width: 100%;
  157.     max-height: 100%;
  158.     height: 100%;
  159. }
  160.  
  161. .agent-turn>div>div.-ml-2 {
  162.     margin-top: .5rem;
  163.     margin-left: 0;
  164. }
  165.  
  166. div[role="presentation"] h1 {
  167.     font-size: 2rem;
  168.     margin-top: 1em;
  169.     margin-bottom: .5em;
  170.     padding-bottom: .625rem;
  171.     padding-top: .625rem;
  172.     padding-left: 1.25rem;
  173.     padding-right: 1.25rem;
  174.     border-radius: 1.5rem;
  175. }
  176.  
  177. #composer-background {
  178.     background-color: rgb(42 2 13 / 79%);
  179.     border-radius: 1.5rem;
  180. }
  181.  
  182. #composer-background button:hover {
  183.     color: #fff;
  184.     background-color: rgb(42 2 13 / 89%);
  185. }
  186.  
  187. div[role="presentation"] button.group:not([aria-haspopup="menu"]):not(.radix-state-open) {
  188.     background-color: rgb(42 2 13 / 79%);
  189.     border-radius: 1.5rem;
  190.     padding: 1rem;
  191. }
  192.  
  193. body>div.flex.h-full.w-full.flex-col>div>div.relative.flex.h-full.w-full.flex-row.overflow-hidden>div.relative.flex.h-full.max-w-full.flex-1.flex-col.overflow-hidden>main>div>section>div:nth-child(2)>div>div>div>div>div>div>div.items-start>button {
  194.     background-color: rgb(42 2 13 / 79%);
  195.     border-radius: 1.5rem;
  196.     padding: 1rem;
  197. }
  198.  
  199. body>div.flex.h-full.w-full.flex-col>div>div.relative.flex.h-full.w-full.flex-row.overflow-hidden>div.relative.flex.h-full.max-w-full.flex-1.flex-col.overflow-hidden>main>div>section>div:nth-child(2)>div>div>div>div>div>div>div.items-start>button:hover {
  200.     color: #fff;
  201.     background-color: rgb(42 2 13 / 89%);
  202. }
  203.  
  204. div[role="presentation"] ul button {
  205.     background-color: rgb(42 2 13 / 79%);
  206.     border-radius: 1.5rem;
  207. }
  208.  
  209. div[role="presentation"] ul button:hover {
  210.     color: #fff;
  211.     background-color: rgb(42 2 13 / 89%) !important;
  212. }
  213.  
  214. body>div.flex.h-full.w-full.flex-col>div>div.relative.flex.h-full.w-full.flex-row.overflow-hidden>div.relative.flex.h-full.max-w-full.flex-1.flex-col.overflow-hidden>main>div>section>div:nth-child(2)>div>div>div>div>div>div>div.mb-14.mt-6>h3 {
  215.     margin-top: 3rem;
  216.     color: #fff;
  217.     background-color: rgb(196 52 166 / 80%);
  218.     border-radius: 0.5rem;
  219.     text-align: center;
  220. }
  221.  
  222. div[role="presentation"] ol>[class~="first:rounded-t-lg"] {
  223.     margin-top: 1rem;
  224.     background-color: rgb(42 2 13 / 59%);
  225.     border-radius: 1.5rem !important;
  226. }
  227.  
  228. div[role="presentation"] ol>[class~="first:rounded-t-lg"] {
  229.     color: #fff;
  230.     background-color: rgb(42 2 13 / 89%) !important;
  231. }
  232.  
  233. #thread>div>div.flex.shrink.basis-auto.flex-col>div>div {
  234.     overflow-x: hidden;
  235. }
  236.  
  237. /* For markdown exporter */
  238. nav>div[style*="z-index: 20"] {
  239.     position: fixed;
  240.     bottom: 0px;
  241.     z-index: 2000;
  242.     left: 0px;
  243.     width: 260px;
  244. }
  245.  
  246. nav>div[style*="z-index: 20"]>a>div {
  247.     border-color: white;
  248.  
  249.     margin: .5em;
  250. }
  251.  
  252. nav>div[style*="z-index: 20"]>a>div:hover {
  253.     background-color: var(--ce-menu-primary);
  254. }
  255.  
  256. #thread-bottom-container::after {
  257.     opacity: 0;
  258. }
Advertisement
Add Comment
Please, Sign In to add comment