aboutsummaryrefslogtreecommitdiffstats
path: root/notmyidea-cms
diff options
context:
space:
mode:
Diffstat (limited to 'notmyidea-cms')
-rw-r--r--notmyidea-cms/static/css/.main.css.swpbin0 -> 24576 bytes
-rw-r--r--notmyidea-cms/static/css/main.css20
-rw-r--r--notmyidea-cms/static/images/icons/jamendo.pngbin0 -> 803 bytes
-rw-r--r--notmyidea-cms/static/images/icons/stackoverflow.pngbin0 -> 673 bytes
-rw-r--r--notmyidea-cms/templates/base.html4
5 files changed, 13 insertions, 11 deletions
diff --git a/notmyidea-cms/static/css/.main.css.swp b/notmyidea-cms/static/css/.main.css.swp
new file mode 100644
index 0000000..d1c5974
--- /dev/null
+++ b/notmyidea-cms/static/css/.main.css.swp
Binary files differ
diff --git a/notmyidea-cms/static/css/main.css b/notmyidea-cms/static/css/main.css
index fdc02ce..b3b631d 100644
--- a/notmyidea-cms/static/css/main.css
+++ b/notmyidea-cms/static/css/main.css
@@ -286,20 +286,22 @@ img.left, figure.left {float: right; margin: 0 0 2em 2em;}
#sidebar .blogroll li {float: left; margin: 0 20px 0 0; width: 185px;}
- #sidebar div[class='social'] a {
+ .social a {
background-repeat: no-repeat;
background-position: 3px 6px;
- padding-left: 25px;
}
/* Icons */
- .social a[href*='delicious.com'] {background-image: url('../images/icons/delicious.png');}
- .social a[href*='digg.com'] {background-image: url('../images/icons/digg.png');}
- .social a[href*='facebook.com'] {background-image: url('../images/icons/facebook.png');}
- .social a[href*='last.fm'], .social a[href*='lastfm.'] {background-image: url('../images/icons/lastfm.png');}
- .social a[href*='atom.xml'] {background-image: url('../images/icons/rss.png');}
- .social a[href*='twitter.com'] {background-image: url('../images/icons/twitter.png');}
- .social a[href*='linkedin.com'] {background-image: url('../images/icons/linkedin.png');}
+ .social a[href*='delicious.com']:before {content: url('../images/icons/delicious.png'); margin-right: 2px; vertical-align: -3px;}
+ .social a[href*='digg.com']:before {content: url('../images/icons/digg.png'); margin-right: 2px; vertical-align: -3px;}
+ .social a[href*='facebook.com']:before {content: url('../images/icons/facebook.png'); margin-right: 2px; vertical-align: -3px;}
+ .social a[href*='atom.xml']:before {content: url('../images/icons/rss.png'); margin-right: 2px; vertical-align: -3px;}
+ .social a[href*='last.fm']:before, .social a[href*='lastfm.']:before {content: url('../images/icons/rss.png'); margin-right: 2px; vertical-align: -3px;}
+ .social a[href*='jamendo.com']:before {content: url('../images/icons/jamendo.png'); margin-right: 2px; vertical-align: -3px;}
+ .social a[href*='stackoverflow.com']:before {content: url('../images/icons/stackoverflow.png'); margin-right: 2px; vertical-align: -3px;}
+ .social a[href*='rss.xml']:before {content: url('../images/icons/rss.png'); margin-right: 2px; vertical-align: -3px;}
+ .social a[href*='twitter.com']:before {content: url('../images/icons/twitter.png'); margin-right: 2px; vertical-align: -3px;}
+ .social a[href*='linkedin.com']:before {content: url('../images/icons/linkedin.png'); margin-right: 2px; vertical-align: -3px;}
/*
About
diff --git a/notmyidea-cms/static/images/icons/jamendo.png b/notmyidea-cms/static/images/icons/jamendo.png
new file mode 100644
index 0000000..47f1320
--- /dev/null
+++ b/notmyidea-cms/static/images/icons/jamendo.png
Binary files differ
diff --git a/notmyidea-cms/static/images/icons/stackoverflow.png b/notmyidea-cms/static/images/icons/stackoverflow.png
new file mode 100644
index 0000000..6c2adcb
--- /dev/null
+++ b/notmyidea-cms/static/images/icons/stackoverflow.png
Binary files differ
diff --git a/notmyidea-cms/templates/base.html b/notmyidea-cms/templates/base.html
index f5e2b68..8f3d20e 100644
--- a/notmyidea-cms/templates/base.html
+++ b/notmyidea-cms/templates/base.html
@@ -55,7 +55,7 @@
</ul>
</div>
{% if LINKS %}
- <div class="widget social">
+ <div class="widget blogroll">
<h2>Blogroll</h2>
<ul>
{% for name, link in LINKS %}
@@ -65,7 +65,7 @@
</div><!-- /.blogroll -->
{% endif %}
{% if SOCIAL %}
- <div class="widget">
+ <div class="widget social">
<h2>Social</h2>
<ul>
<li><a href="{{ SITEURL }}/{{ FEED }}" rel="alternate">atom feed</a></li>