summaryrefslogtreecommitdiffhomepage
path: root/common
diff options
context:
space:
mode:
authorRay <[email protected]>2021-05-12 19:52:06 +0200
committerRay <[email protected]>2021-05-12 19:52:06 +0200
commit1f52d5a8a4ae3bc3ce3c3cf98b604c9f1adbd3e0 (patch)
tree8647b4508208eb4ea10163ddc6e4f9f04294b1e5 /common
parentcf6551d70d4a019c32a0dc27db9aee0593a818b1 (diff)
downloadraylib.com-1f52d5a8a4ae3bc3ce3c3cf98b604c9f1adbd3e0.tar.gz
raylib.com-1f52d5a8a4ae3bc3ce3c3cf98b604c9f1adbd3e0.zip
Added redbubble icon and link
Diffstat (limited to 'common')
-rw-r--r--common/img/icon_redbubble.pngbin0 -> 1529 bytes
-rw-r--r--common/main.css3
2 files changed, 2 insertions, 1 deletions
diff --git a/common/img/icon_redbubble.png b/common/img/icon_redbubble.png
new file mode 100644
index 0000000..06c94df
--- /dev/null
+++ b/common/img/icon_redbubble.png
Binary files 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;}