Skip to content

GPT Dark Claude 1.0 by ttmouse

Screenshot of GPT Dark Claude 1.0

Details

Authorttmouse

LicenseNo License

Categoryhttps://chat.openai.com/

Created

Updated

Code size2.1 kB

Code checksum617c7708

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

GPT Dark Claude 1.0

Notes

GPT Dark Claude 1.0

Source code

/* ==UserStyle==
@name         GPT Dark Claude 1.0
@version      20240625.12.26
@namespace    https://userstyles.world/user/ttmouse
@description  GPT Dark Claude 1.0
@author       ttmouse
@license      No License
==/UserStyle== */

@-moz-document domain("chatgpt.com") {
/* 聊天内容背景 AI */

div[class="group/conversation-turn relative flex w-full min-w-0 flex-col agent-turn"] {
	border-radius: 1.5rem;
	padding: 15px 18px;
	background-image: linear-gradient(180deg, #ffffff82 0%, #ffffff38 100%);
	border: 1px solid #7f7f7f17;
}


/* 输入框*/
div[class="flex w-full flex-col gap-1.5 rounded-[26px] p-1.5 transition-colors bg-[#f4f4f4] dark:bg-token-main-surface-secondary"]
{
	background-color: #fff !important;
}

/* 聊天内容背景 自己 */
.bg-\[\#f4f4f4\]  {
	background-color: #b5b5b524;
	border: 1px solid #70676708;
	
}

/*-- 无序列表图标 --*/
.markdown ul > li:before {
	content: "◍"!important;
	font-family: Symbola !important;
	padding-right: 14px;
}



/* 应用于所有 li */
.markdown ul > li {
    position: relative;
    padding-left: 18px; /* 留出足够的空间来容纳符号 */
	margin-left: 10px;
}

/* 符号样式 */
.markdown ul > li:before {
    content: "◍";
    font-family: Symbola;
    position: absolute;
    left: 0;
    top: 0;
}

/* 当 li 包含 p 元素时,调整符号位置 */
.markdown ul > li:has(p):before {
    top: 0px; /* 调整位置以避免符号和文本换行 */
}


/* 移除默认圆点 */
.prose :where(ul):not(:where([class~=not-prose] *)) {
	list-style-type: none;
	padding-left: 1.125em;
}

/* li下的字体 */
.prose :where(ol>li):not(:where([class~=not-prose] *))::marker {
	font-family: ui-sans-serif,-apple-system,system-ui,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Helvetica,Apple Color Emoji,Arial,Segoe UI Emoji,Segoe UI Symbol;
}


/*--背景-- 	font-family: 'Roboto Mono', PingFang SC !important; */
.antialiased {
	background-color: #f2f1ea !important;
	font-family: 'Roboto Mono', PingFang SC !important; 
}


@media (min-width: 1280px) {
    .xl\:max-w-\[48rem\] {
        max-width: 65rem;
    }
}


}

Reviews

No reviews yet.