Anónimo

Cambios

De CEBES Perquín
14 466 bytes añadidos ,  14:45 1 feb 2022
sin resumen de edición
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
/* Oculta título y categorías en la Portada */
 
body.page-Portada h1.firstHeading, body.page-Portada #catlinks-sidebar { display:none; }
 
/* Oculta artículos destacados de la versión móvil en la versión de escritorio */
/* Common.css no se tiene en cuenta en la versión móvil (Mobile.css) */
}
/* Oculta fecha de última modificacion en pie de páginas */
/*.lastmod, #lastmod {
display:none;
}
/* ocultar la tabla de contenidos */.toc, #toc { display: none; }
/* Responsive two column layout */
}
}
 
/**
* Styling for links generated by [[MediaWiki:Edittools]]
* @source https://www.mediawiki.org/wiki/Extension:CharInsert#Styling
* @updated 2012-02-29
*/
/* BEGIN Main Page carousel code */
}
.jcarousel-item .img {
display: block;
max-width: 100%;
}
.mainpage-shadowbox {
color: white;
background: rgb(16,16,16);
background: rgba(0,0,0,0.3);
border-radius: 4px;
}
.mainpage-shadowbox h2, .mainpage-shadowbox h3 {
color: white;
border:none;
font-family: sans-serif;
line-height: 1.2em;
margin:0;
padding: 0; /* was previously set only for h3, and skin styles would do the same for h2. however, cannot rely on skin to do this on mobile */
}
.mainpage-shadowbox a {
color: white;
font-weight: bold;
}
 
.banner-image {
position: relative;
max-width: 1125px;
height: auto;
margin-bottom: .6em;
}
.banner-image img {
max-width: 100%;
height: auto;
/* width: auto\9; */ /* ie8 */
}
.banner-box-wide {
width: 80%
}
.banner-box-left,
.banner-box-right {
padding: 8px 7px;
background: rgb(16,16,16);
background: rgba(0,0,0,0.3);
border-radius: 4px;
width: 40%;
}
.banner-box-left { text-align: left; }
.banner-box-right { text-align: right; }
.banner-box-2 {
position: absolute;
z-index: 2;
min-width: 20em;
}
 
@media screen and ( min-width: 720px ) { /* greater than or equal to */
.banner-image img.nolink { display: none; }
.mainpage-shadowbox h2 {
font-size: 190%;
}
.mainpage-shadowbox h3 {
font-size: 150%;
}
.banner-image {
overflow: hidden;
}
.banner-box-left {
left: 3%;
}
.banner-box-right {
right: 3%;
}
.banner-box-2 {
margin-top: 2em;
}
.banner-box-2 .quote {
font-size: 80%;
line-height: 1.2em;
}
}
@media screen and ( max-width: 720px ) {
.banner-image img:not(.nolink) { display: none; }
.banner-image > .mainpage-shadowbox {
width: inherit !important;
min-height: 100%;
margin-left: -150%;
margin-right: 150%;
opacity: 0;
background: black;
}
.mainpage-shadowbox .quote > a:after {
content: '\ATap to learn more.';
white-space: pre; /* needed to make content work. if content is disabled, this can be, too */
}
.jcarousel-item:hover .mainpage-shadowbox {
margin: unset;
opacity: 1;
transition: margin 0.5s; /* without this, problem with tap on image still activating links - speed may matter here */
bottom: 50%; /* relative vertical position; change to top to lower, negative percentages do not work as naively expected */
}
.jcarousel-control-prev, .jcarousel-control-next {
display: none;
/* hide the carousel arrows */
/* a kludge resulting from gadgets not working on mobile */
/* unforunately also targets very narrow desktops, but there can't be too many of those */
/* and besides, the number buttons still work */
}
.interactiveIcon {
position: absolute;
opacity: 0.4;
height: 75% !important;
width: auto;
bottom: 0;
right: 0;
}
}
/* Estilos de [[Plantilla:Portada:Actualidad]]*/
}
/*Texto*/
.hover-text:link {
color:#03529b;
}
 
/* visited link */
.hover-text:visited {
color:#03529b;
}
 
/* mouse over link */
.hover-text:hover {
color:#229954;
}
 
/* selected link */
.hover-text:active {
color:#03529b;
}
 
/*Texto negro*/
.hover-content:link {
color:#2980B9;
}
 
/* visited link */
.hover-content:visited {
color:#2980B9;
}
 
/* mouse over link */
.hover-content:hover {
color:#27AE60;
}
 
/* selected link */
.hover-content:active {
color:#2980B9;
}
 
/* Overall style */
.mainpage {
max-width: 1040px;
margin: 0 auto;
}
 
/* Heading */
.mainpage-heading {
width: 100%;
margin: 0 1em 0 0;
border-collapse: collapse;
border-spacing: 0;
}
.mainpage-welcome {
padding: .5em 1.6em 1em;
}
.mainpage-welcome-sitename {
font-size: 220%;
color: #484848;
}
.mainpage-welcome-slogan {
color: #666;
}
.mainpage-actions {
white-space: nowrap;
text-align: right;
}
.mainpage-actions ul {
margin: 0;
padding: 0;
}
.mainpage-actions li {
display: inline-block;
margin: 0;
padding: .5em;
font-weight: bold;
}
@media screen and (max-width: 999px) {
.mainpage-heading,
.mainpage-heading tbody,
.mainpage-heading tr,
.mainpage-heading td {
display: block;
}
.mainpage-heading td {
padding-left: 1.6em;
padding-right: 1.6em;
}
.mainpage-actions {
text-align: center;
white-space: normal;
}
}
 
/* Main table */
.mainpage-maintable {
width: 100%;
margin: 1em 0;
border: none;
background: transparent;
border-spacing: 0;
}
.mainpage-maintable td {
padding: 0;
vertical-align: top;
}
.mainpage-maintable td.mainpage-column-left {
width: 50%;
padding-right: .5em;
}
.mainpage-maintable td.mainpage-column-right {
width: 50%;
padding-left: .5em;
}
@media screen and (max-width: 999px) {
.mainpage-maintable,
.mainpage-maintable tbody,
.mainpage-maintable tr,
.mainpage-maintable td {
display: block;
}
.mainpage-maintable td.mainpage-column-left {
width: auto;
padding: 0 0 .75em;
}
.mainpage-maintable td.mainpage-column-right {
width: auto;
padding: .75em 0 0;
}
}
 
/* Boxes Articulos*/
.mainpage-box {
border: 1px solid;
}
.mainpage-box:not(:first-child) {
margin-top: 1.5em;
}
.mainpage-box .mainpage-box-title {
padding: .2em .5em;
font-size: 125%;
font-weight: bold;
}
.mainpage-box .mainpage-box-content {
padding: .4em 1em .3em;
}
.mainpage-box .mainpage-box-seealso {
clear: both;
border-style: solid;
border-width: 1px 0 0;
padding-top: .4em;
margin-top: .8em;
text-align: end;
font-size: 95%;
font-weight: bold;
}
.mainpage-box-orange,
.mainpage-box-orange .mainpage-box-seealso {
border-color: #fad67d;
}
.mainpage-box-orange .mainpage-box-title {
background-color: #fad67d;
}
.mainpage-box-green,
.mainpage-box-green .mainpage-box-seealso {
border-color: #bbfa7c;
}
.mainpage-box-green .mainpage-box-title {
background-color: #bbfa7c;
}
.mainpage-box-blue,
.mainpage-box-blue .mainpage-box-seealso {
border-color: #abd5f5;
}
.mainpage-box-blue .mainpage-box-title {
background-color: #abd5f5;
}
 
/* Languages bar */
.mainpage-languages {
padding: 2em;
text-align: center;
}
 
/* keep wikitext div not exceed room available, it doesn’t have any identifier yet :( */
#mf-vid-vid > div,
/* keep Kaltura not exceed room available */
#mf-vid-vid .mediaContainer,
#mf-vid-vid .mwPlayerContainer,
#mf-vid-vid .PopUpMediaTransform,
/* keep VideoJS not exceed room available */
#mf-vid-vid .video-js,
#mf-vid-vid img {
max-width: 100%;
}
 
/* CSS Image Slideshow created by CSS
*
* @author: Unknown
* current version crafted together by [[User:Christharp]] from several CSS sites. For my website:[http://www.yellpedia.com/wiki/Main_Page Yellpedia]
*/
/*Estilos Contenido*/
.mp-frame {
box-shadow: 0 0 .3em #999;
border-radius: .2em;
margin: 1em 0 2em 0;
padding: 1px;
}
.mp-frame:after {
display: block;
content: "";
clear: both;
}
.mp-frame-header {
border-radius: .2em;
color: #fff;
padding: .4em .8em .5em;
font-weight: bold;
}
.mp-frame-header:before {
display: inline-block;
/* Add some content in order to get normal line height, then make it transparent */
content: "x";
color: transparent;
width: 40px;
opacity: .7;
/* [[File:Wikidata-logo white.svg]] */
background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/5/54/Wikidata-logo_white.svg/27px-Wikidata-logo_white.svg.png);
background-image: url(https://upload.wikimedia.org/wikipedia/commons/5/54/Wikidata-logo_white.svg);
background-size: 27px;
background-repeat: no-repeat;
background-position: left center;
}
.mw-content-rtl .mp-frame-header:before {
background-position: right center;
}
.mp-frame-body {
padding: 1em;
}
 
 
.img-banner{
max-width:100%;
}
 
 
 
/*Estilos de tabla*/
.table-fila{
display: table-row;
}
 
.column-style-1{
display:table-cell;
vertical-align:middle;
padding:10px;
font-weight:bold;
color:#1F618D;
border-bottom:3px solid #5499C7;
}
/* Estilos de la [[Plantilla:Portada:Sección]]*/.maincolumn-style-box 2{ borderdisplay: solid #c8ccd1table-cell; bordervertical-widthalign:middle; padding: 1px 010px; /* boxfont-shadowweight: 0 1px 1px rgba( 0, 0, 0, 0.15 )bold; */ margincolor: 0 -1rem 1rem#0E6655; paddingborder-bottom: 1rem3px solid #117A65;
}
.maincolumn-box > pstyle-4{  padding:last5px; font-child {weight:bold; color:#1F618D; margin border-bottom: 03px solid #5499C7;
}
/* visited link */.mainhover-boxtext-section 2:visited { color: #72777d03529b; line-height: 1.25; margin-top: -0.125em; /* Equilibrando el límite superior de nombre de sección debido a line-height: 1.25; */
}
/* Encabezado de la [[Plantilla:Portada:Sección]]mouse over link */.mainhover-boxtext-header 2:hover { margin-top: -0.15em; /* Equilibrando el límite superior del encabezado debido a line-height color: 1.3#6C3483; */
}
/* selected link */.mainhover-boxtext-header a 2:active { color: inherit#03529b;
}
.maincolumn-boxstyle-section + .main3{ display:table-boxcell; vertical-align:middle; padding:10px; font-header { /* Cuando existe el nombre, restablecer el margen al valor estándar */weight:bold; color:#6C3483; marginborder-topbottom: 03px solid #A569BD;
}
.maincolumn-style-5{ display:table-cell; vertical-align:middle; padding:10px; font-weight:bold; color:#105B7E; border-bottom:3px solid #4B9CC1;} /* visited link */.hover-text-3:visited { color:#03529b;} /* mouse over link */.hover-text-3:hover { color:#1F618D;} /* selected link */.hover-text-3:active { color:#03529b;}  /* Estilos para [[Plantilla:Portada:Ticker]], [[Plantilla:Portada:Ticker/Core]] y [[Plantilla:Portada:Ticker/Data]] */ .ticker-container { height: 36px; border:1px solid #A9A9A9; border-left:none; border-radius:0 3px 3px 0; }.ticker-text { height: 150%;} .inicio-ticker { text-align: center; float: left; font-size: 100%; color: white; background: #808080; padding: 3px 10px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px 0 0 3px; height: 36px;}  /*Botones*/.boton-blue{ text-decoration: none; padding: 10px; font-weight: 600; font-size: 20px; color: #ffffff; border-radius: 6px; background-color: #1883ba; } .boton-blue:hover{ color: #1883ba; background-color: #ffffff;} .boton-green{ text-decoration: none; padding: 10px; font-weight: 600; font-size: 20px; color: #ffffff; border-radius: 6px; background-color: #117A65; } .boton-green:hover{ color: #117A65; background-color: #ffffff;} .boton-grey{ text-decoration: none; padding: 10px; font-weight: 600; font-size: 20px; color: #ffffff; border-radius: 6px; background-color: #797D7F; } .boton-grey:hover{ color: #797D7F; background-color: #ffffff;} .boton_1{ text-decoration: none; padding: 5px; font-weight: 500; font-size: 15px; color: #ffffff; background-color: #1883ba; border-radius: 6px; } .boton_1:hover{ opacity: 0.6; text-decoration: none; } .boton_2{ text-decoration: none; padding: 5px; font-weight: 500; font-size: 15px; color: #ffffff; background-color: #138D75; border-radius: 6px; } .boton_2:hover{ opacity: 0.6; text-decoration: none; } /* Estilos para tarjetas de biografias */ .tb-frame { border-radius: .2em; margin: 1em 0 2em 0; box-shadow: 0 0 .3em #999; transition: all 0.25s;} .tb-frame:hover{ transform: translateY(-15px); box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);} .tb-frame:after { display: block; content: ""; clear: both;} .tb-frame-header { border-radius: .2em; color: #fff; padding: .4em .8em .5em; font-weight: bold;}.tb-frame-header:before { display: inline-block; /* Add some content in order to get normal line height, then make it transparent */ content: "x"; color: transparent; width: 40px; opacity: .7; background-size: 27px; background-repeat: no-repeat; background-position: left center;}.tb-content-rtl .tb-frame-header:before { background-position: right center;}.tb-frame-body { padding: 1em;}  .img-banner{ max-width:100%;} .title.pos{ text-align: center; font-size: 20px; color: #6a6a6a; margin-top: 100px; font-weight: 100; font-family: 'Roboto', sans-serif;}   .container .card .boton-1 { text-decoration: none; padding: 10px; font-weight: 600; font-size: 20px; color: #ffffff; background-color: #1883ba; border-radius: 6px; } .container .card .boton-1:hover{ color: #1883ba; background-color: #ffffff; } .container-pos { border: 0px solid #777; display: flex; padding: 12px;} .container-pos .content-pos { border: 0px solid #777; flex: 1;} .container-pos .side-pos { margin-left: 10px;} .container-pos .side-pos .div-pos { border: 0px solid #777; height: auto; width: auto;} .container .side .div-pos:not(:first-child) { margin-top: 15px;} /*cuentos*/.cp-frame { box-shadow: 0 0 .3em #999; border-radius: .2em; margin: 1em 0 2em 0; padding: 1px;}.cp-frame:after { content: ""; clear: both;}.cp-frame-header a{ border-radius: .2em; color: #fff; padding: .4em .8em .5em; font-weight: bold;}.cp-frame-header:before { display: inline-block; /* Add some content in order to get normal line height, then make it transparent */ content: "x"; color: transparent; width: 40px; opacity: .7; /* [[File:Wikidata-logo white.svg]] */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/5/54/Wikidata-logo_white.svg/27px-Wikidata-logo_white.svg.png); background-image: url(https://upload.wikimedia.org/wikipedia/commons/5/54/Wikidata-logo_white.svg); background-size: 27px; background-repeat: no-repeat; background-position: left center;}.cp-content-rtl .cp-frame-header:before { background-position: right center;}.cp-frame-body { padding: 1em;}  .cp.img-banner{ max-width:100%;} .button_geo { background-color: #4CAF50; /* Green */ border: none; color: white; padding: 16px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 4px 2px; -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; cursor: pointer;} .button_geo2 { background-color: white; color: black; border: 0px solid #1883ba; border-radius: 6px; } .button_geo2:hover { background-color: #5499C7; color: white;} .hover-text-geo:hover { color:white;} /* Efecto Poemas */ .container{position: relative; width:100%; height: 100%; perspective: 1000px; transform-style: preserve-3d;  } .card{position: absolute; width: 100%; height: 100%;display: flex; place-items: center; border-left:focusrgba(255,255, 255, 0.342) 1px solid; border-top: rgba(255, 255, 255, 0.main342) 1px solid; border-radius: 20px; backdrop-filter: blur(30px); box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px; color: white; backface-visibility: hidden; font-family: Arial, Helvetica, sans-serif; transform: rotateY(0deg); transform-style: preserve-3d; transition: 2.5s cubic-bezier(0.4, 0.2, 0.2, 1); } .front{ background: rgba(255, 255, 255, 0.109); transform: rotateY(0deg); padding: 10px;   } .back{ background: rgba(255, 255, 255, 0.109); transform: rotateY(180deg); padding: 10px; } .container:hover > .mainfront{ transform: rotateY(-180deg); } .container:hover > .back{ transform: rotateY(0deg); } .btn{ border: 1px solid white; background: rgba(255, 255, 255, 0.21); padding: 10px 20px; border-radius: 20px; text-decoration: none; color: white; transition: all 0.5s; } .btn:hover{ padding: 10px 40px; background: white; color:black } .pm-frame { border-radius: .2em; margin: 1em 0 2em 0; box-shadow: 0 0 .3em #999; transition: all 0.25s;} .pm-frame:after { display: block; content: ""; clear: both;} .pm-frame-header { border-radius: .2em; color: #fff; padding: .4em .8em .5em; font-weight: bold;}.pm-frame-header a:before { display: inline-block; /* Add some content in order to get normal line height, then make it transparent */ content: "x"; color: transparent; width: 40px; opacity: .7; background-size: 27px; background-repeat: no-repeat; background-position: left center;}.pm-content-rtl .tb-frame-header:before { background-position: right center;}.pm-frame-body { padding: 1em;} #flip-container{ -webkit-perspective: 1000px; perspective: 1000px; padding: 50px; position: relative; margin: 10px auto; width: 500px;}.carta { position: relative; width: 500px; height: 50px; transition: 0.6s; transform-style: preserve-3d; transform-origin: 100% 25px; margin: 5px;}.carta:hover, .carta.flip{ transform: rotateX(180deg);}.cara, .atras{ position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; text-align: center;}.cara{ transform: rotateX(0deg); z-index: 2; background-color: #e93e29; color: #FFF; font: 1em/1.8em Arial; display: flex; align-items: center; justify-content: center;}.atras{ transform: rotateX(180deg); /*background: repeating-linear-gradient( -45deg, #ececec, #ececec 10px, #dedede 10px, #dedede 20px );*/}  .titulo_boton { float:left; padding:5px; background-color:#e6e6e6; width:400px; font-family:helvetica; font-size:16px; font-weight:bold;}.mainboton_mostrar { float:right; font-size:12px; line-height:20px; color:#DE7217;} /* Standard Navigationsleisten, aka boxhiding thingy from .de. Documentation at [[Wikipedia:NavFrame]]. */div.NavFrame { box-shadow:hover 0 0 .3em #999; border-radius: .2em; margin: 1em 0 2em 0; padding: 1px;} div.NavFrame:after { content: ""; clear: both;}  div.NavFrame + div.NavFrame { border-top-style: none; border-top-style: hidden;} div.NavPic { background-color: #fff; margin: 0; padding: 2px; /* @noflip */ float: left;}/*div.NavFrame { line-height: 1.6em; font-weight: bold; background-color: #fff; position: relative; border-radius: 3px; }*//*div.NavHead { line-height: 1.6em; font-weight: bold; color: #fff; position: relative; border-radius: 3px; background-color: #2471A3; }*/ div.NavHead{ border-radius: .2em; color: #fff; padding: .4em .8em .5em; font-weight: bold; position: relative;}.NavHead:before { display: inline-block; /* Add some content in order to get normal line height, then make it transparent */ content: "x"; color: transparent; width: 40px; opacity: .7; /* [[File:Wikidata-logo white.svg]] */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/5/54/Wikidata-logo_white.svg/27px-Wikidata-logo_white.svg.png); background-image: url(https://upload.wikimedia.org/wikipedia/commons/5/54/Wikidata-logo_white.svg); background-size: 27px; background-repeat: no-repeat; background-position: left center;}.mainmw-featuredListscontent-rtl .NavHead:before { background-item > position: right center;}  div.NavFrame p,div.NavFrame div.NavContent,div.NavFrame div.NavContent p { font-size: 100%;} div.NavContent{padding: 1em;}  div.NavEnd { margin: 0; padding: 0; line-height: 1px; clear: both;}a .NavToggle { position: absolute; vertical-align: middle; /* @noflip */ right: 3px; font-weight: bold; font-size: 100%; color: #0645adfff; } .client-js .NavFrame.collapsed > .NavContent { display: none;}  /*Plantilla de Videos*/.MainPageSisterProjects__wrapper,.MainPageSisterProjects__wrapper * { box-sizing: border-box;}.MainPageSisterProjects__wrapper { margin: 10px auto; padding: 0 10px; border: 0px solid #AAA; background: transparent; max-width: 1000px;}.MainPageSisterProjects__heading { font-size: 1.2em; /*padding: .6em;*/ font-weight: bold; text-align: center;}.MainPageSisterProjects__group { flex-wrap: wrap; display: flex; justify-content: space-between; border-bottom: 1px solid #AAA;}.MainPageSisterProjects__group:last-child { border:none;}.MainPageSisterProjects__group::after { content: ""; flex: 1 0 30%;}.MainPageSisterProjects__cell { width: 300px; display: inline-block; display: flex; flex: 1 0 30%;}.MainPageSisterProjects__cell-image { padding: 7px; width: 54px; min-width: 54px; /* ensure content width (these are tablecells) */ vertical-align: middle; display: table-cell; text-align: center; box-sizing: content-box; /* table cells + padding + borderbox is weird */}.MainPageSisterProjects__cell-content { min-width: 150px; min-height: 40px; padding: 7px; vertical-align: top; display: table-cell;}@media screen and (max-width:550px) { .MainPageSisterProjects__wrapper { padding: 0; } .MainPageSisterProjects__group::after { display: none; } .MainPageSisterProjects__cell-image { padding: 5px; width: 36px; min-width: 36px; /* ensure content width (these are tablecells) */ } .MainPageSisterProjects__cell-content { padding: 5px; }
}