ドメイン認証実装
This commit is contained in:
parent
c1ef559afd
commit
df5bbfbd66
@ -1830,3 +1830,77 @@ a[title*="harukin@plus.haruk.in"]{
|
|||||||
a[title*="mstdn.y-zu.org"]{
|
a[title*="mstdn.y-zu.org"]{
|
||||||
color: rgb(10, 255, 1);
|
color: rgb(10, 255, 1);
|
||||||
}
|
}
|
||||||
|
a[title*="mstdn.y-zu.org"]::after{
|
||||||
|
content: '';
|
||||||
|
display: inline-block;
|
||||||
|
width: 18px;
|
||||||
|
height: 20px;
|
||||||
|
background-image: url('https://mstdn.y-zu.org/favicon.ico');
|
||||||
|
vertical-align: middle;
|
||||||
|
background-size: contain;
|
||||||
|
}
|
||||||
|
|
||||||
|
a[title*="mstdn.y-zu.org"]{
|
||||||
|
color: rgb(10, 255, 1);
|
||||||
|
}
|
||||||
|
a[title*="mstdn.y-zu.org"]::before{
|
||||||
|
content: '';
|
||||||
|
display: inline-block;
|
||||||
|
width: 18px;
|
||||||
|
height: 20px;
|
||||||
|
background-image: url('https://mstdn.y-zu.org/favicon.ico');
|
||||||
|
vertical-align: middle;
|
||||||
|
background-size: contain;
|
||||||
|
}
|
||||||
|
a[title*="mstdn.y-zu.org"]::after{
|
||||||
|
content: 'from Yづドン!';
|
||||||
|
}
|
||||||
|
|
||||||
|
a[title*="itabashi.0j0.jp"]{
|
||||||
|
color: rgb(0, 255, 170);
|
||||||
|
}
|
||||||
|
a[title*="itabashi.0j0.jp"]::before{
|
||||||
|
content: '';
|
||||||
|
display: inline-block;
|
||||||
|
width: 18px;
|
||||||
|
height: 20px;
|
||||||
|
background-image: url('https://itabashi.0j0.jp/favicon.ico');
|
||||||
|
vertical-align: middle;
|
||||||
|
background-size: contain;
|
||||||
|
}
|
||||||
|
a[title*="itabashi.0j0.jp"]::after{
|
||||||
|
content: 'from 板橋丼';
|
||||||
|
}
|
||||||
|
|
||||||
|
a[title*="mstdn.jp"]{
|
||||||
|
color: rgb(253, 156, 156);
|
||||||
|
}
|
||||||
|
a[title*="mstdn.jp"]::before{
|
||||||
|
content: '';
|
||||||
|
display: inline-block;
|
||||||
|
width: 18px;
|
||||||
|
height: 20px;
|
||||||
|
background-image: url('https://mstdn.jp/favicon.ico');
|
||||||
|
vertical-align: middle;
|
||||||
|
background-size: contain;
|
||||||
|
}
|
||||||
|
a[title*="mstdn.jp"]::after{
|
||||||
|
content: 'from mstdn.jp';
|
||||||
|
}
|
||||||
|
|
||||||
|
a[title*="mstdn.jp"]{
|
||||||
|
color: rgb(253, 156, 156);
|
||||||
|
}
|
||||||
|
a[title*="mstdn.jp"]::before{
|
||||||
|
content: '';
|
||||||
|
display: inline-block;
|
||||||
|
width: 18px;
|
||||||
|
height: 20px;
|
||||||
|
background-image: url('https://mstdn.jp/favicon.ico');
|
||||||
|
vertical-align: middle;
|
||||||
|
background-size: contain;
|
||||||
|
}
|
||||||
|
a[title*="mstdn.jp"]::after{
|
||||||
|
content: 'from mstdn.jp';
|
||||||
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user