Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

@CHARSET "UTF-8";
/*----------------------------------------------------------------------------------------------------------*/
/* Balises */
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: middle;
}
input, textarea {
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    margin-left: 0;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 4px;
    width:90%;
}
textarea {
        height:180px;
}
input:focus, textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
label {
    color: #333333;
    display: block;
    margin-bottom: 5px;
}
/*----------------------------------------------------------------------------------------------------------*/
/* Disposition */
#zone-pied{
        text-align:center;
}
#eflore_pied_page{
        text-align:center;
}
#zone-debug{
        background-color:grey;
        color:white;
}