aboutsummaryrefslogtreecommitdiffstats
path: root/sleepmap-theme
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2015-08-04 01:11:14 +0200
committerDavid Runge <dave@sleepmap.de>2015-08-04 01:11:14 +0200
commita80905e577ba8a998b296f2df68571f0a0bfcaa6 (patch)
tree44b455110f7005fb7a969a87e065a64b99cfdcf6 /sleepmap-theme
parentb73ccbe8e725791ba23df0368e7332509f102b1c (diff)
downloadsleepmap-a80905e577ba8a998b296f2df68571f0a0bfcaa6.tar.gz
sleepmap-a80905e577ba8a998b296f2df68571f0a0bfcaa6.tar.bz2
sleepmap-a80905e577ba8a998b296f2df68571f0a0bfcaa6.tar.xz
sleepmap-a80905e577ba8a998b296f2df68571f0a0bfcaa6.zip
sleepmap-theme/static/css/main.css: Adding icon for flattr link. Making blogroll overflow hidden. Fixing visibility and position of SITESUBTITLE.
Diffstat (limited to 'sleepmap-theme')
-rw-r--r--sleepmap-theme/static/css/main.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/sleepmap-theme/static/css/main.css b/sleepmap-theme/static/css/main.css
index a8a2565..6ae66ec 100644
--- a/sleepmap-theme/static/css/main.css
+++ b/sleepmap-theme/static/css/main.css
@@ -191,8 +191,11 @@ img.left, figure.left {
}
#banner h1 strong {
- font-size: 0.36em;
+ margin-left: 1em;
+ color: #C74350;
+ font-size: 0.5em;
font-weight: normal;
+ text-shadow: 1px 1px 1px #222;
}
/* sidemenu */
@@ -288,7 +291,7 @@ img.left, figure.left {
/* Blogroll */
.blogroll {
- width: 100%;
+ overflow: hidden;
}
.blogroll li {
@@ -314,6 +317,7 @@ img.left, figure.left {
.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*='github.com']:before {content: url('../images/icons/github.png'); margin-right: 2px; vertical-align: -3px;}
+.social a[href*='flattr.com']:before {content: url('../images/icons/flattr.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;}
.social a[href*='gitorious.org']:before {content: url('../images/icons/gitorious.png'); margin-right: 2px; vertical-align: -3px;}