web/wp-content/plugins/nice-titles/nicetitle.css
author hurons@caf4f556-3d62-0410-8435-a86758001935
Thu, 16 Sep 2010 15:42:32 +0000
changeset 192 ad0cebafc06f
parent 136 bde1974c263b
permissions -rw-r--r--
new version and introduction of "pedagogie" link in "tool" category

div.nicetitle {
    position: absolute;
    padding: 4px;
    top: 0px;
    left: 0px;
    color: white;
    font-size: 10px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    width: 25em;
    font-weight: bold;
    background: url(ntbg.png);
	z-index:1;
    
    /* Mozilla proprietary */
    -moz-border-radius: 0px;
}
div.nicetitle p {
    margin: 0; padding: 0 3px;
}
div.nicetitle p.destination {
    font-size: 8px;
    text-align: left;
    padding-top: 3px;
	/*visibility: hidden;*/
}