MediaWiki:Chameleon.css: mudanças entre as edições

Sem resumo de edição
Sem resumo de edição
Linha 77: Linha 77:
     line-height: 15px;
     line-height: 15px;
}
}
ag-item-more {
.ag-item-more {
     margin-top: 5px;
     margin-top: 5px;
     color: #868686;
     color: #868686;
     font-size: 13px;
     font-size: 13px;
     text-align: right;
     text-align: right;
}
.agenda-block {
    margin: 40px 0px 40px 0px;
    max-width: 790px;
    font-size: 100%;
}
.agenda-block-list {
    position: relative;
    margin-left: 70px;
    border-left: 2px solid #1c56ac;
    border-right: 2px solid #1c56ac;
    border-bottom: 2px solid #1c56ac;
    padding: 30px 0 30px 0;
}
.ag-push-top {
    position: relative;
    top: -30px;
    height: 30px;

    width: 100%;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 59%);
    font-size: 15px;
}
.ag-push-top .ag-top-column-left {
    display: inline-block;
    background: transparent url(/w/images/d/d8/Agenda-bg-blue.png) 0 0 repeat-x;
    width: 49%;
    height: 30px;
    text-indent: 40px;
    line-height: 28px;
}
.ag-push-top .ag-top-column-right {
    display: inline-block;
    background: transparent url(/w/images/1/1e/Agenda-bg-orange.png) 0 0 repeat-x;
    width: 49%;
    margin-left: 10px;
    height: 30px;
    text-indent: 40px;
    line-height: 28px;
}
.ag-push-left {
    position: relative;
    left: -80px;
    width: 80px;
    height: 40px;
    background: transparent url(/w/images/4/45/Agenda-bg-left.png) 0 0 repeat-x;
    margin-bottom: -40px;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    line-height: 38px;
    text-indent: 20px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 59%);
    font-size: 16px;
}
.agenda-line {
    overflow: hidden;
    margin-bottom: 0px;
}
.ag-stripes {
    border-top: 1px dotted #1e67da;
    padding: 0px;
    margin-bottom: 0px;
}
.item-food-break {
    text-align: center;
    width: 209px;
    height: 55px;
    margin: 10px auto 10px auto;
}
}