Conjunto de cambios 5a8eacd en seiven para static


Ignorar:
Fecha y hora:
19/09/2016 08:59:28 (hace 8 años)
Autor:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master, carga
Children:
3e98686
Parents:
0d6b682
Mensaje:

se agregan estilos

Fichero:
1 editado

Leyenda

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

    r52b5505 r5a8eacd  
    107107    min-height: 225px !important;
    108108}
     109.opt-mnu-gral h3 {
     110    font-size: 30px;
     111}
    109112.opt-mnu-gral a.small-box-footer {
    110113    position: absolute;
    111114    bottom: 0;
    112115    width: 100%;
     116}
     117.opt-mnu-gral p:last-child {
     118    padding-bottom: 20px;
     119}
     120.social-image {
     121    position:absolute;
     122    max-height: 40px !important;
     123    margin-left: 110px;
    113124}
    114125.carousel-menu-gral {
     
    188199}
    189200
    190 @media (min-width: 1024px) {
     201
     202
     203/**
     204* Media Query
     205*/
     206/* Smartphones (portrait and landscape) ----------- */
     207@media only screen
     208and (min-device-width : 320px)
     209and (max-device-width : 480px) {
     210/* STYLES GO HERE */
     211}
     212
     213/* Smartphones (landscape) ----------- */
     214@media only screen
     215and (min-width : 321px) {
     216    .row-modulos > [class*="col-"] {
     217        margin-bottom: 20px;
     218    }
     219}
     220
     221/* Smartphones (portrait) ----------- */
     222@media only screen
     223and (max-width : 320px) {
     224/* STYLES GO HERE */
     225}
     226
     227/* iPads (portrait and landscape) ----------- */
     228@media only screen
     229and (min-device-width : 768px)
     230and (max-device-width : 1024px) {
    191231    .row-modulos > [class*="col-"] {
    192232        padding: 0 100px;
    193233    }
    194234}
     235
     236/* iPads (landscape) ----------- */
     237@media only screen
     238and (min-device-width : 768px)
     239and (max-device-width : 1024px)
     240and (orientation : landscape) {
     241/* STYLES GO HERE */
     242}
     243
     244/* iPads (portrait) ----------- */
     245@media only screen
     246and (min-device-width : 768px)
     247and (max-device-width : 1024px)
     248and (orientation : portrait) {
     249/* STYLES GO HERE */
     250}
     251
     252/* Desktops and laptops ----------- */
     253@media only screen
     254and (min-width : 1224px) {
     255/* STYLES GO HERE */
     256}
     257
     258/* Large screens ----------- */
     259@media only screen
     260and (min-width : 1824px) {
     261/* STYLES GO HERE */
     262}
     263
     264/* iPhone 5 (portrait and landscape)----------- */
     265@media only screen
     266and (min-device-width : 320px)
     267and (max-device-width : 568px) {
     268/* STYLES GO HERE */
     269}
     270
     271/* iPhone 5 (landscape)----------- */
     272@media only screen
     273and (min-device-width : 320px)
     274and (max-device-width : 568px)
     275and (orientation : landscape) {
     276/* STYLES GO HERE */
     277}
     278
     279/* iPhone 5 (portrait)----------- */
     280@media only screen
     281and (min-device-width : 320px)
     282and (max-device-width : 568px)
     283and (orientation : portrait) {
     284/* STYLES GO HERE */
     285}
     286
     287
     288
     289
     290
     291
     292@media (min-width: 1024px) {
     293
     294}
     295
     296@media (max-width: 768px) {
     297    .opt-mnu-gral p {
     298        font-size: 20px;
     299    }
     300    .social-image {
     301        position:absolute;
     302        margin-left: 400px;
     303    }
     304}
     305
     306@media (max-width: 360px) {
     307    .social-image {
     308        position:absolute;
     309        margin-left: 150px;
     310    }
     311}
     312
     313@media (max-width: 320px) {
     314    .social-image {
     315        position:absolute;
     316        margin-left: 135px;
     317    }
     318}
Nota: Vea TracChangeset para ayuda en el uso del visor de conjuntos de cambios.