main-ifrr.css

por Raildo última modificação 28/02/2020 21h50

CSS stylesheet icon main-ifrr.css — CSS stylesheet, 2 KB (2828 bytes)

Conteúdo do arquivo

section#atualizacoes {
    margin-bottom: 40px;
}

section#atualizacoes .pesquisar {
    display: flex;
    flex-wrap: wrap;
    color: #292929;
    border-radius: 10px;
    background-color: #fbfbfb;
    line-height: 1.2em;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
}

section#atualizacoes .pesquisar label {
    margin-left: 15px;
}

section#atualizacoes .pesquisar input {
    min-width: 250px;
    height: 25px;
    padding-left: 10px;
    border-radius: 10px;
    margin-top: 2px;
}

section#atualizacoes .pesquisar select {
    margin-top: 2px;
    min-width: 100px;
    height: 35px;
    padding-left: 10px;
    border-radius: 10px;
    background-color: #ffffff;
}

section#atualizacoes .container > div {
        overflow-x:auto;
        width: 69%;
}

@media screen and (max-width: 767px) {

    section#atualizacoes .container > div {
        width: 100%;
    }
}

section#atualizacoes table thead tr th {
    color: #666;
}

section#atualizacoes table tbody tr td {
    color: #292929;
    line-height: 1.2em;
    font-weight: 300;
}

section#atualizacoes table thead tr th#numero {
    width: 3%;
}

section#atualizacoes table thead tr th#descricao {
    width: 40%;
}

section#atualizacoes .div-paginacao ul {
    list-style: none;
    margin-bottom: 5px;
}

section#atualizacoes .div-paginacao ul li {
    display: inline;
}

section#atualizacoes .div-paginacao ul li a {
    padding: 2px 10px;
    text-decoration: none;
    line-height: 1.2em;
    font-weight: 300;
}

section#atualizacoes .tags>li {
    background-color: #fbfbfb;
    color: #666;
    float: left;
    font-size: 95%;
    list-style: none;
    margin: 0 5px 5px 0;
    padding: 3px 7px;
}

section#atualizacoes .grupos {
    margin-left: 10px;
}

section#atualizacoes span.status {
    border-left: 2px solid;
    border-radius: 1px 5px 5px 1px;
    color: #292929;
    display: block;
    font-size: 95%;
    font-weight: 400;
    padding: 5px 8px;
    white-space: nowrap;
}

section#atualizacoes span.status-bug {
    background-color: rgba(231,76,60,0.2);
    border-color: #e74c3c;
}

section#atualizacoes span.status-manutencao {
    background-color: #efe6c2;
    border-color: #f1c40f;
}

section#atualizacoes span.status-funcionalidade {
    background-color: #d0f0dd;
    border-color: #2ecc71;
}




section#atualizacoes table {
    border-spacing: 0;
    width: 100%;
}
section#atualizacoes td,
th {
    padding: 5px;
}
section#atualizacoes tbody tr:nth-child(even) {
    background-color: #eee;
}
section#atualizacoes thead th {
    font-size: 105%;
    text-align: left;
}
section#atualizacoes thead tr {
    background-color: #ddd;
}

section#atualizacoes table thead tr {
    background: #fbfbfb;
}

section#atualizacoes table tr:nth-child(even) {
  background-color: #fbfbfb;
}