From 4a1e7982ea6c3a18711453ef6e9a6c7b71a6e2e2 Mon Sep 17 00:00:00 2001 From: Valessio Brito Date: Mon, 7 Oct 2013 16:44:27 -0300 Subject: [PATCH] Add style and buttons social network --- images/facebook.png | Bin 0 -> 1626 bytes images/facebook.svg | 9 +++++++++ images/google_follow.png | Bin 0 -> 2092 bytes images/google_follow.svg | 23 +++++++++++++++++++++++ images/rss.png | Bin 0 -> 1874 bytes images/rss.svg | 14 ++++++++++++++ images/twitter.png | Bin 0 -> 1637 bytes images/twitter.svg | 14 ++++++++++++++ style.css | 30 ++++++++++++++++++++++++++---- 9 files changed, 86 insertions(+), 4 deletions(-) create mode 100644 images/facebook.png create mode 100644 images/facebook.svg create mode 100644 images/google_follow.png create mode 100644 images/google_follow.svg create mode 100644 images/rss.png create mode 100644 images/rss.svg create mode 100644 images/twitter.png create mode 100644 images/twitter.svg 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