Multiple Social icons
aboutme, bitbucket, google-groups, hackernews, reddit, slideshare, speakerdeck, vimeo, youtube Also, fix spacing below a line-block. Try this in resT:: | First line | Second line | Third line New paragraph. Another paragraph. Notice how the line-block runs into the first paragraph without the new CSS.
|
|
@ -65,6 +65,7 @@ h1 a:hover {
|
|||
}
|
||||
|
||||
/* Paragraphs */
|
||||
div.line-block,
|
||||
p { margin-top: 1em;
|
||||
margin-bottom: 1em;}
|
||||
|
||||
|
|
@ -305,18 +306,28 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;}
|
|||
}
|
||||
|
||||
/* Icons */
|
||||
.social a[href*='about.me'] {background-image: url('../images/icons/aboutme.png');}
|
||||
.social a[href*='bitbucket.org'] {background-image: url('../images/icons/bitbucket.png');}
|
||||
.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[type$='atom+xml'], .social a[type$='rss+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*='gitorious.org'] {background-image: url('../images/icons/gitorious.png');}
|
||||
.social a[href*='github.com'],
|
||||
.social a[href*='git.io'] {background-image: url('../images/icons/github.png');}
|
||||
.social a[href*='gittip.com'] {background-image: url('../images/icons/gittip.png');}
|
||||
.social a[href*='plus.google.com'] {background-image: url('../images/icons/google-plus.png');}
|
||||
.social a[href*='groups.google.com'] {background-image: url('../images/icons/google-groups.png');}
|
||||
.social a[href*='news.ycombinator.com'],
|
||||
.social a[href*='hackernewsers.com'] {background-image: url('../images/icons/hackernews.png');}
|
||||
.social a[href*='last.fm'], .social a[href*='lastfm.'] {background-image: url('../images/icons/lastfm.png');}
|
||||
.social a[href*='linkedin.com'] {background-image: url('../images/icons/linkedin.png');}
|
||||
.social a[href*='reddit.com'] {background-image: url('../images/icons/reddit.png');}
|
||||
.social a[type$='atom+xml'], .social a[type$='rss+xml'] {background-image: url('../images/icons/rss.png');}
|
||||
.social a[href*='slideshare.net'] {background-image: url('../images/icons/slideshare.png');}
|
||||
.social a[href*='speakerdeck.com'] {background-image: url('../images/icons/speakerdeck.png');}
|
||||
.social a[href*='twitter.com'] {background-image: url('../images/icons/twitter.png');}
|
||||
.social a[href*='vimeo.com'] {background-image: url('../images/icons/vimeo.png');}
|
||||
.social a[href*='youtube.com'] {background-image: url('../images/icons/youtube.png');}
|
||||
|
||||
/*
|
||||
About
|
||||
|
|
|
|||
BIN
pelican/tests/output/basic/theme/images/icons/aboutme.png
Normal file
|
After Width: | Height: | Size: 751 B |
BIN
pelican/tests/output/basic/theme/images/icons/bitbucket.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
pelican/tests/output/basic/theme/images/icons/google-groups.png
Normal file
|
After Width: | Height: | Size: 803 B |
BIN
pelican/tests/output/basic/theme/images/icons/hackernews.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
pelican/tests/output/basic/theme/images/icons/reddit.png
Normal file
|
After Width: | Height: | Size: 693 B |
BIN
pelican/tests/output/basic/theme/images/icons/slideshare.png
Normal file
|
After Width: | Height: | Size: 535 B |
BIN
pelican/tests/output/basic/theme/images/icons/speakerdeck.png
Normal file
|
After Width: | Height: | Size: 1 KiB |
BIN
pelican/tests/output/basic/theme/images/icons/vimeo.png
Normal file
|
After Width: | Height: | Size: 544 B |
BIN
pelican/tests/output/basic/theme/images/icons/youtube.png
Normal file
|
After Width: | Height: | Size: 458 B |
|
|
@ -65,6 +65,7 @@ h1 a:hover {
|
|||
}
|
||||
|
||||
/* Paragraphs */
|
||||
div.line-block,
|
||||
p { margin-top: 1em;
|
||||
margin-bottom: 1em;}
|
||||
|
||||
|
|
@ -305,18 +306,28 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;}
|
|||
}
|
||||
|
||||
/* Icons */
|
||||
.social a[href*='about.me'] {background-image: url('../images/icons/aboutme.png');}
|
||||
.social a[href*='bitbucket.org'] {background-image: url('../images/icons/bitbucket.png');}
|
||||
.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[type$='atom+xml'], .social a[type$='rss+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*='gitorious.org'] {background-image: url('../images/icons/gitorious.png');}
|
||||
.social a[href*='github.com'],
|
||||
.social a[href*='git.io'] {background-image: url('../images/icons/github.png');}
|
||||
.social a[href*='gittip.com'] {background-image: url('../images/icons/gittip.png');}
|
||||
.social a[href*='plus.google.com'] {background-image: url('../images/icons/google-plus.png');}
|
||||
.social a[href*='groups.google.com'] {background-image: url('../images/icons/google-groups.png');}
|
||||
.social a[href*='news.ycombinator.com'],
|
||||
.social a[href*='hackernewsers.com'] {background-image: url('../images/icons/hackernews.png');}
|
||||
.social a[href*='last.fm'], .social a[href*='lastfm.'] {background-image: url('../images/icons/lastfm.png');}
|
||||
.social a[href*='linkedin.com'] {background-image: url('../images/icons/linkedin.png');}
|
||||
.social a[href*='reddit.com'] {background-image: url('../images/icons/reddit.png');}
|
||||
.social a[type$='atom+xml'], .social a[type$='rss+xml'] {background-image: url('../images/icons/rss.png');}
|
||||
.social a[href*='slideshare.net'] {background-image: url('../images/icons/slideshare.png');}
|
||||
.social a[href*='speakerdeck.com'] {background-image: url('../images/icons/speakerdeck.png');}
|
||||
.social a[href*='twitter.com'] {background-image: url('../images/icons/twitter.png');}
|
||||
.social a[href*='vimeo.com'] {background-image: url('../images/icons/vimeo.png');}
|
||||
.social a[href*='youtube.com'] {background-image: url('../images/icons/youtube.png');}
|
||||
|
||||
/*
|
||||
About
|
||||
|
|
|
|||
BIN
pelican/tests/output/custom/theme/images/icons/aboutme.png
Normal file
|
After Width: | Height: | Size: 751 B |
BIN
pelican/tests/output/custom/theme/images/icons/bitbucket.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
pelican/tests/output/custom/theme/images/icons/google-groups.png
Normal file
|
After Width: | Height: | Size: 803 B |
BIN
pelican/tests/output/custom/theme/images/icons/hackernews.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
pelican/tests/output/custom/theme/images/icons/reddit.png
Normal file
|
After Width: | Height: | Size: 693 B |
BIN
pelican/tests/output/custom/theme/images/icons/slideshare.png
Normal file
|
After Width: | Height: | Size: 535 B |
BIN
pelican/tests/output/custom/theme/images/icons/speakerdeck.png
Normal file
|
After Width: | Height: | Size: 1 KiB |
BIN
pelican/tests/output/custom/theme/images/icons/vimeo.png
Normal file
|
After Width: | Height: | Size: 544 B |
BIN
pelican/tests/output/custom/theme/images/icons/youtube.png
Normal file
|
After Width: | Height: | Size: 458 B |
|
|
@ -65,6 +65,7 @@ h1 a:hover {
|
|||
}
|
||||
|
||||
/* Paragraphs */
|
||||
div.line-block,
|
||||
p { margin-top: 1em;
|
||||
margin-bottom: 1em;}
|
||||
|
||||
|
|
@ -305,18 +306,28 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;}
|
|||
}
|
||||
|
||||
/* Icons */
|
||||
.social a[href*='about.me'] {background-image: url('../images/icons/aboutme.png');}
|
||||
.social a[href*='bitbucket.org'] {background-image: url('../images/icons/bitbucket.png');}
|
||||
.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[type$='atom+xml'], .social a[type$='rss+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*='gitorious.org'] {background-image: url('../images/icons/gitorious.png');}
|
||||
.social a[href*='github.com'],
|
||||
.social a[href*='git.io'] {background-image: url('../images/icons/github.png');}
|
||||
.social a[href*='gittip.com'] {background-image: url('../images/icons/gittip.png');}
|
||||
.social a[href*='plus.google.com'] {background-image: url('../images/icons/google-plus.png');}
|
||||
.social a[href*='groups.google.com'] {background-image: url('../images/icons/google-groups.png');}
|
||||
.social a[href*='news.ycombinator.com'],
|
||||
.social a[href*='hackernewsers.com'] {background-image: url('../images/icons/hackernews.png');}
|
||||
.social a[href*='last.fm'], .social a[href*='lastfm.'] {background-image: url('../images/icons/lastfm.png');}
|
||||
.social a[href*='linkedin.com'] {background-image: url('../images/icons/linkedin.png');}
|
||||
.social a[href*='reddit.com'] {background-image: url('../images/icons/reddit.png');}
|
||||
.social a[type$='atom+xml'], .social a[type$='rss+xml'] {background-image: url('../images/icons/rss.png');}
|
||||
.social a[href*='slideshare.net'] {background-image: url('../images/icons/slideshare.png');}
|
||||
.social a[href*='speakerdeck.com'] {background-image: url('../images/icons/speakerdeck.png');}
|
||||
.social a[href*='twitter.com'] {background-image: url('../images/icons/twitter.png');}
|
||||
.social a[href*='vimeo.com'] {background-image: url('../images/icons/vimeo.png');}
|
||||
.social a[href*='youtube.com'] {background-image: url('../images/icons/youtube.png');}
|
||||
|
||||
/*
|
||||
About
|
||||
|
|
|
|||
BIN
pelican/themes/notmyidea/static/images/icons/aboutme.png
Normal file
|
After Width: | Height: | Size: 751 B |
BIN
pelican/themes/notmyidea/static/images/icons/bitbucket.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
pelican/themes/notmyidea/static/images/icons/google-groups.png
Normal file
|
After Width: | Height: | Size: 803 B |
BIN
pelican/themes/notmyidea/static/images/icons/hackernews.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
pelican/themes/notmyidea/static/images/icons/reddit.png
Normal file
|
After Width: | Height: | Size: 693 B |
BIN
pelican/themes/notmyidea/static/images/icons/slideshare.png
Normal file
|
After Width: | Height: | Size: 535 B |
BIN
pelican/themes/notmyidea/static/images/icons/speakerdeck.png
Normal file
|
After Width: | Height: | Size: 1 KiB |
BIN
pelican/themes/notmyidea/static/images/icons/vimeo.png
Normal file
|
After Width: | Height: | Size: 544 B |
BIN
pelican/themes/notmyidea/static/images/icons/youtube.png
Normal file
|
After Width: | Height: | Size: 458 B |
BIN
tests/output/basic/theme/images/icons/google-groups.png
Normal file
|
After Width: | Height: | Size: 803 B |
BIN
tests/output/basic/theme/images/icons/vimeo.png
Normal file
|
After Width: | Height: | Size: 544 B |
BIN
tests/output/basic/theme/images/icons/youtube.png
Normal file
|
After Width: | Height: | Size: 458 B |
BIN
tests/output/custom/theme/images/icons/google-groups.png
Normal file
|
After Width: | Height: | Size: 803 B |
BIN
tests/output/custom/theme/images/icons/vimeo.png
Normal file
|
After Width: | Height: | Size: 544 B |
BIN
tests/output/custom/theme/images/icons/youtube.png
Normal file
|
After Width: | Height: | Size: 458 B |