260322:1648 Correct Coresspondence / Doing RFA / Correct CI
This commit is contained in:
@@ -1 +1,72 @@
|
||||
.ansi-black-fg{color:#000}.ansi-black-bg{background-color:#000}.ansi-red-fg{color:#f66}.ansi-red-bg{background-color:#f66}.ansi-green-fg{color:#94f494}.ansi-green-bg{background-color:#94f494}.ansi-yellow-fg{color:#f4f47b}.ansi-yellow-bg{background-color:#f4f47b}.ansi-blue-fg{color:#9e9eff}.ansi-blue-bg{background-color:#9e9eff}.ansi-magenta-fg{color:#db6bdb}.ansi-magenta-bg{background-color:#db6bdb}.ansi-cyan-fg{color:#81eeee}.ansi-cyan-bg{background-color:#81eeee}.ansi-white-fg{color:#d6d6d6}.ansi-white-bg{background-color:#d6d6d6}.ansi-bright-black-fg{color:#6e6e6e}.ansi-bright-red-fg{color:#ffa8a8}.ansi-bright-green-fg{color:#0f0}.ansi-bright-yellow-fg{color:#ffffa8}.ansi-bright-blue-fg{color:#9494ff}.ansi-bright-magenta-fg{color:#ffb3ff}.ansi-bright-cyan-fg{color:#adffff}.ansi-bright-white-fg{color:#fff}
|
||||
.ansi-black-fg {
|
||||
color: #000;
|
||||
}
|
||||
.ansi-black-bg {
|
||||
background-color: #000;
|
||||
}
|
||||
.ansi-red-fg {
|
||||
color: #f66;
|
||||
}
|
||||
.ansi-red-bg {
|
||||
background-color: #f66;
|
||||
}
|
||||
.ansi-green-fg {
|
||||
color: #94f494;
|
||||
}
|
||||
.ansi-green-bg {
|
||||
background-color: #94f494;
|
||||
}
|
||||
.ansi-yellow-fg {
|
||||
color: #f4f47b;
|
||||
}
|
||||
.ansi-yellow-bg {
|
||||
background-color: #f4f47b;
|
||||
}
|
||||
.ansi-blue-fg {
|
||||
color: #9e9eff;
|
||||
}
|
||||
.ansi-blue-bg {
|
||||
background-color: #9e9eff;
|
||||
}
|
||||
.ansi-magenta-fg {
|
||||
color: #db6bdb;
|
||||
}
|
||||
.ansi-magenta-bg {
|
||||
background-color: #db6bdb;
|
||||
}
|
||||
.ansi-cyan-fg {
|
||||
color: #81eeee;
|
||||
}
|
||||
.ansi-cyan-bg {
|
||||
background-color: #81eeee;
|
||||
}
|
||||
.ansi-white-fg {
|
||||
color: #d6d6d6;
|
||||
}
|
||||
.ansi-white-bg {
|
||||
background-color: #d6d6d6;
|
||||
}
|
||||
.ansi-bright-black-fg {
|
||||
color: #6e6e6e;
|
||||
}
|
||||
.ansi-bright-red-fg {
|
||||
color: #ffa8a8;
|
||||
}
|
||||
.ansi-bright-green-fg {
|
||||
color: #0f0;
|
||||
}
|
||||
.ansi-bright-yellow-fg {
|
||||
color: #ffffa8;
|
||||
}
|
||||
.ansi-bright-blue-fg {
|
||||
color: #9494ff;
|
||||
}
|
||||
.ansi-bright-magenta-fg {
|
||||
color: #ffb3ff;
|
||||
}
|
||||
.ansi-bright-cyan-fg {
|
||||
color: #adffff;
|
||||
}
|
||||
.ansi-bright-white-fg {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@@ -1 +1,5 @@
|
||||
@supports not (overflow:clip){.lxnfua_clipPathFallback{clip-path:inset(-1px round 26px)}}
|
||||
@supports not (overflow: clip) {
|
||||
.lxnfua_clipPathFallback {
|
||||
clip-path: inset(-1px round 26px);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +1,48 @@
|
||||
.q9tKkq_viewer{background-color:var(--codemirror-bg,transparent);border:none;border-radius:0;font-size:14px;overflow:hidden}.q9tKkq_viewer .cm-scroller{scroll-behavior:auto;overscroll-behavior-x:contain;align-items:stretch;display:flex;overflow-x:auto}.q9tKkq_viewer .cm-content{white-space:pre;min-width:-webkit-max-content;min-width:max-content;padding:0 calc(var(--spacing) * 4) calc(var(--spacing) * 3);flex:1;line-height:20px;font-family:var(--font-mono)!important}@media (min-width:768px){.q9tKkq_viewer .cm-content{padding:0 calc(var(--spacing) * 5) calc(var(--spacing) * 3)}}.q9tKkq_viewer .cm-content{color:var(--text-primary)}.q9tKkq_viewer .cm-content ::selection{background-color:var(--theme-user-selection-bg)}.q9tKkq_viewer.q9tKkq_wrapLines .cm-scroller{overflow-x:hidden}.q9tKkq_viewer.q9tKkq_wrapLines .cm-content{white-space:pre-wrap;overflow-wrap:anywhere;min-width:0}.fullscreen .q9tKkq_viewer .cm-content{padding-top:calc(var(--spacing) * 3)}.q9tKkq_readonly{cursor:text}
|
||||
.q9tKkq_viewer {
|
||||
background-color: var(--codemirror-bg, transparent);
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-size: 14px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.q9tKkq_viewer .cm-scroller {
|
||||
scroll-behavior: auto;
|
||||
overscroll-behavior-x: contain;
|
||||
align-items: stretch;
|
||||
display: flex;
|
||||
overflow-x: auto;
|
||||
}
|
||||
.q9tKkq_viewer .cm-content {
|
||||
white-space: pre;
|
||||
min-width: -webkit-max-content;
|
||||
min-width: max-content;
|
||||
padding: 0 calc(var(--spacing) * 4) calc(var(--spacing) * 3);
|
||||
flex: 1;
|
||||
line-height: 20px;
|
||||
font-family: var(--font-mono) !important;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.q9tKkq_viewer .cm-content {
|
||||
padding: 0 calc(var(--spacing) * 5) calc(var(--spacing) * 3);
|
||||
}
|
||||
}
|
||||
.q9tKkq_viewer .cm-content {
|
||||
color: var(--text-primary);
|
||||
}
|
||||
.q9tKkq_viewer .cm-content ::selection {
|
||||
background-color: var(--theme-user-selection-bg);
|
||||
}
|
||||
.q9tKkq_viewer.q9tKkq_wrapLines .cm-scroller {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.q9tKkq_viewer.q9tKkq_wrapLines .cm-content {
|
||||
white-space: pre-wrap;
|
||||
overflow-wrap: anywhere;
|
||||
min-width: 0;
|
||||
}
|
||||
.fullscreen .q9tKkq_viewer .cm-content {
|
||||
padding-top: calc(var(--spacing) * 3);
|
||||
}
|
||||
.q9tKkq_readonly {
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1 +1,102 @@
|
||||
@keyframes fade-in{0%{opacity:0}to{opacity:1}}.teleprompter{position:relative;overflow:visible}.teleprompter-inner{flex-wrap:wrap;align-content:flex-start;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.teleprompter-word{opacity:0;white-space:pre;animation:fade-in var(--fade,.5s) cubic-bezier(.37, .55, .86, .88) forwards}@keyframes dot-fade{0%,to{opacity:.5}50%{opacity:1}}.animate-dot-fade{animation:1s ease-in-out infinite dot-fade}.gxcrJW_frostedContainer{width:100%;position:relative;overflow:hidden}.gxcrJW_blurStack{pointer-events:none;z-index:5;height:5rem;position:absolute;top:0;bottom:0;left:0;right:0}.gxcrJW_blur{--frost:color-mix(in srgb, var(--bg-tertiary) 60%, transparent);background:linear-gradient(to bottom, var(--frost) 0%, transparent var(--gradient-end,60%));height:100%;-webkit-backdrop-filter:blur(var(--blur,0px));opacity:var(--alpha,.4);will-change:backdrop-filter, opacity;border-top-left-radius:8px;border-top-right-radius:8px;position:absolute;top:0;bottom:auto;left:0;right:0;transform:translateZ(0);-webkit-mask-image:linear-gradient(#000 60%,#0000 100%);mask-image:linear-gradient(#000 60%,#0000 100%)}.gxcrJW_layer0{--blur:.5px;--alpha:.65;--gradient-end:25%}.gxcrJW_layer1{--blur:2px;--alpha:.5;--gradient-end:35%}.gxcrJW_layer2{--blur:6px;--alpha:.38;--gradient-end:50%}.gxcrJW_layer3{--blur:16px;--alpha:.28;--gradient-end:65%}.gxcrJW_layer4{--blur:32px;--alpha:.18;--gradient-end:80%}.gxcrJW_layer5{--blur:64px;--alpha:.1;--gradient-end:95%}
|
||||
@keyframes fade-in {
|
||||
0% {
|
||||
opacity: 0;
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
.teleprompter {
|
||||
position: relative;
|
||||
overflow: visible;
|
||||
}
|
||||
.teleprompter-inner {
|
||||
flex-wrap: wrap;
|
||||
align-content: flex-start;
|
||||
display: flex;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
.teleprompter-word {
|
||||
opacity: 0;
|
||||
white-space: pre;
|
||||
animation: fade-in var(--fade, 0.5s) cubic-bezier(0.37, 0.55, 0.86, 0.88) forwards;
|
||||
}
|
||||
@keyframes dot-fade {
|
||||
0%,
|
||||
to {
|
||||
opacity: 0.5;
|
||||
}
|
||||
50% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
.animate-dot-fade {
|
||||
animation: 1s ease-in-out infinite dot-fade;
|
||||
}
|
||||
.gxcrJW_frostedContainer {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
.gxcrJW_blurStack {
|
||||
pointer-events: none;
|
||||
z-index: 5;
|
||||
height: 5rem;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
.gxcrJW_blur {
|
||||
--frost: color-mix(in srgb, var(--bg-tertiary) 60%, transparent);
|
||||
background: linear-gradient(to bottom, var(--frost) 0%, transparent var(--gradient-end, 60%));
|
||||
height: 100%;
|
||||
-webkit-backdrop-filter: blur(var(--blur, 0px));
|
||||
opacity: var(--alpha, 0.4);
|
||||
will-change: backdrop-filter, opacity;
|
||||
border-top-left-radius: 8px;
|
||||
border-top-right-radius: 8px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: auto;
|
||||
left: 0;
|
||||
right: 0;
|
||||
transform: translateZ(0);
|
||||
-webkit-mask-image: linear-gradient(#000 60%, #0000 100%);
|
||||
mask-image: linear-gradient(#000 60%, #0000 100%);
|
||||
}
|
||||
.gxcrJW_layer0 {
|
||||
--blur: 0.5px;
|
||||
--alpha: 0.65;
|
||||
--gradient-end: 25%;
|
||||
}
|
||||
.gxcrJW_layer1 {
|
||||
--blur: 2px;
|
||||
--alpha: 0.5;
|
||||
--gradient-end: 35%;
|
||||
}
|
||||
.gxcrJW_layer2 {
|
||||
--blur: 6px;
|
||||
--alpha: 0.38;
|
||||
--gradient-end: 50%;
|
||||
}
|
||||
.gxcrJW_layer3 {
|
||||
--blur: 16px;
|
||||
--alpha: 0.28;
|
||||
--gradient-end: 65%;
|
||||
}
|
||||
.gxcrJW_layer4 {
|
||||
--blur: 32px;
|
||||
--alpha: 0.18;
|
||||
--gradient-end: 80%;
|
||||
}
|
||||
.gxcrJW_layer5 {
|
||||
--blur: 64px;
|
||||
--alpha: 0.1;
|
||||
--gradient-end: 95%;
|
||||
}
|
||||
|
||||
@@ -1 +1,9 @@
|
||||
.T40Hfq_modelCursor{width:0;height:0;display:inline-block;position:relative}.T40Hfq_modelCursor:after{content:none}
|
||||
.T40Hfq_modelCursor {
|
||||
width: 0;
|
||||
height: 0;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
}
|
||||
.T40Hfq_modelCursor:after {
|
||||
content: none;
|
||||
}
|
||||
|
||||
@@ -1 +1,30 @@
|
||||
@keyframes YfNCsW_fade{to{opacity:1}}.YfNCsW_fadeIn{opacity:0;animation:YfNCsW_fade var(--duration,0s) cubic-bezier(.37, .55, .86, .88) forwards var(--delay,0s);animation-iteration-count:1}@media (prefers-reduced-motion:reduce){.YfNCsW_fadeIn{--duration:0s;opacity:1}}.YfNCsW_marker.YfNCsW_hidden{display:none}.YfNCsW_marker.YfNCsW_animate{opacity:0;animation:YfNCsW_fade var(--duration,0s) cubic-bezier(.37, .55, .86, .88) forwards var(--delay,0s);animation-iteration-count:1}@media (prefers-reduced-motion:reduce){.YfNCsW_marker.YfNCsW_animate{--duration:0s;opacity:1}}
|
||||
@keyframes YfNCsW_fade {
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
.YfNCsW_fadeIn {
|
||||
opacity: 0;
|
||||
animation: YfNCsW_fade var(--duration, 0s) cubic-bezier(0.37, 0.55, 0.86, 0.88) forwards var(--delay, 0s);
|
||||
animation-iteration-count: 1;
|
||||
}
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.YfNCsW_fadeIn {
|
||||
--duration: 0s;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
.YfNCsW_marker.YfNCsW_hidden {
|
||||
display: none;
|
||||
}
|
||||
.YfNCsW_marker.YfNCsW_animate {
|
||||
opacity: 0;
|
||||
animation: YfNCsW_fade var(--duration, 0s) cubic-bezier(0.37, 0.55, 0.86, 0.88) forwards var(--delay, 0s);
|
||||
animation-iteration-count: 1;
|
||||
}
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.YfNCsW_marker.YfNCsW_animate {
|
||||
--duration: 0s;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,16 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<!-- saved from url=(0251)https://content.googleapis.com/static/proxy.html?usegapi=1&jsh=m%3B%2F_%2Fscs%2Fabc-static%2F_%2Fjs%2Fk%3Dgapi.lb.en.PCvl17LujMs.O%2Fd%3D1%2Frs%3DAHpOoo-sAn5Asuf3MvShXCH_dsg8tE46Tw%2Fm%3D__features__#parent=https%3A%2F%2Fchatgpt.com&rpctoken=813075743 -->
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
|
||||
<title></title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<script src="./cb=gapi.loaded_0" nonce="" async=""></script><script nonce="">
|
||||
window['startup'] = function() {
|
||||
googleapis.server.init();
|
||||
};
|
||||
</script>
|
||||
<script src="./googleapis.proxy.js.download" async="" defer="" nonce="" gapi_processed="true"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
</body></html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
|
||||
<title></title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<script src="./cb=gapi.loaded_0" nonce="" async=""></script>
|
||||
<script nonce="">
|
||||
window['startup'] = function () {
|
||||
googleapis.server.init();
|
||||
};
|
||||
</script>
|
||||
<script src="./googleapis.proxy.js.download" async="" defer="" nonce="" gapi_processed="true"></script>
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1 +1,12 @@
|
||||
.TyagGW_tableContainer{--thread-content-width:min(calc(100cqw - 2 * var(--thread-content-margin,0)), var(--thread-content-max-width));--thread-gutter-size:calc((100cqw - var(--thread-content-width)) / 2);width:100cqw;margin-inline:calc(-1 * var(--thread-gutter-size));scrollbar-width:thin;overflow-x:auto}.TyagGW_tableWrapper{margin-inline:var(--thread-gutter-size) var(--thread-content-margin);pointer-events:auto}
|
||||
.TyagGW_tableContainer {
|
||||
--thread-content-width: min(calc(100cqw - 2 * var(--thread-content-margin, 0)), var(--thread-content-max-width));
|
||||
--thread-gutter-size: calc((100cqw - var(--thread-content-width)) / 2);
|
||||
width: 100cqw;
|
||||
margin-inline: calc(-1 * var(--thread-gutter-size));
|
||||
scrollbar-width: thin;
|
||||
overflow-x: auto;
|
||||
}
|
||||
.TyagGW_tableWrapper {
|
||||
margin-inline: var(--thread-gutter-size) var(--thread-content-margin);
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user