Diferencia entre revisiones de «MediaWiki:Common.css»

De Amereida
(No se muestran 4 ediciones intermedias del mismo usuario)
Línea 1: Línea 1:
textarea#wpTextbox1{
 
  font-family: monospace;
 
}
 
  
/* fix the VE toolbar overlay bug */
+
/* Fonts */
.oo-ui-toolbar-bar{
 
  top: 45px;
 
}
 
  
.ve-init-mw-desktopArticleTarget-originalContent{
+
@import url('https://fonts.googleapis.com/css?family=Alegreya:400,400i,500,500i,700,700i,800,800i,900,900i');
  margin-top: 100px;
+
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');
}
 
  
.firstHeading{
+
/* Tipography */
   text-align:left;
+
 
   font-size: 1.7em;
+
body, * { font-family: 'Alegreya', serif; }
   margin-top: 3em;
+
body    { font-size: 17px; }
 +
 
 +
.mw-body h1, .mw-body-content h1, .mw-body-content h2{
 +
   font-family: 'Alegreya', serif;
 +
   font-weight: bold;
 +
}
 +
 
 +
pre, code, tt, kbd, samp, .mw-code, textarea#wpTextbox1{
 +
  font-family: 'Roboto Mono', monospace;
 +
   font-size: 17px;
 
}
 
}

Revisión del 11:04 17 ene 2018


/* Fonts */

@import url('https://fonts.googleapis.com/css?family=Alegreya:400,400i,500,500i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');

/* Tipography */

body, * { font-family: 'Alegreya', serif; }
body    { font-size: 17px; }

.mw-body h1, .mw-body-content h1, .mw-body-content h2{
  font-family: 'Alegreya', serif;
  font-weight: bold; 
} 

pre, code, tt, kbd, samp, .mw-code, textarea#wpTextbox1{ 
  font-family: 'Roboto Mono', monospace;
  font-size: 17px;
}