Skip to content

mysmth list nowrap by nobookcn

Details

Authornobookcn

LicenseNo License

Categorymysmth

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

mysmth font size and list nowarp

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           newsmth list nowrap
@namespace      USO Archive
@author         no bk
@description    `nowrap`
@version        20210603.10.4
@license        CC0-1.0
@preprocessor   uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www.newsmth.net/nForum/#!board"),
url-prefix("http://newsmth.net/nForum/#!board"),
url-prefix("https://www.newsmth.net/nForum/#!board") ,
url-prefix("https://www.mysmth.net/nForum/#!board") ,
url-prefix("https://mysmth.net/nForum/#!board") ,
url-prefix("https://newsmth.net/nForum/#!board") 
{
    #top_head {
    display: none;
    }
}
@-moz-document domain("newsmth.net"),
domain("mysmth.net")
{
/* 设置首页字体 */
*{font-size:12.5pt !important;}
.sectionitem{font-size:12.5pt !important;line-height:100% !important;}
dt{font-size:12.5pt !important;line-height:100%}
.hottitle{font-size:10pt !important;line-height:100%}
/* 设置版面列表字体和行高 */
.title_10 {width:104px !important}
.title_12 {width:150px  !important}
.title_9{font-size:12.5pt !important; line-height:120%}
.board-list {
    white-space: nowrap;
}
}

Reviews

No reviews yet.