Diferencia entre revisiones de «MediaWiki:Mobile.css»
Ir a la navegación
Ir a la búsqueda
Busca en cnbGuatemala con Google
Línea 124: | Línea 124: | ||
#dynamicFont, .dynamicFontLine{ | #dynamicFont, .dynamicFontLine{ | ||
width:99%!important; | width:99%!important; | ||
+ | } | ||
+ | |||
+ | |||
+ | #divPrueba{ | ||
+ | background-color: #3366cc!important; | ||
+ | } | ||
+ | |||
+ | #divPruebaDos{ | ||
+ | background-color: #262626!important; | ||
} | } |
Revisión del 01:52 27 may 2020
.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; } #divPrueba{ background-color: #3366cc!important; } #divPruebaDos{ background-color: #262626!important; }