Merge branch 'develop' into 'master'
ドメイン色追加第1弾 See merge request harukin/hubzillatheme!8
This commit is contained in:
commit
a73fef57fb
@ -1821,4 +1821,136 @@ dl.bb-dl > dd > li {
|
||||
}
|
||||
.bootstrap-tagsinput {
|
||||
background-color: $comment_item_colour !important;
|
||||
}
|
||||
|
||||
a[title*="harukin@plus.haruk.in"]{
|
||||
color: rgb(170, 2, 2);
|
||||
}
|
||||
|
||||
a[title*="mstdn.y-zu.org"]{
|
||||
color: rgb(62, 175, 58);
|
||||
}
|
||||
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(1, 153, 102);
|
||||
}
|
||||
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(177, 90, 90);
|
||||
}
|
||||
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*="odakyu.app"]{
|
||||
color: rgb(0, 0, 255);
|
||||
}
|
||||
a[title*="odakyu.app"]::before{
|
||||
content: '';
|
||||
display: inline-block;
|
||||
width: 18px;
|
||||
height: 20px;
|
||||
background-image: url('https://odakyu.app/favicon.ico');
|
||||
vertical-align: middle;
|
||||
background-size: contain;
|
||||
}
|
||||
a[title*="odakyu.app"]::after{
|
||||
content: 'from 小田急don';
|
||||
}
|
||||
|
||||
a[title*="kirishima.cloud"]{
|
||||
color: rgb(138, 112, 0);
|
||||
}
|
||||
a[title*="kirishima.cloud"]::before{
|
||||
content: '';
|
||||
display: inline-block;
|
||||
width: 18px;
|
||||
height: 20px;
|
||||
background-image: url('https://kirishima.cloud/favicon.ico');
|
||||
vertical-align: middle;
|
||||
background-size: contain;
|
||||
}
|
||||
a[title*="kirishima.cloud"]::after{
|
||||
content: 'from アスタルテ';
|
||||
}
|
||||
|
||||
a[title*="oransns.com"]{
|
||||
color: rgb(170, 111, 0);
|
||||
}
|
||||
a[title*="oransns.com"]::before{
|
||||
content: '';
|
||||
display: inline-block;
|
||||
width: 18px;
|
||||
height: 20px;
|
||||
background-image: url('https://oransns.com/favicon.ico');
|
||||
vertical-align: middle;
|
||||
background-size: contain;
|
||||
}
|
||||
a[title*="oransns.com"]::after{
|
||||
content: 'from おらんSNS';
|
||||
}
|
||||
|
||||
a[title*="mstdn.mimikun.jp"]{
|
||||
color: rgb(16, 187, 173);
|
||||
}
|
||||
a[title*="mstdn.mimikun.jp"]::before{
|
||||
content: '';
|
||||
display: inline-block;
|
||||
width: 18px;
|
||||
height: 20px;
|
||||
background-image: url('https://mstdn.mimikun.jp/favicon.ico');
|
||||
vertical-align: middle;
|
||||
background-size: contain;
|
||||
}
|
||||
a[title*="mstdn.mimikun.jp"]::after{
|
||||
content: 'from mimikun丼';
|
||||
}
|
||||
|
||||
a[title*="pawoo.net"]{
|
||||
color: rgb(125, 44, 172);
|
||||
}
|
||||
a[title*="pawoo.net"]::before{
|
||||
content: '';
|
||||
display: inline-block;
|
||||
width: 18px;
|
||||
height: 20px;
|
||||
background-image: url('https://pawoo.net/favicon.ico');
|
||||
vertical-align: middle;
|
||||
background-size: contain;
|
||||
}
|
||||
a[title*="pawoo.net"]::after{
|
||||
content: 'from Pawoo';
|
||||
}
|
Reference in New Issue
Block a user