From 5d7fa41c18312332c30893756c869c8702a844d9 Mon Sep 17 00:00:00 2001 From: harukin Date: Sun, 4 Nov 2018 20:12:00 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=89=E3=83=A1=E3=82=A4=E3=83=B3=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 67 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 65 insertions(+), 2 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 308cf23..cc757ff 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1824,11 +1824,11 @@ dl.bb-dl > dd > li { } a[title*="harukin@plus.haruk.in"]{ - color: brown; + color: rgb(170, 2, 2); } a[title*="mstdn.y-zu.org"]{ - color: rgb(10, 255, 1); + color: rgb(137, 255, 133); } a[title*="mstdn.y-zu.org"]::before{ content: ''; @@ -1891,3 +1891,66 @@ a[title*="odakyu.app"]::after{ content: 'from 小田急don'; } +a[title*="kirishima.cloud"]{ + color: rgb(255, 217, 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(216, 141, 2); +} +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(104, 253, 241); +} +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(198, 104, 253); +} +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'; +} \ No newline at end of file