Problem with Textcolor in Costa Nature-Theme
-
Meister_Li
- Regular
- Posts: 7
- Joined: Sun Nov 05, 2006 12:00 am
Problem with Textcolor in Costa Nature-Theme
Hi! I've used the Costa Nature-Theme in my blogger and changes many colors in it now... It's almost inverted. The Problem I have: I can't change (or well, don't find where) the color of the eneries in the Blog. At the moment, they're black, and the background is in a very dark green, making it really hard to read the text. Does anyone know in wich file the Color is defined?
-
carl_galloway
- Regular
- Posts: 1331
- Joined: Sun Dec 04, 2005 5:43 pm
- Location: Andalucia, Spain
- Contact:
Looking at Costa's stylesheet I don't think the text color is explicitly defined, which leaves the browser free to select whichever color is the default text color for the browser. Most use black or some very dark grey.
To solve the problem for you, add a color style to either the body in the stylesheet, or if this is too much, then add the color to .serendipity_entry {], which is a holding class for everything within the entry including the body, extended, footer, comments and comment form.
Hope that helps,
Carl
To solve the problem for you, add a color style to either the body in the stylesheet, or if this is too much, then add the color to .serendipity_entry {], which is a holding class for everything within the entry including the body, extended, footer, comments and comment form.
Hope that helps,
Carl
-
Meister_Li
- Regular
- Posts: 7
- Joined: Sun Nov 05, 2006 12:00 am
-
carl_galloway
- Regular
- Posts: 1331
- Joined: Sun Dec 04, 2005 5:43 pm
- Location: Andalucia, Spain
- Contact:
-
Meister_Li
- Regular
- Posts: 7
- Joined: Sun Nov 05, 2006 12:00 am
Actually, put it there, didn't work, here is the line:
Code: Select all
.serendipity_entry {
color: #ffc937;
font-size: 10pt;
clear: both;
overflow: auto;
display: block;
width: 100%;
}-
carl_galloway
- Regular
- Posts: 1331
- Joined: Sun Dec 04, 2005 5:43 pm
- Location: Andalucia, Spain
- Contact:
-
Meister_Li
- Regular
- Posts: 7
- Joined: Sun Nov 05, 2006 12:00 am
sure! IT's at http://www.nachtgedanken.net/blog/ 
-
Meister_Li
- Regular
- Posts: 7
- Joined: Sun Nov 05, 2006 12:00 am