Diferencia entre revisiones de «MediaWiki:Mobile.css»

De CNB
Ir a la navegación Ir a la búsqueda
Busca en cnbGuatemala con Google

 
(No se muestran 17 ediciones intermedias de 3 usuarios)
Línea 1: Línea 1:
 +
.mw-special-SemanticSignup #guatemala-only div {
 +
display:none!important
 +
}
 +
 +
.mw-special-SemanticSignup #municipio-mobile{
 +
display:block!important;
 +
}
 +
 
.nomobile{
 
.nomobile{
 
display:none!important;
 
display:none!important;
Línea 126: Línea 134:
 
}
 
}
  
 +
 +
<!--Pruebas hechas por Carlos Mulul-->
  
 
#divPrueba{
 
#divPrueba{
Línea 132: Línea 142:
  
 
#divPruebaDos{
 
#divPruebaDos{
     background-color: #262626!important;
+
     color: #E05656!important;
 +
 
 
}
 
}
  
Línea 142: Línea 153:
 
   border-collapse: separate;
 
   border-collapse: separate;
 
   -webkit-overflow-scrolling: touch;
 
   -webkit-overflow-scrolling: touch;
   border-collapse: collapse;
+
   /*border-collapse: collapse;*/
  
 
}
 
}
  
      table.responsiveDos tr th {
+
table.responsiveDos tr th {
        border: none;
+
  border: none;
        clip: rect(0, 0, 0, 0);
+
  clip: rect(0, 0, 0, 0);
        height: 1px;
+
  height: 1px;
        margin: -1px;
+
  margin: -1px;
        overflow: hidden;
+
  overflow: hidden;
        padding: 0;
+
  padding: 0;
        position: absolute;
+
  position: absolute;
        width: 1px;
+
  width: 1px;
      }```
+
}
  
 +
table.responsiveDos tr{
 +
  border-bottom: 3px solid;
 +
}
  
 +
table.responsiveDos td {
 +
  border-bottom: 1px solid #ddd;
 +
  display: block;
 +
  font-size: 1.2em;
 +
  text-align: right;
 +
  padding: 10px;
 +
}
  
  table.responsiveDos tr{
+
table.responsiveDos td:before{
    border-bottom: 3px solid;  
+
  content: attr(data-label);
  }
+
  float: left;
 +
  color: #273b47;
 +
  font-weight: bold;
 +
  font-size: 1em;
 +
  padding: 1px 5px;
 +
}
  
  table.responsiveDos td {
+
.imgIzquierda{
    border-bottom: 1px solid #ddd;
+
  position: relative;
    display: block;
+
  width: 100%;
    font-size: 1.2em;
+
  padding-right: 15px;
    text-align: right;
+
  padding-left: 15px;
    padding: 10px;
+
   background-color:#262626;
   }
+
}
 
 
  table.responsiveDos td:before{
 
    content: attr(data-label);
 
    float: left;
 
    color: #273b47;
 
    font-weight: bold;
 
    font-size: 1em;
 
    padding: 1px 5px;
 
  }``
 

Revisión actual del 13:41 18 dic 2020

.mw-special-SemanticSignup #guatemala-only div {
display:none!important
}

.mw-special-SemanticSignup #municipio-mobile{
display:block!important;
}

.nomobile{
display:none!important;
}

.client-js .toc-mobile {
    background-color: #F8F9FA!important;
    border: none!important;
}

.toc-mobile.view-border-box{
    background-color: #f8f9fa!important;
    border: solid 1px #eaecf0!important;
}

.mw-lingo-tooltip-tip {
    display: none!important;
}

.mw-lingo-tooltip:hover .mw-lingo-tooltip-tip {
    display: block!important;
}

.mw-lingo-tooltip-abbr{
    text-decoration: underline;
    text-decoration-style: dashed;
}
.mw-lingo-tooltip-definition {
    font-size:85%;
    font-style: italic;
}

.section-heading .mw-lingo-tooltip {
    display: none!important;
}

.mw-bookmanagerv2-nav-scrollable ol {
   display:none;
}
a.mw-bookmanagerv2-nav-prev {
    margin-right: 20px;
}
a.mw-bookmanagerv2-nav-prev:before {
    content: "< ";
}
a.mw-bookmanagerv2-nav-next:after {
    content: " >";
}

button.hide, button.show{
background: #a8a8a8;
  background-image: -webkit-linear-gradient(top, #a8a8a8, #74787a);
  background-image: -moz-linear-gradient(top, #a8a8a8, #74787a);
  background-image: -ms-linear-gradient(top, #a8a8a8, #74787a);
  background-image: -o-linear-gradient(top, #a8a8a8, #74787a);
  background-image: linear-gradient(to bottom, #a8a8a8, #74787a);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  width: 200px;
}


/*
@media only screen and (max-device-width: 300px) {
    .dynamicFontLine, .dynamicFontLineWordsNumber{
         font-size: 12px!important;
    }
}

@media only screen and (min-device-width: 301px) and (max-device-width: 400px) {
    .dynamicFontLine, .dynamicFontLineWordsNumber{
         font-size: 17px!important;
    }
}


@media only screen and (min-device-width: 401px) and (max-device-width: 500px) {
    .dynamicFontLine, .dynamicFontLineWordsNumber{
         font-size: 23px!important;
    }
}

@media only screen and (min-device-width: 501px) and (max-device-width: 600px) {
    .dynamicFontLine, .dynamicFontLineWordsNumber{
         font-size: 31px!important;
    }
}

@media screen and (min-device-width: 601px) and (max-device-width: 700px) { 
    .dynamicFontLine, .dynamicFontLineWordsNumber{
         font-size: 37px!important;
    }
}

@media screen and (min-device-width: 701px) and (max-device-width: 800px) { 
    .dynamicFontLine, .dynamicFontLineWordsNumber{
         font-size: 41px!important;
    }
}

@media screen and (min-device-width: 801px) { 
    .dynamicFontLine, .dynamicFontLineWordsNumber{
         font-size: 45px!important;
    }
}
*/

#nivel {
    float: none!important;
    margin-left: 5px!important; 
    margin-top: 10px!important;
}
#Legibilidad, #Codigo{
 float: none!important;
 margin-left: 5px!important; 
 margin-bottom: 5px!important; 
 margin-top: 5px!important;
}

#dynamicFont, .dynamicFontLine{
width:99%!important;
}


<!--Pruebas hechas por Carlos Mulul-->

#divPrueba{
    background-color: #3366cc!important;
}

#divPruebaDos{
    color: #E05656!important;

}

#table-responsive {
  display: block;
  width: 80%;
  overflow-x: auto;
  border-spacing: 5px;
  border-collapse: separate;
  -webkit-overflow-scrolling: touch;
  /*border-collapse: collapse;*/

}

table.responsiveDos tr th {
  border: none;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

table.responsiveDos tr{
  border-bottom: 3px solid; 
}

table.responsiveDos td {
  border-bottom: 1px solid #ddd;
  display: block;
  font-size: 1.2em;
  text-align: right;
  padding: 10px;
}

table.responsiveDos td:before{
  content: attr(data-label);
  float: left;
  color: #273b47;
  font-weight: bold;
  font-size: 1em;
  padding: 1px 5px;
}

.imgIzquierda{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  background-color:#262626;
}