Skip to content

tsdm by ahhaha233

Details

Authorahhaha233

LicenseNo License

Categorytsdm39.com

Created

Updated

Size2.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

天使动漫论坛样式的奇怪改动

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         tsdm
@version      20240430.13.24
@namespace    https://userstyles.world/user/ahhaha233
@description  天使动漫论坛样式的奇怪改动
@author       ahhaha233
@license      No License
==/UserStyle== */

@-moz-document domain("tsdm39.com") {
body,input,button,select,textarea {
	font-size: 14px;
    font-family:"monospace"
}
/* 板块布局 */
.bfff {
    padding: 5px 10px;
/*     width: 80vw;
    max-width: 1400px; */
    background-color: #fff;
    border-radius: 5px;
    background-image: none;
}

/* #wp {
    width: 100%;
} */

#pt {
    margin: 0;
}

.main-tm, .main-bm {
    display: none;
}

.ttp a, .ttp strong, .ttp li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

#thread_types {
    display: flex;
    margin: 0;
    padding: 0;
}

#thread_types::after {
    display: none;
}

#thread_types li {
    display: flex;
    flex: 1;
    align-items: center;
}

#thread_types li + li::before {
    content: "";
    height: 70%;
    border-left: 1px solid #ddd;
}

#thread_types a {
    flex: 1;
    margin: 0;
    padding: 0;
    padding: 10px 0;
    background-color: transparent;
    border-bottom: 2px solid #ccc;
    transition: all .2s;
}

#thread_types a:hover {
    background-color: #ecf8ff;
    border-bottom-color: #5d9ad7;
}

#thread_types .xw1.a a{
    border-color: #369;
    background: #E5EDF2;
    color: #369;
    border-bottom-color: currentColor;
}

.ttp li {
    padding: 0;
    
}

.ttp a {
    margin: 0;
    padding: 5px 10px;
    height: auto;
    border: none;
    text-align: center;
}

.tl .num {
    width: 80px;
}


/* 杂项 */
#p_btn {
    display: none
}

a[href*="jsapp.fun"] {
    display: none
}

#typeid_fast_ctrl_menu {
    font-size: 12px;
}


/* 帖子列表 */
.tsdm_normalthread {
    transition: transform .15s
}

.tsdm_normalthread:nth-child(2n) {
    background-color: #fafafa
}

.tsdm_normalthread:hover {
    box-shadow: inset 0 0 3px #aaa;
    transform: scale(1.01);
}

/* .tsdm_normalthread .lock {
    text-decoration-line: line-through;
    text-decoration-thickness: .2em;
}
 */
 
/* 帖子内容 */
.pcb .lazy {
    max-width: 80px
}

.pcbs {
    max-height: 80vh;
    overflow-y: auto
}

.tsdm_post_t {
    width: 100%
}
}

Reviews

No reviews yet.