MediaWiki: Common.css

De enunpimpam
Saltar a: navegación, buscar
Línea 41: Línea 41:
 
     border-spacing: 0;
 
     border-spacing: 0;
 
     border-width: 3px;
 
     border-width: 3px;
     background-color: #F78181;
+
     background-color: #fde1e1;
 
     solid: ;
 
     solid: ;
 
     border-radius: 5px;
 
     border-radius: 5px;
 
     border-style: solid;
 
     border-style: solid;
     border-color: #B43104;
+
     border-color: #ff7979;
 
     padding: 5px;
 
     padding: 5px;
 
     margin: 1em auto 1em auto
 
     margin: 1em auto 1em auto
 
}
 
}
 
.fa-exclamation-circle ¨
 
.fa-exclamation-circle ¨
margin-right: 5px
+
    margin-right: 5px
 +
    color: #ff7979
 
}
 
}

Revisión del 00:03 24 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,400;0,600;0,800;1,500&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: 500;
}
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;
}
.cuidado {
border-collapse: separate;
    border-spacing: 0;
    border-width: 3px;
    background-color: #fde1e1;
    solid: ;
    border-radius: 5px;
    border-style: solid;
    border-color: #ff7979;
    padding: 5px;
    margin: 1em auto 1em auto
}
.fa-exclamation-circle ¨
    margin-right: 5px
    color: #ff7979
}