Conjunto de cambios a401f70 en consulta_publica para static


Ignorar:
Fecha y hora:
25/05/2017 12:43:30 (hace 7 años)
Autor:
rudmanmrrod <rudman22@…>
Branches:
constituyente, estudiantes, general, plan_patria, sala
Children:
250830e
Parents:
e26ee47
Mensaje:

Adpatada la nueva interfaz

Ubicación:
static
Ficheros:
6 añadidos
3 editados

Leyenda

No modificado
Añadido
Eliminado
  • static/css/style.css

    r3ba7a9f ra401f70  
    110110
    111111.carousel-indicators .active {
    112     background-color: gray;
     112    background-color: #D40000;
    113113}
    114114
    115115.carousel-indicators li {
    116     border: 1px solid gray;
     116    border: 1px solid #D40000;
    117117}
    118118
     
    126126
    127127body{
    128     background-color: #db5637;
    129128    color: white;
    130129}
     
    174173    padding: 10px 10px 10px 10px;
    175174    border: solid 5px #deddde;
     175    margin-bottom: 70px;
    176176}
    177177
     
    186186hr{
    187187    width: 90%;
    188 }
    189 
    190 .init_button{
    191     width: 250px;
    192188}
    193189
     
    221217    color: gray;
    222218}
     219
     220.red{
     221    color: #D40000;
     222}
     223
     224/*
     225 * Estilos de los botones
     226 */
     227.btn-red{
     228    background-color: #D40000;
     229    color: white;
     230}
     231
     232.btn-yellow{
     233    background-color: #FFCC00;
     234    color: white;
     235}
     236
     237.btn-blue{
     238    background-color: #0044AA;
     239    color: white;
     240}
     241
     242.btn-white{
     243    background-color: white;
     244    color:#D40000;
     245    font-weight: bold;
     246}
     247
     248.btn-red:hover{
     249    background-color: #ae0000;
     250    color: white;
     251}
     252
     253.btn-yellow:hover{
     254    background-color: #FFCC40;
     255    color: white;
     256}
     257
     258.btn-blue:hover{
     259    background-color: #0055AA;
     260    color: white;
     261}
     262
     263.btn-white:hover{
     264    color: #D40000;
     265    border-bottom: 3px solid #D40000;
     266}
     267
     268.init_button, .btn-large{
     269    width: 300px;
     270}
     271
     272hr{
     273    border: 0;   /* in order to override TWBS stylesheet */
     274    height: 5px;
     275    background: -webkit-linear-gradient(left, #FFCC00 0%, #FFCC00 25%, #FFCC00 30%, #0044AA 33.333333333333336%, #0044AA 45%, #0044AA 65%, #D40000 66.66666666666667%);
     276    background: linear-gradient(to right, #FFCC00 0%, #FFCC00 25%, #FFCC00 30%, #0044AA 33.333333333333336%, #0044AA 45%, #0044AA 65%, #D40000 66.66666666666667%);
     277}
     278
     279.container .jumbotron{
     280    border-radius: 60px;
     281}
     282
     283.progress-bar-red{
     284    background-color: #D40000;
     285}
     286
     287.progress-bar-success {
     288    background-color: #0044AA;
     289}
  • static/icheck/skins/line/_all.css

    rcdd72e5 ra401f70  
    8080    font-size: 13px;
    8181    line-height: 17px;
    82     color: #fff;
    83     background: #e56c69;
    84     border: none;
     82    color: #D40000;
     83    background: white;
     84    border: 1px solid #D40000;
    8585    -webkit-border-radius: 3px;
    8686    -moz-border-radius: 3px;
     
    9898        padding: 0;
    9999        overflow: hidden;
    100         background: url(line.png) no-repeat;
     100        background: url(line_red.png) no-repeat;
    101101        border: none;
    102102    }
    103103    .icheckbox_line-red.hover,
    104104    .icheckbox_line-red.checked.hover,
    105     .iradio_line-red.hover {
    106         background: #E98582;
     105    .iradio_line-red.hover{
     106        background: #D40000;
     107        color: white;
    107108    }
    108109    .icheckbox_line-red.checked,
    109110    .iradio_line-red.checked {
    110         background: #e56c69;
     111        background: #D40000;
     112        color:white;
    111113    }
    112114        .icheckbox_line-red.checked .icheck_line-icon,
    113115        .iradio_line-red.checked .icheck_line-icon {
    114             background-position: -15px 0;
    115         }
     116            background: url(line.png) no-repeat;
     117            background-position: -15px 0;
     118        }
     119
    116120    .icheckbox_line-red.disabled,
    117121    .iradio_line-red.disabled {
  • static/icheck/skins/line/red.css

    rcdd72e5 ra401f70  
    3333    .icheckbox_line-red.checked.hover,
    3434    .iradio_line-red.hover {
    35         background: #E98582;
     35        background: #E98582zz;
    3636    }
    3737    .icheckbox_line-red.checked,
Nota: Vea TracChangeset para ayuda en el uso del visor de conjuntos de cambios.