View Single Post
Old 28.05.2004, 09:37   #2 (permalink)
andreadesign
Elite Mamber
 
andreadesign's Avatar
 
Join Date: Apr 2004
Location: Milan, Italy
Posts: 2,041
andreadesign is on a distinguished road
Default Re: CSS e links degli articoli su FrontPage...

non sono quelli i descrittivi del titolo linkato!

Code:
a.contentpagetitle:link, a.contentpagetitle:visit {
/* This is used for formatting the component's title
    when it is displayed on its own page on the frontend */
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #2B60A1;
text-align: left;
}

a.contentpagetitle:hover {
/* This is used for formatting the component's title
    when it is displayed on its own page on the frontend */
color: #000000;	
text-decoration: underline;
}
esiste un "template" base con i due css, uno con le funzioni base e l'altro con tutti gli stili utilizzati da mambo... mi sembra di averli scaricati da mambohut ma non ne sono sicuro... è firmato visualdensity
andreadesign is offline   Reply With Quote