Quote:
Originally Posted by Lynne
Have you checked the paths to the images/folders in the StyleVars page for your style? You may have to also check them in your Main CSS.
|
where do i check this? sorry to be so nooby first time vb user. I've opened up style.css and the following is given but i cant see any paths :S ?
Code:
body
{
background: #cfddfd;
color: #4D528C;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 0px 0px 0px 0px;
padding: 0px;
}
a:link, body_alink
{
color: #4D528C;
text-decoration: none;
background-color: transparent;
}
a:visited, body_avisited
{
color: #4D528C;
text-decoration: none;
background-color: transparent;
}
a:hover, a:active, body_ahover
{
color: #4D528C;
text-decoration: underline;
background-color: transparent;
}
.tborder
{
background: #e2e1ea;
color: #000000;
border: 1px solid #7b81cd;
}
.tcat
{
background: #5672b2;
color: #FFFFFF;
font: bold 10pt tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tcat a:link, .tcat_alink
{
color: #FFFFFF;
text-decoration: none;
background-color: transparent;
}
.tcat a:visited, .tcat_avisited
{
color: #FFFFFF;
text-decoration: none;
background-color: transparent;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
color: #FFFFFF;
text-decoration: underline;
background-color: transparent;
}
.alt1, .alt1Active
{
background: #eff0f4;
color: #4D528C;
border-left: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
}
.alt1 a:link, .alt1_alink, .alt1Active a:link, .alt1Active_alink
{
color: #000000;
text-decoration: none;
background-color: transparent;
}
.alt1 a:visited, .alt1_avisited, .alt1Active a:visited, .alt1Active_avisited
{
color: #000000;
text-decoration: none;
background-color: transparent;
}
.alt1 a:hover, .alt1 a:active, .alt1_ahover, .alt1Active a:hover, .alt1Active a:active, .alt1Active_ahover
{
color: #000000;
text-decoration: underline;
background-color: transparent;
}
.alt2, .alt2Active
{
background: #F5F5FF;
color: #4D528C;
border-left: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
}
.alt2 a:link, .alt2_alink, .alt2Active a:link, .alt2Active_alink
{
color: #000000;
text-decoration: none;
background-color: transparent;
}
.alt2 a:visited, .alt2_avisited, .alt2Active a:visited, .alt2Active_avisited
{
color: #000000;
text-decoration: none;
background-color: transparent;
}
.alt2 a:hover, .alt2 a:active, .alt2_ahover, .alt2Active a:hover, .alt2Active a:active, .alt2Active_ahover
{
color: #000000;
text-decoration: underline;
background-color: transparent;
}
.dotted
{
border-bottom: #4D528C 1px dotted;
}
.smallfont
{
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
font-weight: normal;
}