genoa
04-25-2004, 07:04 PM
Ok I know there are probably many threads on this, and I've actually found another similar one, but it didn't work, so I'm asking again.
How do I get my text links to not be in 'default blue' ? It's something to do with a:active isn't it?
Blaaarh. Well I've tried shifting the a:active all over the place (below a:link, below a: hover ...)
The site is here (http://narcissistic.half-light.net/peter.html) But I used external style sheets...so I've put it below.
<style type="text/css">
A:link
{ text-decoration: none;
color: #636363;
font-weight: bold;}
A:active
{text-decoration: none;
color: #636363;
font-weight: bold;}
A:visited
{ text-decoration: none;
color:#636363;
font-weight: bold;}
A:hover
{ text-decoration: none;
color:#663300;
filter: blur(Strength=4,Direction=90);
height: 0;
font-weight: bold;}
body
{ font-family: Arial;
color: GRAY;
font-size: xx-small;
scrollbar-face-color : #000000;
scrollbar-highlight-color : #000000;
scrollbar-3dlight-color : #000000;
scrollbar-shadow-color : #000000;
scrollbar-darkshadow-color : #000000;
scrollbar-track-color : #000000;
scrollbar-arrow-color : #FFFFFF;
background-color:#000000}
td
{ font-family: Arial;
font-size: x-small;
color: GRAY;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;}
.title
{ font-size: x-small;
color: BLACK;
background-image: url(nav.jpg);
border-color: GRAY;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom-width: 1px;
border-style:solid;
text-align:center;
font-weight: bold;
font-size:x-small;}
.side
{ font-family: Arial;
color: GRAY;
font-size: xx-small;
padding-left: 40px;
padding-right: 10px;
padding-bottom: 10px;}
.side2
{ font-family: Arial;
color: GRAY;
font-size: xx-small;
padding-left: 20px;
padding-right: 10px;
padding-bottom: 10px;}
.line
{border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 1px;
border-style: dashed;
border-color: #663300;}
#update
{ border-color: GRAY;
border-style: solid;
border-width:1px;
padding-bottom: 0px;
width: 200px;}
#nav
{ border-color: GRAY;
border-style: solid;
border-width:1px;
padding-bottom: 0px;
width: 200px;}
#tag
{ border-color: GRAY;
border-style: solid;
border-width:1px;
padding-bottom: 20px;
width: 200px;
padding-bottom: 20px;}
</style>
How do I get my text links to not be in 'default blue' ? It's something to do with a:active isn't it?
Blaaarh. Well I've tried shifting the a:active all over the place (below a:link, below a: hover ...)
The site is here (http://narcissistic.half-light.net/peter.html) But I used external style sheets...so I've put it below.
<style type="text/css">
A:link
{ text-decoration: none;
color: #636363;
font-weight: bold;}
A:active
{text-decoration: none;
color: #636363;
font-weight: bold;}
A:visited
{ text-decoration: none;
color:#636363;
font-weight: bold;}
A:hover
{ text-decoration: none;
color:#663300;
filter: blur(Strength=4,Direction=90);
height: 0;
font-weight: bold;}
body
{ font-family: Arial;
color: GRAY;
font-size: xx-small;
scrollbar-face-color : #000000;
scrollbar-highlight-color : #000000;
scrollbar-3dlight-color : #000000;
scrollbar-shadow-color : #000000;
scrollbar-darkshadow-color : #000000;
scrollbar-track-color : #000000;
scrollbar-arrow-color : #FFFFFF;
background-color:#000000}
td
{ font-family: Arial;
font-size: x-small;
color: GRAY;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;}
.title
{ font-size: x-small;
color: BLACK;
background-image: url(nav.jpg);
border-color: GRAY;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom-width: 1px;
border-style:solid;
text-align:center;
font-weight: bold;
font-size:x-small;}
.side
{ font-family: Arial;
color: GRAY;
font-size: xx-small;
padding-left: 40px;
padding-right: 10px;
padding-bottom: 10px;}
.side2
{ font-family: Arial;
color: GRAY;
font-size: xx-small;
padding-left: 20px;
padding-right: 10px;
padding-bottom: 10px;}
.line
{border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 1px;
border-style: dashed;
border-color: #663300;}
#update
{ border-color: GRAY;
border-style: solid;
border-width:1px;
padding-bottom: 0px;
width: 200px;}
#nav
{ border-color: GRAY;
border-style: solid;
border-width:1px;
padding-bottom: 0px;
width: 200px;}
#tag
{ border-color: GRAY;
border-style: solid;
border-width:1px;
padding-bottom: 20px;
width: 200px;
padding-bottom: 20px;}
</style>