Subversion Repositories Applications.dictionnaire

Rev

Rev 3 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

.definition_term {
        text-decoration: underline;
        border-bottom: 1px solid black;
        position: relative;
}

.definition_term:hover {
        background-color: yellow;
        cursor: help;
}

.definition_container {
        position: fixed;
        height:auto;
        background-color:#AAAAAA;
        padding:5px;
        padding-bottom: 20px;
        padding-top: 0px;
        border:1px solid black;
        z-index: 220;
}

.definition_container_fleche {
        background: url("fleche.png") no-repeat scroll;
    display: block;
    height: 20px;
    left: 10px;
    position: relative;
    top: -20px;
    z-index: 240;
}