名前部分微調整

This commit is contained in:
harukin 2018-11-05 23:52:30 +09:00
parent b5c8572bd4
commit f581ccb251

View File

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