Diferencia entre revisiones de «MediaWiki:Mobile.css»

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

Línea 55: Línea 55:
  
  
 
+
/*
 
@media only screen and (max-device-width: 300px) {
 
@media only screen and (max-device-width: 300px) {
 
     .dynamicFontLine, .dynamicFontLineWordsNumber{
 
     .dynamicFontLine, .dynamicFontLineWordsNumber{
Línea 98: Línea 98:
 
     }
 
     }
 
}
 
}
 
+
*/
  
 
#nivel {
 
#nivel {

Revisión del 20:53 17 feb 2017

.nomobile{
display:none!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;
}