MediaWiki: Common.css

De enunpimpam
Saltar a: navegación, buscar
Línea 9: Línea 9:
 
.firstHeading .namespace {
 
.firstHeading .namespace {
 
  font-family: Raleway;
 
  font-family: Raleway;
  font-weight: 300;
+
font-weight: 300;  
    color: blue;
 
 
}
 
}
 
h1 {
 
h1 {
Línea 16: Línea 15:
 
   font-weight: 600;
 
   font-weight: 600;
 
}
 
}
mw-headline {
+
.mw-headline {
font-weight: 400;
+
  font-weight: 400;
 +
  color: blue;
 
}
 
}
 
html {
 
html {

Revisión del 20:52 23 abr 2020

/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,800;1,300;1,600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
.navbar-header a{
   font-family: Raleway;
   font-weight: 600;
}
.firstHeading .namespace {
 font-family: Raleway;
 font-weight: 300;   
}
h1 {
   font-family: Raleway;
   font-weight: 600;
}
.mw-headline {
   font-weight: 400;
   color: blue;
}
html {
  /* font-family: sans-serif; */
  font-family: 'Open Sans', sans-serif;
}
body {
   font-family: 'Open Sans', sans-serif;
}
p {
font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 24px;
}
strong {
font-weight: 700;
}
pre {
background-color: #eeeeee;
padding: 6px 10px;
}