Changing link colors (fixed).

Jan 05, 2008 21:58


I have been able to change the color of every other link on nightspoken to my satisfaction, but the link you click to add a new comment to an entry remains stubbornly blue. I also need to change the links on the reply form.

Here's a screenshot of the problem (just follow my hastily scribbled arrow).




Does anyone know what property I need to edit to make it gray instead?

Here is my custom CSS, in case it helps.

body {
color: #dedede;
background-color: #000000;
font-family: georgia;
font-size: 13px;
}

#header, #header-content {
background-color: #000000;
background-image: none;
}

#alpha, #alpha-inner {
background-color: #212121;
}

#content, #content-inner {
background-color: #212121;
}

#beta, #beta-inner {
background-color: #212121;
}

#page {
background-color: #000000;
}

.layout-tw #content-inner,
.layout-wt #content-inner,
.layout-wtt #content-inner,
.layout-twt #content-inner {
background-position: top left;
background-repeat: no-repeat;
background-color: #212121;
}

.asset-name,
.asset-name a:link,
.asset-name a:visited,
.asset-name a:hover {
color: #c1c1c1;
font-size: 25px;
}

.prevnext a:link,
.prevnext a:visited,
.prevnext a:hover {
color: #c1c1c1;
}

.asset-content a,
.asset-content a:hover,
.asset-tags-list {
color: #ffffff;
background-color: #212121;
}

.widget-content a:link,
.widget-content a:visited,
.widget-content a:hover, {
color: #999999;
}

.asset-meta-list a:link,
.asset-meta-list a:hover,
.asset-meta-list a:visited {
color: #999999;
}

.asset-body,
.asset-body a:link,
.asset-body a:hover,
.asset-body a:visited {
color: #cccccc;
background-color: #212121;
}

.comment-links a:link,
.comment-links a:visited,
.comment-links a:hover {
color: #c1c1c1;
}

.asset-meta-comments a:link,
.asset-meta-comments a:hover,
.asset-meta-comments a:visited {
color: #c1c1c1;
}

.asset-meta-no-comments a:link,
.asset-meta-no-comments a:hover,
.asset-meta-no-comments a:visited {
color: #c1c1c1;
}

.commenter-name a:link,
.commenter-name a:hover,
.commenter-name a:visited {
color: #FFFFFF;
font-weight: bold;
}

.quickreply,
.quickreply a:link,
.quickreply a:hover,
.quickreply a:visited {
color: #c1c1c1;
}

.designed-widget {
display: none;
}

a[href*=tellafr] {display: none;}

comments:colors, comments, page:links:colors

Previous post Next post
Up