Skip to content

2212.ex.stylus by oeisus

Details

Authoroeisus

LicenseMIT

Categorybilibili.com

Created

Updated

Code size2.5 kB

Code checksum9d6dd12b

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

2212

Notes

2212

Source code

/* ==UserStyle==
@name           ex.stylus.2302
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    2302
@author         orisms@outliik.com
==/UserStyle== */
@-moz-document url-prefix("chrome-extension://clngdbkpkpeebahjckkjfobafhncgmne"),
url-prefix("chrome-extension://apmmpaebfobifelkijhaljbmpcgbjbdo") {
/* #stylus-manage */
/*0.ads*/
#stylus-manage #manage-settings > .settings-column:nth-of-type(1),
#stylus-manage #manage-text > span:nth-of-type(3),
#stylus-manage #manage-text > span:nth-of-type(4),
#stylus-manage #manage-text > span:nth-of-type(5),
#stylus-manage #manage-text > span:after {
    display: none !important;
}

/*0.l*/
/*操作.新建样式*/
#add-style-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

/*备份*/
#stylus-manage #manage-text {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

/*0.r*/
/*名称*/
#stylus-manage .style-name {
    min-width: 300px;
    max-width: 400px;
}

/*删除&设置*/
#stylus-manage .actions {
    flex: 0 0 46px !important;
}

/*大小*/
#stylus-manage .style-info[data-type=size] {
    min-width: 24px;
}

/*时间*/
#stylus-manage .style-info[data-type=age] {
    min-width: 48px;
}

/* #stylus-edit */
/*0.ads*/
#stylus-edit #style-settings-btn {
    display: none !important;
}

/*0.l*/
/*章节*/
#header details > ol {
    margin-left: unset;
}

/*0.r*/
/*xf.格式化*/
#help-popup .title,
#help-popup #sections-help,
#help-popup .beautify-hint {
    display: none !important;
}

#help-popup.wide {
    margin: 0 0;
    padding: 0 0;
    position: fixed !important;
    top: unset;
    bottom: 0px;
    left: unset;
    right: 6px;
    background-color: #ff0;
}

#help-popup .contents {
    padding: 4px 0;
    max-height: unset;
    overflow: hidden;
}

.beautify-options > label {
    max-width: 124px;
}

.beautify-options select {
    background: #0001;
}

/*all.font*/
* {
    font-family: "nsimsun";
}

#stylus-manage *,
#stylus-edit > #header * {
    font-size: 11.49px;
}

#stylus-edit > #sections * {
    font-size: 13.49px;
}

/*all.9*/
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: #f00 !important;
}

::-webkit-scrollbar-track {
    background-color: #00f !important;
}
}

Reviews

No reviews yet.