aisuruneko
09-30-2004, 03:32 AM
I've been attempting to change the color of my h2/3/4 headers in my Movable Type journal. However, the stylesheet designed for it is...not cooperating. The command to change the color isn't working, and i'm not sure why. Here is the stylesheet:
<style type="text/css">
<!--
a:link{color:#FF9999;text-decoration:none;font-family: Century Gothic;font-size:11px;}
a:visited{color:#FF9999;text-decoration:linethrough;font-family: Century Gothic;font-size:11px;}
a:active{color:#FF9999;text-decoration:none;font-family: Century Gothic;font-size:11px;}
a:hover{color:#CC6666;text-decoration:underline overline;font-family: Century Gothic;font-size:11px;}
-->
</style>
<style type="text/css">
input.button, input, textarea, {background-color: #000000; color: FFFFFF; font-family: Century Gothic; border: none;
font-size: 11px;}
</style>
<style type="text/css">
iframe {border: #;}
</style>
<style type="text/css">
H3,h2 {color: gray;}
</style>
<STYLE type="text/css">
<!--
BODY {
scrollbar-face-color: 000000;
scrollbar-highlight-color: 000000;
scrollbar-3dlight-color: FF9999;
scrollbar-darkshadow-color: 000000;
scrollbar-shadow-color: FF9999;
scrollbar-arrow-color: 000000;
scrollbar-track-color: 000000;
font-size:11px;
}
-->
</style>
Any ideas?
<style type="text/css">
<!--
a:link{color:#FF9999;text-decoration:none;font-family: Century Gothic;font-size:11px;}
a:visited{color:#FF9999;text-decoration:linethrough;font-family: Century Gothic;font-size:11px;}
a:active{color:#FF9999;text-decoration:none;font-family: Century Gothic;font-size:11px;}
a:hover{color:#CC6666;text-decoration:underline overline;font-family: Century Gothic;font-size:11px;}
-->
</style>
<style type="text/css">
input.button, input, textarea, {background-color: #000000; color: FFFFFF; font-family: Century Gothic; border: none;
font-size: 11px;}
</style>
<style type="text/css">
iframe {border: #;}
</style>
<style type="text/css">
H3,h2 {color: gray;}
</style>
<STYLE type="text/css">
<!--
BODY {
scrollbar-face-color: 000000;
scrollbar-highlight-color: 000000;
scrollbar-3dlight-color: FF9999;
scrollbar-darkshadow-color: 000000;
scrollbar-shadow-color: FF9999;
scrollbar-arrow-color: 000000;
scrollbar-track-color: 000000;
font-size:11px;
}
-->
</style>
Any ideas?