summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorYannis Chatzimichos <feedward@gmail.com>2012-07-27 00:01:12 +0200
committerTheo Chatzimichos <tampakrap@gentoo.org>2012-07-27 00:01:12 +0200
commit62800eb2b960c56efccc1eb533dfa7174d6427f8 (patch)
tree3fbcd2d9752b9a929de50a721ac41bde32564f06 /themes
parentNew text in the footer (diff)
downloadblogs-gentoo-62800eb2b960c56efccc1eb533dfa7174d6427f8.tar.gz
blogs-gentoo-62800eb2b960c56efccc1eb533dfa7174d6427f8.tar.bz2
blogs-gentoo-62800eb2b960c56efccc1eb533dfa7174d6427f8.zip
Some changes in the style:
- Fix colors of the links: dark gray for unread, a bit lighter gray for read ones, more bright gray for hover - Shadows in some areas (eg the links under the header image) - Put shadow and fix colors and align of the "Older/Newer Posts" links Signed-off-by: Yannis Chatzimichos <feedward@gmail.com> Signed-off-by: Theo Chatzimichos <tampakrap@gentoo.org>
Diffstat (limited to 'themes')
-rw-r--r--themes/kde-breathe-tampakrap/style.css28
1 files changed, 19 insertions, 9 deletions
diff --git a/themes/kde-breathe-tampakrap/style.css b/themes/kde-breathe-tampakrap/style.css
index 54ef7c83..9aad0f19 100644
--- a/themes/kde-breathe-tampakrap/style.css
+++ b/themes/kde-breathe-tampakrap/style.css
@@ -381,7 +381,8 @@ a:hover {
font-style: italic;
margin: 14px 0 18px 0;
width: 220px;
- height: 22px;
+ height: 22px;
+ text-shadow: 2px 2px 2px #888;
}
/* This is the custom header image */
@@ -425,6 +426,7 @@ div.menu li {
line-height: 38px;
padding: 0 10px;
text-decoration: none;
+ text-shadow: 2px 2px 2px #ddd;
}
#access ul ul {
box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
@@ -446,11 +448,12 @@ div.menu li {
top: 0;
}
#access ul ul a {
- background: #333;
+ background: #999;
line-height: 1em;
padding: 10px;
width: 160px;
height: auto;
+ opacity: 0.8;
}
#access li:hover > a,
#access ul ul :hover > a {
@@ -463,6 +466,7 @@ div.menu li {
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
+ text-shadow: 2px 2px 2px #ddd;
color: #4c4c4c;
}
* html #access ul li.current_page_item a,
@@ -585,14 +589,19 @@ div.menu li {
margin-bottom: 0;
text-align: center
}
-.entry-title a:link,
+.entry-title a:link {
+ color: #333;
+ text-decoration: none;
+}
+
.entry-title a:visited {
- color: #5e5e5e;
+ color: #707070;
text-decoration: none;
}
+
.entry-title a:active,
.entry-title a:hover {
- color: #6d6d6d;
+ color: #aaa;
}
.entry-meta {
color: #333;
@@ -877,25 +886,26 @@ body.page .edit-link {
}
.navigation a:link,
.navigation a:visited {
- color: #333;
+ color: #bbb;
text-decoration: none;
+ text-shadow: 2px 2px 2px black;
}
.navigation a:active,
.navigation a:hover {
- color: #ff4b33;
+ color: #888;
}
.nav-previous {
float: left;
padding-left: 20px;
text-align: left;
- width: 50%;
+ width: 40%;
background: url(images/arrow-left.png) no-repeat left center;
}
.nav-next {
float: right;
padding-right: 20px;
text-align: right;
- width: 50%;
+ width: 40%;
background: url(images/arrow-right.png) no-repeat right center;
}
#nav-above {