diff options
Diffstat (limited to 'css/estilos.css')
-rw-r--r-- | css/estilos.css | 48 |
1 files changed, 42 insertions, 6 deletions
diff --git a/css/estilos.css b/css/estilos.css index 9becf33..a26073f 100644 --- a/css/estilos.css +++ b/css/estilos.css @@ -172,12 +172,34 @@ header form button.btn.btn-primary { background: #fff; -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); } - .main .posts .post .contenedor .texto img, - .main .single-post .post .contenedor .texto img { - max-width: 100%; - height: auto; - vertical-align: top; - margin: 0.625em 0; } + .main .posts .post .contenedor .texto, + .main .single-post .post .contenedor .texto { + font-size: 16px; } + .main .posts .post .contenedor .texto img, + .main .single-post .post .contenedor .texto img { + max-width: 100%; + height: auto; + vertical-align: top; + margin: 0.625em 0; } + .main .posts .post .contenedor .texto ul, + .main .single-post .post .contenedor .texto ul { + font-size: 16px; + margin-left: 1.25em; } + .main .posts .post .contenedor .texto ul li, + .main .single-post .post .contenedor .texto ul li { + list-style: square; + margin: 0.5em 0 0 1em; } + .main .posts .post .contenedor .texto p, + .main .single-post .post .contenedor .texto p { + font-size: 16px; } + .main .posts .post .contenedor .texto .LibreVideoJS ul, + .main .single-post .post .contenedor .texto .LibreVideoJS ul { + font-size: 10px; + margin: 0; } + .main .posts .post .contenedor .texto .LibreVideoJS ul li, + .main .single-post .post .contenedor .texto .LibreVideoJS ul li { + list-style: none; + margin: 0; } .main .posts .post .contenedor .thumb img, .main .single-post .post .contenedor .thumb img { width: 100%; @@ -516,6 +538,10 @@ footer .copyleft p { .main .posts .post .contenedor .info .extracto { height: auto; font-size: 0.9em; } + .main .posts .post .contenedor .info .texto .LibreVideoJS ul { + font-size: 1em; } + .main .posts .post .contenedor .info .texto .LibreVideoJS ul li { + font-size: 1em; } .main .paginacion ul { font-size: 0.65em; } .main .paginacion > div .wp-pagenavi { @@ -524,6 +550,10 @@ footer .copyleft p { padding-left: 0.6em; } .main .single-post .post .contenedor .info { font-size: 0.9em; } + .main .single-post .post .contenedor .info .texto .LibreVideoJS ul { + font-size: 1em; } + .main .single-post .post .contenedor .info .texto .LibreVideoJS ul li { + font-size: 1em; } .sidebar { display: none; } @@ -545,8 +575,14 @@ footer .copyleft p { .main .posts .post .contenedor .info .extracto { height: auto; font-size: 0.8em; } + .main .posts .post .contenedor .info .texto p, .main .posts .post .contenedor .info .texto ul, .main .posts .post .contenedor .info .texto ol, .main .posts .post .contenedor .info .texto li { + font-size: 0.9em; } .main .single-post .post .contenedor .info { font-size: 0.8em; } + .main .single-post .post .contenedor .info .texto .LibreVideoJS ul { + font-size: 0.7em; } + .main .single-post .post .contenedor .info .texto .LibreVideoJS ul li { + font-size: 0.7em; } .container .col-lg-8 p.text-muted { font-size: 0.8em; } |