Pino
you should use a tool like Firebug to check which CSS settings actually
define the various style parameters. Since styles are usually a
combination provided by overlapping and overwriting parent/child styles
it is virtually impossible to just rely on a simple setting and hope it
works.
In Firebug choose the blue arrow symbol (top-left of FB window) and
click on the element for which you want to inspect the styles. You see
them then in the part on the right, where you can modify them on the fly
for testing them. These changes are only valid during your session and
are nowhere written (and hence lost after you close the browser). So
when you found the right style write it to the *.css file that is
indicated in Firebug.
You will eg. see that the color of the TOC is defined in the style
".vis", but there is no such a style like ".toc" (ie. there is no class
"toc" in p.mapper, just an ID "toc").
armin
On 06/02/2011 17:17, Pino Scalamandrè wrote:
> Hi!
>
> I like customize the framework of pmapper 4.1.1 and have changed de
> font-color for cat name in the TOC
>
> In the toc.css file:
>
> .toc A, .cat A {
> color: #FAFFC6;
> text-align: left;
> text-decoration: none;
> }
>
> but it doesn't work!
>
> I did the same changes for the other text of TOC and it is ok.
>
> Thanks!
>
> Pino
> ------------------------------------------------------------------------------
> The modern datacenter depends on network connectivity to access resources
> and provide services. The best practices for maximizing a physical server's
> connectivity to a physical network are well understood - see how these
> rules translate into the virtual world?
> http://p.sf.net/sfu/oracle-sfdevnlfb
> _______________________________________________
> pmapper-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>
------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world?
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
pmapper-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmapper-users