diff options
author | Florent Neveu (Captain) <neveu.etna@gmail.com> | 2006-09-19 22:49:31 +0200 |
---|---|---|
committer | Captain <neveu.etna@gmail.com> | 2006-09-19 22:49:31 +0200 |
commit | 504841009cfbdfbf080fdc8a384da3330e3bef1f (patch) | |
tree | dcd09071b12125e40448a349ee5fbda1f9dc7c47 | |
parent | comment_body background and border (diff) | |
download | web-504841009cfbdfbf080fdc8a384da3330e3bef1f.tar.xz |
change all #c2e5ff to #f9dbab
-rw-r--r-- | blog/themes/typo/phokus_else/stylesheets/phokus.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/blog/themes/typo/phokus_else/stylesheets/phokus.css b/blog/themes/typo/phokus_else/stylesheets/phokus.css index a071313..9252529 100644 --- a/blog/themes/typo/phokus_else/stylesheets/phokus.css +++ b/blog/themes/typo/phokus_else/stylesheets/phokus.css @@ -125,7 +125,7 @@ h1 a:hover, h2 a:hover {
background: none;
border: none;
- color: #c2e5ff;
+ color: #f9dbab;
text-decoration: none;
}
img {
@@ -169,7 +169,7 @@ code { font-size: 1em;
}
pre {
- border: 1px solid #c2e5ff;
+ border: 1px solid #f9dbab;
overflow: hidden;
padding: 10px;
width: 479px;
@@ -217,7 +217,7 @@ h2 { .auth,
.meta,
.meta.alt {
- background: #c2e5ff url(../../images/theme/meta-top_else.png) no-repeat;
+ background: #f9dbab url(../../images/theme/meta-top_else.png) no-repeat;
color: #0a78cb;
font-size: .9em;
margin: 0 0 15px -25px;
@@ -226,7 +226,7 @@ h2 { width: 501px;
}
.meta {
- background: #c2e5ff url(../../images/theme/meta-bottom_else.png) no-repeat 0 100%;
+ background: #f9dbab url(../../images/theme/meta-bottom_else.png) no-repeat 0 100%;
margin: 20px 0 -10px -25px;
padding-bottom: 19px;
}
@@ -612,7 +612,7 @@ a.comment-link:hover { background-color: #f5f5f5;
}
.meta .link-ico span {
- background-color: #c2e5ff;
+ background-color: #f9dbab;
}
.ico-feed {
background-image: url(../../images/theme/ico-feed.gif);
|