From 1f52d5a8a4ae3bc3ce3c3cf98b604c9f1adbd3e0 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 12 May 2021 19:52:06 +0200 Subject: Added redbubble icon and link --- common/img/icon_redbubble.png | Bin 0 -> 1529 bytes common/main.css | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 common/img/icon_redbubble.png (limited to 'common') diff --git a/common/img/icon_redbubble.png b/common/img/icon_redbubble.png new file mode 100644 index 0000000..06c94df Binary files /dev/null and b/common/img/icon_redbubble.png differ diff --git a/common/main.css b/common/main.css index 7e4a27b..f31630a 100644 --- a/common/main.css +++ b/common/main.css @@ -55,11 +55,12 @@ h2{font-family: Courier New, Verdana, Arial; font-weight: bold; font-size: 18px; background: linear-gradient(to bottom, rgba(245,245,245,1) 0%,rgba(224,224,224,1) 100%); } -#social{ width:390px; height:50px; position:relative; float:right; margin-right:8px; margin-top:20px; margin-bottom:20px; } +#social{ width:440px; height:50px; position:relative; float:right; margin-right:8px; margin-top:20px; margin-bottom:20px; } #social a:hover{ background-position: 0 -36px;} #youtube{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_youtube.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;} #handmade{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_handmade.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;} #twitch{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_twitch.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;} +#redbubble{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_redbubble.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;} #patreon{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_patreon.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;} #itchio{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_itchio.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;} #reddit{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_reddit.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;} -- cgit v1.2.3