PTT-diary用的樣式
PTT-diary at work by vi000246
Details
Authorvi000246
LicenseNo License
Categoryptt-diary.tw
Created
Updated
Size2.4 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 PTT-diary at work
@version 20240529.08.23
@namespace https://userstyles.world/user/vi000246
@description PTT-diary用的樣式
@author vi000246
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://ptt-diary.tw/") {
.PostList_image___GdRi {
display: none;
border-color: initial;
}
.Header_logo__1NnQW {
display: none;
font-size: 20px;
font-weight: 700;
}
.Header_header__eIO94{
display:none;
}
.Layout_container__XHkJY{
padding-top:0px;
}
body[data-theme="light"] .TagList_tagList__Gv0uv > * {
background-color: rgb(18 18 20);
color: rgb(232, 230, 227) !important;
}
body[data-theme="light"] .hl.f1 {
color: rgb(223 138 138 / 86%);
}
.Menu_title__jTgP5:not([href*="gossiping"]):not([href*="stock"]):not([href*="tech_job"]):not([href*="soft_job"]):not([href*="salary"]):not([href*="musclebeach"]):not([href*="road_running"]):not([href*="fitness"]):not([href*="superbike"]):not([href*="mobilecomm"]):not([href*="dslr"]):not([href*="womentalk"]):not([href*="movie"]):not([href*="marriage"]):not([href*="cat"]):not([href*="boy-girl"]):not([href*="home-sale"]):not([href*="cfp"]):not([href*="biker"]):not([href*="sex"]) {
display: none;
}
a.PostContent_share__vmgtf {
display: none;
}
body[data-theme="light"].post_author2__Rs_tk {
color: rgb(195 195 195);
background-color: rgb(0 0 0);
}
.fa-database {
display: none !important;
}
body[data-theme="light"] .PostContent_close__GU9pE,
body[data-theme="light"] .PostContent_share__vmgtf {
background-color: rgb(121 121 121);
}
img {
opacity: 0.2;
/* 设置透明度为0.5 */
width: 300px;
/* 设置图片宽度 */
height: 200px;
/* 设置图片高度 */
}
img:hover {
opacity: 1;
/* 鼠标悬停时透明度为1 */
width: auto;
/* 鼠标悬停时宽度恢复为原始大小 */
height: auto;
/* 鼠标悬停时高度恢复为原始大小 */
}
.website-title {
color: rgb(165 165 165);
}
.push-userid {
color: rgb(149 149 149) !important;
}
.fa-thumbs-up {
background-color: rgb(237 237 237 / 82%);
}
.fa-thumbs-down {
background-color: rgb(173 97 97 / 86%);
}
.f6 {
color: rgb(173 191 191 / 89%);
}
.f3 {
color: rgb(162, 162, 104);
}
.Menu_menuContainer__P0bws::-webkit-scrollbar {
width: 0
}
.PostList_bookmark__nKNjE {
display: none;
}
}