Subversion Repositories Applications.referentiel

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

@CHARSET "UTF-8";
/*--------------------------------------------------------------------------------------------------------------*/
/* Général */

/*--------------------------------------------------------------------------------------------------------------*/
/* Tests */
.test {
        width:800px;}
.test h2{
        padding:5px 5px 5px 20px;
        background:white url(images/ouvrir.png) no-repeat center left;
        font-size:1em;
        font-weight:bold;
        text-transform:none;
        width:775px;}
.test h2.active{ /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
        background:white url(images/fermer.png) no-repeat center left;}
.test .message, .test .description{
        margin:0 0 5px;
        padding:5px;
        overflow:hidden;
        font-size:1em;
        width:790px;
        clear:both;}
.test .description{
        background-color:#f0f0f0;
        white-space:pre-wrap;}
.test .message p{
        background-color:#FFFFDD;
        border:1px solid #FFD700;}
.test .resultat{
        text-transform:uppercase;
        float:right;}
.test .ok{
        background-color:#9ED30D !important;}
.test .ko{
        background-color:#E9584C !important;}
.test .espace{
        background-color:yellow !important;}