diff --git a/images/facebook.png b/images/facebook.png
new file mode 100644
index 0000000..8d43db5
Binary files /dev/null and b/images/facebook.png differ
diff --git a/images/facebook.svg b/images/facebook.svg
new file mode 100644
index 0000000..f274ff0
--- /dev/null
+++ b/images/facebook.svg
@@ -0,0 +1,9 @@
+
+
+
+
diff --git a/images/google_follow.png b/images/google_follow.png
new file mode 100644
index 0000000..385410f
Binary files /dev/null and b/images/google_follow.png differ
diff --git a/images/google_follow.svg b/images/google_follow.svg
new file mode 100644
index 0000000..bc1ee39
--- /dev/null
+++ b/images/google_follow.svg
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/images/rss.png b/images/rss.png
new file mode 100644
index 0000000..7661d92
Binary files /dev/null and b/images/rss.png differ
diff --git a/images/rss.svg b/images/rss.svg
new file mode 100644
index 0000000..8256f3b
--- /dev/null
+++ b/images/rss.svg
@@ -0,0 +1,14 @@
+
+
+
+
diff --git a/images/twitter.png b/images/twitter.png
new file mode 100644
index 0000000..c80acbd
Binary files /dev/null and b/images/twitter.png differ
diff --git a/images/twitter.svg b/images/twitter.svg
new file mode 100644
index 0000000..f1326d2
--- /dev/null
+++ b/images/twitter.svg
@@ -0,0 +1,14 @@
+
+
+
+
diff --git a/style.css b/style.css
index 66ac80c..285cef2 100644
--- a/style.css
+++ b/style.css
@@ -108,19 +108,39 @@ body {
float: right;
text-align: right;
width: 200px;
- margin-top: -50px;
+ margin-top: -30px;
height: 30px;
}
#social-buttons a {
display: inline-block;
- border: 1px solid red;
width: 24px;
height: 24px;
- background: #dfdfdf;
margin-right: 3px;
}
+#social-buttons a:hover {
+ opacity: 0.6;
+}
+
+#social-buttons #sb_face {
+background-image: url(images/facebook.png);
+background: none,url(images/facebook.svg);
+background-size: 100% 100%;
+}
+
+#social-buttons #sb_tweet {
+background-image: url(images/twitter.png);
+background: none,url(images/twitter.svg);
+background-size: 100% 100%;
+}
+
+#social-buttons #sb_feed {
+background-image: url(images/rss.png);
+background: none,url(images/rss.svg);
+background-size: 100% 100%;
+}
+
#social-buttons span { display: none; }
/* Title Header */
@@ -440,4 +460,6 @@ div#article-parent {
.agenda-item a:hover {
color: black;
text-decoration: underline !important;
-}
\ No newline at end of file
+}
+
+#box-organizer .block-target { clear: both; }
--
libgit2 0.21.2