Skip to content

ptt by flowerway626

Screenshot of ptt

Details

Authorflowerway626

LicenseNo License

Categoryptt.cc

Created

Updated

Size678 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

ptt 字體、行高微調

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         ptt
@version      20231001.09.51
@namespace    userstyles.world/user/flowerway626
@description  ptt 字體、行高微調
@author       flowerway626
@license      No License
==/UserStyle== */

@-moz-document domain("ptt.cc") {
.bbs-content,
.r-ent .nrec,
.r-ent .date,
.bbs-screen {
    font-family: "Inconsolata", "微軟正黑體", "Microsoft JhengHei"!important;
}

.bbs-screen {
    line-height: 125%;
}
  
.action-bar {
    margin: 10px auto;
}

.action-bar-margin {
    margin-top: 50px;
}

.push:hover {
    background: #333;
}


@media screen and (min-width: 800px) {
    .bbs-content, #article-polling {
        font-size: 22px;
    }
}
}

Reviews

No reviews yet.