Changeset bebce15 in sicp


Ignore:
Timestamp:
May 19, 2015, 1:36:29 PM (9 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
3a94544
Parents:
b9ff347
Message:

se agregan estilos a las ventanas emergentes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • templates/base_head.html

    r5962590 rbebce15  
    2121    </script>
    2222        <style type="text/css">
    23         .bg_sections {
    24                 background-color: #990000;
    25                 color: #FFFFFF;
    26         }
    27         .bg_sections >  a {
    28                 color: #FFFFFF;
    29         }
    30         body {
    31   padding-top: 50px;
    32 }
     23        .bg_sections { background-color: #990000; color: #FFFFFF; }
     24        .bg_sections >  a { color: #FFFFFF; }
     25        body { padding-top: 50px; }
     26        /*.modal-header, .modal-footer { background-color: #a00000; color: #FFFFFF; }
     27        .modal-body { z-index: 1; }*/
     28        /*.modal-body:before {
     29            content: ' ';
     30            display: block;
     31            position: absolute;
     32            left: 0;
     33            top: 0;
     34            width: 90%;
     35            height: 98%;
     36            z-index: 0;
     37            opacity: 0.1;
     38            background-image: url({% static 'images/mpv.png' %});
     39            background-repeat: no-repeat;
     40            background-position: 50% 0;
     41            -ms-background-size: contain;
     42            -o-background-size: contain;
     43            -moz-background-size: contain;
     44            -webkit-background-size: contain;
     45            background-size: contain;
     46        }*/
    3347        </style>
    3448</head>
Note: See TracChangeset for help on using the changeset viewer.