| (No se muestran 173 ediciones intermedias de 2 usuarios) | |||
| Línea 1: | Línea 1: | ||
/* El CSS colocado en esta página será aplicado a todas las apariencias */ | /* El CSS colocado en esta página será aplicado a todas las apariencias */ | ||
| + | |||
/********************* START RESPONSIVE *********************/ | /********************* START RESPONSIVE *********************/ | ||
| + | |||
| + | #top-wrap a img#headerSAC { | ||
| + | margin: 115px auto 50px 40px; | ||
| + | } | ||
@media only screen and (max-width: 1080px) { | @media only screen and (max-width: 1080px) { | ||
| − | #headerSAC { content: url(http://www.wikicardio.org.ar/images/ | + | #headerSAC { content: url(http://www.wikicardio.org.ar/images/3/3c/Wikicardio-1000x156.png) } |
| − | #logoSAC { display:none; } | + | #logoSAC, #logoFCA { display:none; } |
| − | body{ width: 100%} | + | body{ width: 100% !important} |
| − | #mw-content-text{ width: 100%} | + | #mw-content-text{ width: 100%; padding: 0px !important; border: none !important;} |
| − | #mw-content-text img{ width: | + | #mw-content-text img{ width: 100%; height: 100%;} |
.footer-sac {width: 97%;} | .footer-sac {width: 97%;} | ||
| − | + | .dynamic-page-list{float: none;} | |
| − | # | + | #slider{ width: 100% !important; height: calc(100vw / 1.72) !important; margin: 0 !important;} |
| + | #slider ul{ width: 100% !important; height: calc(100vw / 1.72) !important; margin-left: 0px !important;} | ||
| + | #slider ul li{width: 100% !important; height: calc(100vw / 1.72) !important; background: #ffffff; } | ||
| + | #slider img{ width: 100% !important; } | ||
| + | |||
| + | #slider a.control_next, a.control_prev {color: #FFF !important; | ||
| + | } | ||
#dynamic-page-title { width: 88%; } | #dynamic-page-title { width: 88%; } | ||
| − | #listwidget-2{ display: | + | #listwidget-2{margin-left: 15px; margin-right: 15px; display: block !important; } |
#listwidget-1 { display: none;} | #listwidget-1 { display: none;} | ||
#headerSAC {margin: auto !important;} | #headerSAC {margin: auto !important;} | ||
| − | .srf-listwidget {margin-left: | + | .srf-listwidget {margin-left: 0px;} |
| − | #simpleSearch{ width: 100%; margin: auto; } | + | #simpleSearch{ width: 100%; margin: auto;} |
| − | #simpleSearch .buscador-header{ | + | #simpleSearch .buscador-header{width: 100%; margin-left: 15px;} |
| − | #simpleSearch .buscador-boton {margin-right: | + | #simpleSearch .buscador-boton {margin-right: 15px;} |
| − | # | + | #searchButton {width: 27%; display: inline;} |
| + | #searchInput {width: 73%; display: inline-block;} | ||
#listwidget-2 select{ width:100%; margin-top: 5px; margin-bottom: 8px; color: #00529E; background: #EBEEF0 none repeat scroll 0% 0%; height: 40px; border: none; font-size: 19px; font: normal 16px/normal "Raleway",Helvetica,sans-serif; } | #listwidget-2 select{ width:100%; margin-top: 5px; margin-bottom: 8px; color: #00529E; background: #EBEEF0 none repeat scroll 0% 0%; height: 40px; border: none; font-size: 19px; font: normal 16px/normal "Raleway",Helvetica,sans-serif; } | ||
ul#menu li {display: block; width: 96%;} | ul#menu li {display: block; width: 96%;} | ||
ul#menu {padding: 0.5em 12px !important;} | ul#menu {padding: 0.5em 12px !important;} | ||
| − | #menubutton {position: inherit !important; background-color: # | + | #menubutton {text-align: center; position: inherit !important; background-color: #002E5E !important;} |
img { padding: 0 !important;} | img { padding: 0 !important;} | ||
#top-wrap img {width: 100%} | #top-wrap img {width: 100%} | ||
div.NavFrame div.NavHead {height: 100%; padding-top: 25px !important;} | div.NavFrame div.NavHead {height: 100%; padding-top: 25px !important;} | ||
iframe{width: 100%; height: 100%;} | iframe{width: 100%; height: 100%;} | ||
| − | |||
.visualClear td.mw-input{width: 100%; display: table-row;} | .visualClear td.mw-input{width: 100%; display: table-row;} | ||
| − | + | table td.mw-input .mw-ui-input input{width: 100% !important;} | |
.visualClear td.mw-label{width: 100%; display: table-row;} | .visualClear td.mw-label{width: 100%; display: table-row;} | ||
| − | .visualClear tr { width: | + | .visualClear td.mw-label label{float: left;} |
| + | .visualClear tr { width: 100%; display: block; border: none;} | ||
| + | #colaboradores-responsive{display: inherit !important;} | ||
| + | #colaboradores-responsive{width:100%; border-spacing: 0px; table-layout: fixed;} | ||
| + | #colaboradores-responsive th{text-align: center; background-color: #004AA1; color: white; padding: 6px; font-size: 25px;} | ||
| + | #colaboradores{display:none;} | ||
| + | div.suggestions {width: 88% !important; margin: 0px !important;} | ||
| + | |||
| + | #wikinews-responsive{display: inherit !important;} | ||
| + | #wikinews-responsive{width:100%; border-spacing: 0px; table-layout: fixed;} | ||
| + | #wikinews-responsive img{height: calc(100vw/4);} | ||
| + | #wikinews{display:none;} | ||
} | } | ||
@media only screen and (max-width: 768px) { | @media only screen and (max-width: 768px) { | ||
| − | #headerSAC { content: url(http://www.wikicardio.org.ar/images/ | + | #headerSAC { content: url(http://www.wikicardio.org.ar/images/c/c0/Wikicardio-768x156.png) } |
} | } | ||
| + | |||
@media only screen and (max-width: 500px) { | @media only screen and (max-width: 500px) { | ||
| − | #headerSAC { content: url(http://www.wikicardio.org.ar/images/ | + | #headerSAC { content: url(http://www.wikicardio.org.ar/images/e/e6/Wikicardio-460x156.png) } |
} | } | ||
@media only screen and (max-width: 360px) { | @media only screen and (max-width: 360px) { | ||
| − | #headerSAC { content: url(http://www.wikicardio.org.ar/images/ | + | #headerSAC { content: url(http://www.wikicardio.org.ar/images/3/3f/Wikicardio-360.png) } |
| + | } | ||
| + | @media only screen and (max-width: 1080px) and (orientation: landscape) { | ||
| + | #carrusel-home {height: 260px; } | ||
| + | |||
| + | } | ||
| + | |||
| + | .container{ | ||
| + | width: 100%; | ||
| + | text-align: center; | ||
| + | } | ||
| + | |||
| + | #main-img { | ||
| + | display: inline-block; | ||
| + | } | ||
| + | |||
| + | @media only screen and (min-width: 1000px) { | ||
| + | #main-img { background-image: url(http://www.wikicardio.org.ar/skins/erudite/assets/images/footer3.png); | ||
| + | height: 156px; | ||
| + | width: 1120px; } | ||
| + | } | ||
| + | |||
| + | @media only screen and (max-width:999px) { | ||
| + | #main-img { background-image: url(http://www.wikicardio.org.ar/skins/erudite/assets/images/footer2.png); | ||
| + | height: 156px; | ||
| + | width: 768px; | ||
| + | } | ||
| + | } | ||
| + | |||
| + | @media only screen and (max-width: 767px) { | ||
| + | #main-img { | ||
| + | background-image: url(http://www.wikicardio.org.ar/skins/erudite/assets/images/footer1.png); | ||
| + | height: 88px; | ||
| + | width: 260px; } | ||
} | } | ||
/********************* END RESPONSIVE *********************/ | /********************* END RESPONSIVE *********************/ | ||
| + | |||
| + | h3{color: white; background-color:lightgray !important; font-weight: unset; padding: 8px !important; font-size: 20px;} | ||
| + | |||
| + | #wikinews-responsive{ | ||
| + | display:none; | ||
| + | } | ||
| + | #colaboradores-responsive{ | ||
| + | display:none; | ||
| + | } | ||
| + | #listwidget-2{ | ||
| + | display: none; | ||
| + | } | ||
#colaboradores{ | #colaboradores{ | ||
width:100%; | width:100%; | ||
| Línea 87: | Línea 155: | ||
-moz-box-sizing: border-box; | -moz-box-sizing: border-box; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
| − | width: | + | width: 100% !important; |
padding: 10px 20px; | padding: 10px 20px; | ||
border: 1px solid #dcdcdc; | border: 1px solid #dcdcdc; | ||
| Línea 200: | Línea 268: | ||
#logoSAC { | #logoSAC { | ||
width: 130px; | width: 130px; | ||
| + | } | ||
| + | |||
| + | #logoFCA { | ||
| + | width: 90px; | ||
| + | float: left; | ||
| + | margin-top: 56px; | ||
| + | margin-left: 40px; | ||
} | } | ||
| Línea 208: | Línea 283: | ||
} | } | ||
| + | .img-link-table { | ||
| + | text-decoration: none !important; | ||
| + | border: 0; | ||
| + | } | ||
| + | |||
| + | |||
| + | div.leyenda-medicamentos { | ||
| + | font-size: 16px; | ||
| + | border-left: 4px solid #00529E; | ||
| + | padding: 10px 20px; | ||
| + | } | ||
| + | |||
| + | div.leyenda-recuadro-destacado { | ||
| + | font-size: 16px; | ||
| + | color: #00529E; | ||
| + | border: 4px solid #00529E; | ||
| + | padding: 20px; | ||
| + | } | ||
td.tabla-datos { | td.tabla-datos { | ||
border-bottom: 2px solid #004aa1; | border-bottom: 2px solid #004aa1; | ||
} | } | ||
| + | |||
| + | .a2a_kit.a2a_kit_size_32.a2a_default_style a[title='Agradecimientos'] | ||
| + | { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | |||
| + | #mw-content-text a[title='Redireccionamiento final exitoso'] | ||
| + | { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | #mw-content-text a[title='Redireccionamiento en caso de error'] | ||
| + | { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | |||
| + | #mw-content-text a[title='Suscripcion'] | ||
| + | { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | |||
#mw-content-text a[title='Agradecimientos'] | #mw-content-text a[title='Agradecimientos'] | ||
| Línea 217: | Línea 334: | ||
display: none; | display: none; | ||
} | } | ||
| + | |||
| + | #mw-content-text a[title='Qué es WikiCardio'] | ||
| + | { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | #mw-content-text a[title='Nuevas palabras'] | ||
| + | { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | #mw-content-text a[title='WikiNews'] | ||
| + | { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | #mw-content-text div.NavFrame div.NavHead { | ||
| + | height: auto; | ||
| + | padding-bottom: 9px; | ||
| + | } | ||
| + | |||
| + | @media only screen and (max-width: 768px) { | ||
| + | #wikinews-responsive td {width: 100%; display: block; } | ||
| + | #wikinews-responsive td img { height: calc(100vw/2); } | ||
| + | } | ||
| + | |||
| + | |||
| + | .formulario tr.campo td { padding: 6px 0; } | ||
| + | .formulario td p {text-align:right; line-height: 22px; alignment-baseline:middle; font-size: 16px !important; font-weight: lighter !important; margin-top:18px; } | ||
| + | |||
| + | .formulario input, select { border: solid 1px #999; min-height: 22px; min-width:170px; line-height: 22px; padding: 0px 5px; color: #999; font-size: 12px; border-radius: 2px; white-space: nowrap; text-decoration: none; color:#333; margin-left:5px; background-color:#ffffff;} | ||
| + | |||
| + | |||
/******* SACO BUSCADOR SECUNDARIO EN LAS BUSQUEDAS ********/ | /******* SACO BUSCADOR SECUNDARIO EN LAS BUSQUEDAS ********/ | ||
#mw-search-top-table #searchText { display: none;} | #mw-search-top-table #searchText { display: none;} | ||
.mw-ui-button.mw-ui-progressive, .mw-ui-button.mw-ui-primary { display: none;} | .mw-ui-button.mw-ui-progressive, .mw-ui-button.mw-ui-primary { display: none;} | ||
#mw-search-top-table div.results-info { float: left;} | #mw-search-top-table div.results-info { float: left;} | ||
Revisión actual del 13:05 13 dic 2019
/* El CSS colocado en esta página será aplicado a todas las apariencias */
/********************* START RESPONSIVE *********************/
#top-wrap a img#headerSAC {
margin: 115px auto 50px 40px;
}
@media only screen and (max-width: 1080px) {
#headerSAC { content: url(http://www.wikicardio.org.ar/images/3/3c/Wikicardio-1000x156.png) }
#logoSAC, #logoFCA { display:none; }
body{ width: 100% !important}
#mw-content-text{ width: 100%; padding: 0px !important; border: none !important;}
#mw-content-text img{ width: 100%; height: 100%;}
.footer-sac {width: 97%;}
.dynamic-page-list{float: none;}
#slider{ width: 100% !important; height: calc(100vw / 1.72) !important; margin: 0 !important;}
#slider ul{ width: 100% !important; height: calc(100vw / 1.72) !important; margin-left: 0px !important;}
#slider ul li{width: 100% !important; height: calc(100vw / 1.72) !important; background: #ffffff; }
#slider img{ width: 100% !important; }
#slider a.control_next, a.control_prev {color: #FFF !important;
}
#dynamic-page-title { width: 88%; }
#listwidget-2{margin-left: 15px; margin-right: 15px; display: block !important; }
#listwidget-1 { display: none;}
#headerSAC {margin: auto !important;}
.srf-listwidget {margin-left: 0px;}
#simpleSearch{ width: 100%; margin: auto;}
#simpleSearch .buscador-header{width: 100%; margin-left: 15px;}
#simpleSearch .buscador-boton {margin-right: 15px;}
#searchButton {width: 27%; display: inline;}
#searchInput {width: 73%; display: inline-block;}
#listwidget-2 select{ width:100%; margin-top: 5px; margin-bottom: 8px; color: #00529E; background: #EBEEF0 none repeat scroll 0% 0%; height: 40px; border: none; font-size: 19px; font: normal 16px/normal "Raleway",Helvetica,sans-serif; }
ul#menu li {display: block; width: 96%;}
ul#menu {padding: 0.5em 12px !important;}
#menubutton {text-align: center; position: inherit !important; background-color: #002E5E !important;}
img { padding: 0 !important;}
#top-wrap img {width: 100%}
div.NavFrame div.NavHead {height: 100%; padding-top: 25px !important;}
iframe{width: 100%; height: 100%;}
.visualClear td.mw-input{width: 100%; display: table-row;}
table td.mw-input .mw-ui-input input{width: 100% !important;}
.visualClear td.mw-label{width: 100%; display: table-row;}
.visualClear td.mw-label label{float: left;}
.visualClear tr { width: 100%; display: block; border: none;}
#colaboradores-responsive{display: inherit !important;}
#colaboradores-responsive{width:100%; border-spacing: 0px; table-layout: fixed;}
#colaboradores-responsive th{text-align: center; background-color: #004AA1; color: white; padding: 6px; font-size: 25px;}
#colaboradores{display:none;}
div.suggestions {width: 88% !important; margin: 0px !important;}
#wikinews-responsive{display: inherit !important;}
#wikinews-responsive{width:100%; border-spacing: 0px; table-layout: fixed;}
#wikinews-responsive img{height: calc(100vw/4);}
#wikinews{display:none;}
}
@media only screen and (max-width: 768px) {
#headerSAC { content: url(http://www.wikicardio.org.ar/images/c/c0/Wikicardio-768x156.png) }
}
@media only screen and (max-width: 500px) {
#headerSAC { content: url(http://www.wikicardio.org.ar/images/e/e6/Wikicardio-460x156.png) }
}
@media only screen and (max-width: 360px) {
#headerSAC { content: url(http://www.wikicardio.org.ar/images/3/3f/Wikicardio-360.png) }
}
@media only screen and (max-width: 1080px) and (orientation: landscape) {
#carrusel-home {height: 260px; }
}
.container{
width: 100%;
text-align: center;
}
#main-img {
display: inline-block;
}
@media only screen and (min-width: 1000px) {
#main-img { background-image: url(http://www.wikicardio.org.ar/skins/erudite/assets/images/footer3.png);
height: 156px;
width: 1120px; }
}
@media only screen and (max-width:999px) {
#main-img { background-image: url(http://www.wikicardio.org.ar/skins/erudite/assets/images/footer2.png);
height: 156px;
width: 768px;
}
}
@media only screen and (max-width: 767px) {
#main-img {
background-image: url(http://www.wikicardio.org.ar/skins/erudite/assets/images/footer1.png);
height: 88px;
width: 260px; }
}
/********************* END RESPONSIVE *********************/
h3{color: white; background-color:lightgray !important; font-weight: unset; padding: 8px !important; font-size: 20px;}
#wikinews-responsive{
display:none;
}
#colaboradores-responsive{
display:none;
}
#listwidget-2{
display: none;
}
#colaboradores{
width:100%;
border-spacing: 0px;
table-layout: fixed;
}
#colaboradores, tr{
border: 2px solid #004aa1;
}
#colaboradores td{
border-left: 1px solid #004AA1;
border-right: 1px solid #004AA1;
}
#colaboradores th{
text-align: center;
background-color: #004AA1;
color: white;
padding: 6px;
font-size: 25px;
}
h3{
color: white;
background-color: lightgray;
font-weight: unset;
padding: 8px;
font-size: 20px;
}
h2{
color: #00529E;
font-size: 25px;
text-transform: uppercase;
}
td.mw-input #mw-input-wpText{
width: 453px;
}
table td.mw-input .mw-ui-input{
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100% !important;
padding: 10px 20px;
border: 1px solid #dcdcdc;
-webkit-border-radius: 1px;
border-radius: 1px;
font: normal 16px/normal "Raleway",Helvetica,sans-serif;
color: #8F8F8F;
-o-text-overflow: clip;
text-overflow: clip;
background: -webkit-linear-gradient(90deg,rgba(255,255,255,1) 0,rgba(255,255,255,1) 74%,rgba(198,198,198,1) 100%);
background: -moz-linear-gradient(0deg,rgba(255,255,255,1) 0,rgba(255,255,255,1) 74%,rgba(198,198,198,1) 100%);
background: linear-gradient(0deg,rgba(255,255,255,1) 0,rgba(255,255,255,1) 74%,rgba(198,198,198,1) 100%);
background-position: 50% 50%;
-webkit-background-origin: padding-box;
background-origin: padding-box;
-webkit-background-clip: border-box;
background-clip: border-box;
-webkit-background-size: auto auto;
background-size: auto auto;
}
table td.mw-input .mw-ui-input input{
height: 50px;
}
table td.mw-input .mw-ui-input textarea{
height: 100px !important;
}
#mw-input-wpCCme, #mw-input-wpCCme + label{
display: none;
}
.mw-htmlform-submit {
border: 0px;
border-bottom: 5px solid #CED1D4;
background: #EBEEF0 none repeat scroll 0% 0%;
display: inline;
text-align: center;
width: 100px;
font-size: 22px;
color: #00529E;
font-weight: 300;
}
.visualClear{
width: 100%;
background: url('http://www.wikicardio.org.ar/images/contacto.png') right no-repeat;
}
.visualClear table{
}
.visualClear td{
border: 0px;
}
td.mw-label {
width: 20%;
color: #004AA1;
}
.visualClear legend{
text-align: left;
}
#mw-input-wpText {
background: transparent linear-gradient(180deg, #FFF 0px, #FFF 74%, #C6C6C6 100%) repeat scroll 50% 50%;
height: 100px !important;
}
.mw-search-result-data{
display: none;
}
.searchresult{
width:100% !important;
}
.mw-search-formheader{
display: none;
}
.mw-search-createlink{
display: none;
}
.a2a_kit_size_32{
float: right;
margin-top: -20px;
}
label[for="mw-input-wpSubject"]{
display: none;
}
#mw-input-wpSubject{
display:none;
}
.j, .u, .x, .y{
display: none;
}
.allpagesredirect{
font-style: normal;
}
.NavContent p {
text-align: center;
padding: 10px 0 0 10px;
}
div.NavFrame div.NavHead {
padding: 5px 0 ;
}
#logoSAC {
width: 130px;
}
#logoFCA {
width: 90px;
float: left;
margin-top: 56px;
margin-left: 40px;
}
p.leyenda-medicamentos {
font-size: 16px;
border-left: 4px solid #00529E;
padding: 10px 20px;
}
.img-link-table {
text-decoration: none !important;
border: 0;
}
div.leyenda-medicamentos {
font-size: 16px;
border-left: 4px solid #00529E;
padding: 10px 20px;
}
div.leyenda-recuadro-destacado {
font-size: 16px;
color: #00529E;
border: 4px solid #00529E;
padding: 20px;
}
td.tabla-datos {
border-bottom: 2px solid #004aa1;
}
.a2a_kit.a2a_kit_size_32.a2a_default_style a[title='Agradecimientos']
{
display: none;
}
#mw-content-text a[title='Redireccionamiento final exitoso']
{
display: none;
}
#mw-content-text a[title='Redireccionamiento en caso de error']
{
display: none;
}
#mw-content-text a[title='Suscripcion']
{
display: none;
}
#mw-content-text a[title='Agradecimientos']
{
display: none;
}
#mw-content-text a[title='Qué es WikiCardio']
{
display: none;
}
#mw-content-text a[title='Nuevas palabras']
{
display: none;
}
#mw-content-text a[title='WikiNews']
{
display: none;
}
#mw-content-text div.NavFrame div.NavHead {
height: auto;
padding-bottom: 9px;
}
@media only screen and (max-width: 768px) {
#wikinews-responsive td {width: 100%; display: block; }
#wikinews-responsive td img { height: calc(100vw/2); }
}
.formulario tr.campo td { padding: 6px 0; }
.formulario td p {text-align:right; line-height: 22px; alignment-baseline:middle; font-size: 16px !important; font-weight: lighter !important; margin-top:18px; }
.formulario input, select { border: solid 1px #999; min-height: 22px; min-width:170px; line-height: 22px; padding: 0px 5px; color: #999; font-size: 12px; border-radius: 2px; white-space: nowrap; text-decoration: none; color:#333; margin-left:5px; background-color:#ffffff;}
/******* SACO BUSCADOR SECUNDARIO EN LAS BUSQUEDAS ********/
#mw-search-top-table #searchText { display: none;}
.mw-ui-button.mw-ui-progressive, .mw-ui-button.mw-ui-primary { display: none;}
#mw-search-top-table div.results-info { float: left;}
