Subversion Repositories eFlore/Applications.cel

Rev

Rev 3826 | Blame | Compare with Previous | Last modification | View Log | RSS feed

@CHARSET "UTF-8";

*,
*:active,
*:focus {
        outline:none !important;
}

html {
        font-size: 100%;
}

body {
    font-family: Muli,sans-serif;
        font-size: 0.8rem;
        font-weight: 300;
        color: #606060;
}

.h2, h2 {
        font-size: 1.15rem;
}

.h3, h3 {
        font-size: 1.05rem;
}

.label, label, .list-label {
        font-weight: 700;
}

.list label, .list .label {
        font-weight: 400;
}

ul {
        padding: 0;
}

.hidden {
        display: none !important;
}

.btn {
        margin: 1rem 0;
}

.btn:not(.btn-outline-secondary),
.btn-outline-secondary:hover {
        color:#fff;
}

.btn.btn-warning {
        background-color: #e16e38;
}

.btn.btn-warning:hover {
        background-color: #e6885b;
}

.btn.btn-success {
        background-color: #a2b93b;
}

.btn.btn-success:hover {
        background-color: #b3c954;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #606060;
}

.cel-photo-source a {
        color: #006979;
        font-weight: 400;
}

.cel-infos a,
.cel-photo-source a,
#bloc-infos-img a {
        border-bottom: 1px solid;
        border-bottom: .1rem solid;
        text-decoration: none !important;
        -webkit-transition: background .2s ease;
        -o-transition: background .2s ease;
        transition: background .2s ease;
        cursor: pointer;
}

.cel-infos a:hover,
.cel-photo-source a:hover {
    background-color: rgba(0,105,121,.1);
}

.modal-header,
.modal-footer {
        border : none;
}

/*.todo {
        display: none !important;
}*/

@media screen and ( max-width: 340px ) {
        html {
                font-size: 80%;
        }
}