MediaWiki:Mobile.css

De Wikinoticias, la fuente libre de noticias

Nota: Después de guardar, debes recargar la caché de tu navegador para ver los cambios:

  • Mozilla: Pulsa Recargar (o Ctrl-R)
  • Internet Explorer / Opera: Ctrl-F5
  • Safari: Cmd-R
  • Konqueror Ctrl-R.
/* CSS colocados aquí afectará a los usuarios del sitio móvil */
/* Format wikidialog interactive elements so they stand out. [[Categoría:Wikinoticias:Páginas de diálogo CSS]]
   shade-and-outline enabled buttons and menus, outline input boxen
*/
input[type="button"].wikidialog-button, button.wikidialog-button, select.wikidialog-select {
  background-color: #e8e8e8;
  border: 1px solid #e0e0e0;
}
[disabled].wikidialog-button {
  background-color: white;
}
input[type="text"].wikidialog-text, textarea.wikidialog-textarea {
  border: 1px solid #c0c0c0;
}

/* Pruebas para la mejora de la versión móvil */
.mw-body h1 {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size:32px;
	line-height:1.1;
}

.mw-body h2, .mw-body h3 {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	border: 0;
}

header.header-container .header-chrome {
	position: fixed;
}

div.branding-box {
	font-family: 'Gill Sans MT', sans-serif;
	font-weight: bold;
	color: #222222;
	text-transform: uppercase;
	font-size: 1.2em;
}

.minerva-footer h2 {
	font-family: 'Gill Sans MT', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.body {
	font-size: 17px;
    font-weight: 300;
    line-height:1.3;
}