diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 7fe612e..c02e73b 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1826,6 +1826,11 @@ dl.bb-dl > dd > li { a[title*="harukin@plus.haruk.in"]{ color: rgb(170, 2, 2); } +a[title*="harukin@plus.haruk.in"]::after{ + content: 'っ[鯖主]'; + font-size: 80%; + font-style: italic; +} a[title*="mstdn.y-zu.org"]{ color: rgb(62, 175, 58); @@ -1840,7 +1845,9 @@ a[title*="mstdn.y-zu.org"]::before{ background-size: contain; } a[title*="mstdn.y-zu.org"]::after{ - content: 'from Yづドン!'; + content: 'っ[Yづドン!]'; + font-size: 80%; + font-style: italic; } a[title*="itabashi.0j0.jp"]{ @@ -1856,7 +1863,9 @@ a[title*="itabashi.0j0.jp"]::before{ background-size: contain; } a[title*="itabashi.0j0.jp"]::after{ - content: 'from 板橋丼'; + content: 'っ[板橋丼]'; + font-size: 80%; + font-style: italic; } a[title*="mstdn.jp"]{ @@ -1872,7 +1881,9 @@ a[title*="mstdn.jp"]::before{ background-size: contain; } a[title*="mstdn.jp"]::after{ - content: 'from mstdn.jp'; + content: 'っ[mstdn.jp]'; + font-size: 80%; + font-style: italic; } a[title*="odakyu.app"]{ @@ -1888,7 +1899,9 @@ a[title*="odakyu.app"]::before{ background-size: contain; } a[title*="odakyu.app"]::after{ - content: 'from 小田急don'; + content: 'っ[小田急don]'; + font-size: 80%; + font-style: italic; } a[title*="kirishima.cloud"]{ @@ -1904,7 +1917,9 @@ a[title*="kirishima.cloud"]::before{ background-size: contain; } a[title*="kirishima.cloud"]::after{ - content: 'from アスタルテ'; + content: 'っ[アスタルテ]'; + font-size: 80%; + font-style: italic; } a[title*="oransns.com"]{ @@ -1920,7 +1935,9 @@ a[title*="oransns.com"]::before{ background-size: contain; } a[title*="oransns.com"]::after{ - content: 'from おらんSNS'; + content: 'っ[おらんSNS]'; + font-size: 80%; + font-style: italic; } a[title*="mstdn.mimikun.jp"]{ @@ -1936,7 +1953,9 @@ a[title*="mstdn.mimikun.jp"]::before{ background-size: contain; } a[title*="mstdn.mimikun.jp"]::after{ - content: 'from mimikun丼'; + content: 'っ[mimikun丼]'; + font-size: 80%; + font-style: italic; } a[title*="pawoo.net"]{ @@ -1952,5 +1971,7 @@ a[title*="pawoo.net"]::before{ background-size: contain; } a[title*="pawoo.net"]::after{ - content: 'from Pawoo'; + content: 'っ[Pawoo]'; + font-size: 80%; + font-style: italic; } \ No newline at end of file