From 75438f7a295f385ee93a84a4c96108d2e41478ab Mon Sep 17 00:00:00 2001 From: skami Date: Wed, 9 Feb 2011 15:45:33 +0100 Subject: Ajout de «NotMyIdea - CMS» en version française MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ajout des iconnes de Jamendo et de StackOverflow pour les deux versions du thème, et correction d'une erreur dans le fichier «base.html» des deux thèmes... Ajout de captures d'écran --- notmyidea-cms/static/css/.main.css.swp | Bin 0 -> 24576 bytes notmyidea-cms/static/css/main.css | 20 +++++++++++--------- notmyidea-cms/static/images/icons/jamendo.png | Bin 0 -> 803 bytes notmyidea-cms/static/images/icons/stackoverflow.png | Bin 0 -> 673 bytes 4 files changed, 11 insertions(+), 9 deletions(-) create mode 100644 notmyidea-cms/static/css/.main.css.swp create mode 100644 notmyidea-cms/static/images/icons/jamendo.png create mode 100644 notmyidea-cms/static/images/icons/stackoverflow.png (limited to 'notmyidea-cms/static') 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 Binary files /dev/null and b/notmyidea-cms/static/css/.main.css.swp 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 Binary files /dev/null and b/notmyidea-cms/static/images/icons/jamendo.png 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 Binary files /dev/null and b/notmyidea-cms/static/images/icons/stackoverflow.png differ -- cgit