优化排版,让“今日热榜”更好看。
Tophub modification.
今日热榜优化 by runningcheese
Details
Authorrunningcheese
LicenseNo License
Categoryuserstyles
Created
Updated
Size618 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 今日热榜优化
@version 1.0.0
@description 让“今日热榜”更好看。
@author RunningCheese
@namespace https://userstyles.world/user/runningcheese
@homepageURL https://www.runningcheese.com
@supportURL https://www.runningcheese.com/userstyles
==/UserStyle== */
@-moz-document domain("tophub.today") {
/*内容隐藏*/
.cq,
.alert-warning,
.bb-TT {display:none;}
/*宽度调整*/
body {max-width:80%;margin:auto;}
/*字体调整*/
.mp .aa .tt,
.cc-cd-cb .cc-cd-cb-l .cc-cd-cb-ll {font-size:14px;}
}