Skip to content

chat.openai.com - 11/5/2023, 5:01:51 PM by dragonwr

Details

Authordragonwr

LicenseNo License

Categorychat.openai.com

Created

Updated

Size8.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           chat.openai.com - 11/5/2023, 5:01:51 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("chat.openai.com") {

    #prompt-textarea {
        text-shadow: none;
        color: teal;
        font-size: 1.2em;
    }
    div[data-testid^='conversation'] {
        background-color: rgba(0, 0, 0, 0)
    }
    li:hover {
        font-size: 1.2em;
        color: teal;
        padding: .3em;
        transition: .4s;
    }
    div[data-message-id="aaa2744e-d37e-4de0-a8c1-fc5d34ccac3d"] {
        display: inline-block !important;
        text-align: left;
    }
    @keyframes tfx {

    0%,
    19%,
    21%,
    23%,
    25%,
    54%,
    56%,
    100% {
    text-shadow: -0.2rem -0.2rem 1rem #fff, 0.2rem 0.2rem 1rem #fff, 0 0 2rem var(--neon-text-color), 0 0 4rem var(--neon-text-color), 0 0 6rem var(--neon-text-color), 0 0 8rem var(--neon-text-color), 0 0 10rem var(--neon-text-color);
    box-shadow: 0 0 .5rem #fff, inset 0 0 .5rem #fff, 0 0 2rem var(--neon-border-color), inset 0 0 2rem var(--neon-border-color), 0 0 4rem var(--neon-border-color), inset 0 0 4rem var(--neon-border-color);
}

20%,
24%,
55% {
text-shadow: none;
box-shadow: none;

}

}

@keyframes mbg {
0% {
background-position: 81% 1%;

}
99% {
fil/ter: hue-rotate(224deg) saturate(1.19);
background-position: 9% 100%;


}

}
.markdown p:hover {
border-radius: 33px;
padding: 11px;
font-family: ‘Noto Sans SC’,
sans-serif;
background-size: 600% 100% !important;
animation: mbg 9.9s forwards;
background-image: linear-gradient(210deg, #ffcc00, #ff6699, #99ccff, #66ff99, rgba(255, 204, 0, 0.81)) !important;


}
#jbtn {
background-color: rgba(0, 128, 128, .751);
right: 15%;


}
#textmving {
background-color: red;
right: 0;

}
#jbtn,
#textmving {
position: fixed;
top:0;

padding:.41em;
width: 100px;
height: 50px;
animation: tfx 1.2s infinite;
border-radius: 44px;

}

:root {
--td:13% !important;

}
.active * {
background-color: navajowhite;
padding: 3em;

}
body {
font-family: "Roboto",
helvetica,
arial,
sans-serif !important;
font-size: 16px !important;
font-weight: 400 !important;
text-rendering: optimizeLegibility !important;

}

table {
margin:auto;
width: 999px;
transform-origin: 2% 0 !important;
transform: scale(.833) !important;
border-radius: 14px !important;
border: 12px solid lime !important;
filter:drop-shadow(0px 0px 34px rgba(0, 128, 128, .751)) hue-rotate(1deg) brightness(1.1253) saturate(.761) invert(.081);

}
tr : td {
background:teal !important;
border: 3px solid aqua !important;
color:aliceblue !important;

}

table * {
border:none !important;
border-radius: 14px 14px 0 0 !important;

}
td {
vertical-align: middle !important;
padding: 1em 0.63em !important;

}
td:nth-of-type(odd) {
/font-size: 1.4em;

}
th {
text-align: center !important;
background-color: lime !important;
border-radius: 0 !important;
color: green !important;

}
tr {
background-color: aquamarine !important;
background-color: burlywood !important;
background-color: aqua !important;
background-color: lightcyan !important;
line-height:1.49 !important;
border-bottom: 11px solid antiquewhite !important;

}
td:nth-of-type(1),
td:nth-of-type(2),
td:nth-of-type(3) {
width: var(--td) !important;
text-align: center !important;

}
tr:nth-of-type(even) {
filter:saturate(1.283) brightness(.9) !important;

}
div.p-4.justify-center.text-base.md:gap-6.md:py-6.m-auto {
background-color: lime !important;

}
td * {
color:beige !important;
font-weight: 1400 !important;
font-style:normal !important;
font-family: “Roboto”,
helvetica,
arial,
sans-serif !important;
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1) !important;

}
/*** Table Styles **/
tr : td {
background:teal !important;
border: 3px solid aqua !important;
color:aliceblue !important;

}
/*	
	Table Responsive
	===================
	Author: https://github.com/pablorgarcia
 */
th h1 {
font-weight: bold !important;
font-size: 1em !important;
text-align: left !important;
color: #185875 !important;

}

td {
font-weight: normal !important;
font-size: 1em !important;
-webkit-box-shadow: 0 2px 2px -2px #0E1119 !important;
-moz-box-shadow: 0 2px 2px -2px #0E1119 !important;
box-shadow: 0 2px 2px -2px #0E1119 !important;

}

td,
th {
padding-bottom: 2% !important;
padding-top: 2% !important;
padding-left:2% !important;

}
tr:nth-child(odd) {
background-color: #323C50 !important;

}

/* Background-color of the even rows */
tr:nth-child(even) {
background-color: #2C3446 !important;

}

td:first-child {
color: #FB667A !important;

}

tr:hover {
background-color: #464A52 !important;
-webkit-box-shadow: 0 6px 6px -6px #0E1119 !important;
-moz-box-shadow: 0 6px 6px -6px #0E1119 !important;
box-shadow: 0 6px 6px -6px #0E1119 !important;

}

td:hover {
background-color: #FFF842 !important;
color: #403E10 !important;
font-weight: bold !important;

box-shadow: #7F7C21 -1px 1px,
#7F7C21 -2px 2px,
#7F7C21 -3px 3px,
#7F7C21 -4px 4px,
#7F7C21 -5px 5px,
#7F7C21 -6px 6px !important;
transform: translate3d(6px, -6px, 0) !important;

transition-delay: 0s !important;
transition-duration: 0.4s !important;
transition-property: all !important;
transition-timing-function: line !important;
text-shadow: none;

}
div.group > div div div div div div:first-of-type div {
width: 60% !important;

}
div.group > div div div div div div:first-of-type div td {
width: 99px !important;


}
div.group > div div div div div div:first-of-type div {
width: 100% !important;


}
div.group > div div div div div div:first-of-type {
width: 224% !important;
font-size: 1.24774741em !important;
padding: .2em !important;


}


/*** Table Styles **/
div.p-4.gizmo:py-2.justify-center.text-base.md:gap-6.md:py-6.m-auto {
margin:auto;
background-color: blue !important;

}

div.relative.flex div div div div div div div div div:first-of-type {
padding: .31em;
margin:0 -.1em;

}
div.relative.flex div div div div div div div div div div div div div div:first-of-type * {
/background-color: blue !important;
text-align: left;
margin:auto;


}
div.relative.flex div div div div div div div div div div div div div:first-of-type {
background-color: teal;
line-height: 1.532;
margin:auto;
color:aqua;
text-align: center;

}
div.relative.flex div div div div div div div:first-of-type {
font-weight: 888;
color: navajowhite;


}
div.text-gray-400.flex.self-end {
display: none;

}

code {
color: inherit;
background: inherit;
font-weight: inherit;
padding: inherit;
font-family: initial;

}

/* 初始状态隐藏单元格 */
/* 定义动画类 */
.animated {
animation-name: cellAn;

}

@keyframes cellAn {
0% {
opacity: 0;
transform: translate(120px, 0);

}
100% {
opacity: 1;
transform: translate(0, 0);

}

}
.markdown *:not(p) {
border-radius: 22px;
background-color: #0E1119;
width: 100%;
	text-align: left;
display: block !important;

}
div.markdown ol > * {
padding: .14em .2em;

}
html div div .markdown ol {
float: left;
margin:2em !important;
padding: 1.3em 2em !important;
text-align: left !important;
display: block;

}
ol {
padding-left: 0;

}

li {
padding-left: 0;

}
code * {
font-style: normal !important;
font-size: 100% !important;
background-color: teal;

}
code {
display: block;

}

div.p-4.overflow-y-auto {


}
.markdown p font {
animation: tfx 1.4s 1;


}

div p strong {
color: aqua;

}
body > div div {
border-radius: 4px;
margin: .113em;
padding: .13em;

}

.wdelay:hover {
animation : pulse 22.2s 1;


}
.wdelay {
filter: saturate(1.188) brightness(1.4183) hue-rotate(331deg);
transform-origin: 0 0;

letter-spacing: .83px;
display: inline-block;
font-size: 1.2em;


}
main {
transform-origin: 0 0;
background-color: lightgreen;
transform: scale(1.2);

}
{
text-shadow: .028em .025173em .01351em rgba(0, 0, 0, 0.9);
/* 添加文字阴影 */
text-shadow: 2px .2px 3px rgba(1, 9, 9, .8426999);



}
main * div + div * {
color: navajowhite;

}

textarea .m-0.w-full.resize-none.border-0.bg-transparent.py-[10px].pr-10.focus:ring-0.focus-visible:ring-0.dark:bg-transparent.md:py-4.md:pr-12.gizmo:md:py-3.5.gizmo:placeholder-black/50.gizmo:dark:placeholder-white/50.pl-3.md:pl-4 {
font-size:3em !important;

}
main div :not(table) {
text-shadow: 2px .2px 3px rgba(1, 9, 9, .8426999);


}
ul {
display: block;
padding: 1em;
border-radius: 22px;

}


}

Reviews

No reviews yet.