Diferencia entre revisiones de «MediaWiki:Common.css»

imported>Ivan
Sin resumen de edición
imported>Ivan
Sin resumen de edición
Línea 140: Línea 140:


* {
* {
font-family: -apple-system, "Segoe UI Local";
font-family: -apple-system, Georgia, Verdana, Helvetica;
}
}


Línea 155: Línea 155:
#t-recentchangeslinked { display: none; }
#t-recentchangeslinked { display: none; }
#t-specialpages { display: none; }  
#t-specialpages { display: none; }  
#t-print { display: none; }
#t-print { display: none; }
 
/* Desde aquí hasta el final, extraído de https://wiki.archlinux.org/index.php?title=MediaWiki:Common.css&oldid=805203*/
 
 
#bodyContent #mw-content-text {
margin-top: 0;
}
 
 
.mw-body-content p:last-child {
margin-bottom: 0;
}
 
.mw-body-content pre {
margin: 0.5em 0;
}
 
.vector-body .mw-body-content h1 { font-size: 188%; }
.vector-body .mw-body-content h2 { font-size: 150%; }
.vector-body .mw-body-content h3 { font-size: 128%; }
.vector-body .mw-body-content h4 { font-size: 116%; }
.vector-body .mw-body-content h5 { font-size: 108%; }
.vector-body .mw-body-content h6 { font-size: 100%; }
 
@font-face {
  font-family: 'Segoe UI Local';
  src: local('Segoe UI');
  font-weight: 100;
  font-style: normal;
}