Subversion Repositories Applications.dictionnaire

Rev

Rev 1 | Rev 5 | 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: 1000;
        text-decoration: none;
}

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

.definition {
        border-bottom: none;
        text-decoration: none;
}

#conteneur_activation_definition {
        position: fixed;
        left: 0;
        top: 0;
        padding: 5px;
        background-color: #EAEDCD;
        border: 1px dotted black;
        font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 0.85em;
}