Changeset 1fdb1ec in sicp for static


Ignore:
Timestamp:
Jun 2, 2015, 12:52:41 PM (9 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
81c59a9
Parents:
8335c28
Message:

se agregan estilos que se encontraban en algunas plantillas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • static/css/styles.css

    ra47bfff r1fdb1ec  
    3131.strength4 { background:#4dcd00; width:200px; }
    3232.strength5 { background:#399800; width:250px; }
     33
     34/** Estilos comunes de interfaz */
     35.divider-vertical-20 { margin-top: 20px; }
     36
     37/** Estilos para las tablas dinamicas (dataTable)  */
     38.table-caption { background-color: #990000; color: #FFFFFF; border-collapse: collapse; }
     39.table-caption th:first-child, .table-caption th:last-child { border-left: 0px; border-right: 0px; }
     40div.DTTT { margin-bottom: 0.5em; float: right; }
     41div.dataTables_wrapper { clear: both; }
     42
     43/** Estilos para los formularios */
     44#container1 { background-color: #e2dada; }
     45.panel .panel-heading { background-color: #990000; color: #ffffff; }
     46.panel a { color: #ffffff; }
     47.panel-body a:link { color: #2675ff; }
     48.panel-body a:visited { color: #6b0cff; }
     49.panel-body a:hover { color: #056cff; }
     50.panel-body a:active { color: #0000FF;  }
     51.centered-form { margin-top: 15px;margin-bottom: 120px; }
     52.centered-form .panel { background: rgba(255, 255, 255, 0.8); box-shadow: rgba(0, 0, 0, 0.3) 20px 20px 20px; }
     53.required { font-size: 8px; color: #990000; }
     54.errorlist li {
     55    list-style: none;
     56}
     57.alert { margin-top: 5px; }
     58.select2-container.form-control { height: auto !important; padding: 0; border: 0; }
     59
     60.bg_sections { background-color: #990000; color: #FFFFFF; }
     61.bg_sections >  a { color: #FFFFFF; }
     62body { padding-top: 50px; }
Note: See TracChangeset for help on using the changeset viewer.