Skip to content

Commit

Permalink
Update www.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bestpika authored Aug 31, 2024
1 parent ae03e00 commit ab58a79
Showing 1 changed file with 38 additions and 24 deletions.
62 changes: 38 additions & 24 deletions docs/www.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

/* 網站字型設定 */
@-moz-document

/**/
domain('aicamp.so'),
domain('amazon.co.jp'),
Expand Down Expand Up @@ -33,8 +32,7 @@ domain('workramen.com'),
domain('youtube.com'),
domain('yuplay.ru'),
/**/
{

{
[class*=ytd-],
a,
button,
Expand All @@ -51,28 +49,54 @@ domain('yuplay.ru'),
span,
td,
textarea,
th {
th
{
font-family:
'Membership Icons', FontAwesome,
'Fira Code Retina',
'源泉圓體', 'jf open 粉圓 1.1', 'Noto Sans CJK JP', 'Noto Sans TC',
sans-serif !important;
}

code {
code
{
font-family: 'Fira Code Retina', 'Courier New', Courier, monospace !important;
}
}

/* 網站等寬字型 */
/* scrintal */
@-moz-document
/**/
domain('scrintal.com'),
/**/
{
a,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span
{
font-family: 芫荽, sans-serif !important;
}

code
{
font-family: 'Fira Code Retina', 'Courier New', Courier, monospace !important;
}
}

/* 網站等寬字型 */
@-moz-document
/**/
domain('disp.cc'),
domain('ptt.cc'),
/**/
{

{
a,
button,
div,
Expand All @@ -87,19 +111,20 @@ domain('ptt.cc'),
span,
td,
textarea,
th {
th
{
font-family: '標楷體', sans-serif !important;
}
}

/* 調整優惠券寬度 */
@-moz-document

/**/
url-prefix('https://www.dlsite.com/maniax/coupon'),
/**/
{
#couponget .couponget_lst_item
{
#couponget .couponget_lst_item {
width: 408px;
}
}
Expand All @@ -110,20 +135,9 @@ url-prefix('https://www.dlsite.com/maniax/coupon'),
/**/
domain('steamdb.info'),
/**/
{
.hover_screenshots_blur
{
.hover_screenshots_blur {
filter: none !important;
}
}

/* 隱藏標誌 */
@-moz-document

/**/
domain('kktv.me'),
/**/
{
.player__logo {
display: none;
}
}

0 comments on commit ab58a79

Please sign in to comment.