summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2012-07-12 16:58:05 +0200
committerTheo Chatzimichos <tampakrap@gentoo.org>2012-07-12 16:58:05 +0200
commite445f7e4434d1bbdf927ff04e06748ea8f45467c (patch)
tree09d389602305bb3d1b8ea40562fb7c0749fdc68a /themes
parentAdd a personal fork of kde-breathe theme (diff)
downloadblogs-gentoo-e445f7e4434d1bbdf927ff04e06748ea8f45467c.tar.gz
blogs-gentoo-e445f7e4434d1bbdf927ff04e06748ea8f45467c.tar.bz2
blogs-gentoo-e445f7e4434d1bbdf927ff04e06748ea8f45467c.zip
Change some colors to variations of gray, and put titles in the center
Diffstat (limited to 'themes')
-rw-r--r--themes/kde-breathe-tampakrap/style.css23
1 files changed, 13 insertions, 10 deletions
diff --git a/themes/kde-breathe-tampakrap/style.css b/themes/kde-breathe-tampakrap/style.css
index 6839070b..2fa28491 100644
--- a/themes/kde-breathe-tampakrap/style.css
+++ b/themes/kde-breathe-tampakrap/style.css
@@ -338,14 +338,14 @@ textarea {
padding: 2px;
}
a:link {
- color: #0066cc;
+ color: #4c4c4c;
}
a:visited {
- color: #743399;
+ color: #5e5e5e;
}
a:active,
a:hover {
- color: #ff4b33;
+ color: #6d6d6d;
}
/* Text meant only for screen readers */
@@ -370,6 +370,7 @@ a:hover {
margin-top:10px;
}
#site-title a {
+ opacity: 0;
color: #000;
font-weight: bold;
text-decoration: none;
@@ -453,7 +454,7 @@ div.menu li {
}
#access li:hover > a,
#access ul ul :hover > a {
- color: #fff;
+ color: #6d6d6d;
}
#access ul li:hover > ul {
display: block;
@@ -462,7 +463,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 {
- color: #fff;
+ color: #4c4c4c;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
@@ -577,20 +578,21 @@ div.menu li {
color: #ff4b33;
}
#content .entry-title {
- color: #000;
+ color: #4b4b4b;
font-size: 21px;
font-weight: bold;
line-height: 1.3em;
margin-bottom: 0;
+ text-align: center
}
.entry-title a:link,
.entry-title a:visited {
- color: #000;
+ color: #5e5e5e;
text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
- color: #ff4b33;
+ color: #6d6d6d;
}
.entry-meta {
color: #333;
@@ -674,7 +676,7 @@ div.menu li {
}
.page-link a:active,
.page-link a:hover {
- color: #ff4b33;
+ color: #6d6d6d;
}
body.page .edit-link {
clear: both;
@@ -720,7 +722,7 @@ body.page .edit-link {
}
.entry-meta a:hover,
.entry-utility a:hover {
- color: #ff4b33;
+ color: #6d6d6d;
}
#content .video-player {
padding: 0;
@@ -1110,6 +1112,7 @@ h3#reply-title {
.widget-title {
color: #222;
font-weight: bold;
+ text-align: center;
}
.widget-area a:link,
.widget-area a:visited {