MediaWiki: Common.css
De enunpimpam
Línea 27: | Línea 27: | ||
} | } | ||
html { | html { | ||
− | + | font-family: 'Open Sans', sans-serif; | |
− | |||
} | } | ||
body { | body { | ||
Línea 40: | Línea 39: | ||
} | } | ||
strong { | strong { | ||
− | font-weight: 600; | + | font-weight: 600; |
} | } | ||
pre { | pre { | ||
− | background-color: #eeeeee; | + | background-color: #eeeeee; |
− | padding: 6px 10px; | + | padding: 6px 10px; |
} | } | ||
.cuidado { | .cuidado { | ||
− | border-collapse: separate; | + | border-collapse: separate; |
border-spacing: 0; | border-spacing: 0; | ||
border-width: 3px; | border-width: 3px; | ||
Línea 67: | Línea 66: | ||
} | } | ||
jumbotron h1{ | jumbotron h1{ | ||
− | padding-bottom: 16px; | + | padding-bottom: 16px; |
margin-top: 0; | margin-top: 0; | ||
+ | } | ||
.jumbotron p{ | .jumbotron p{ | ||
− | font-size: 18px; | + | font-size: 18px; |
} | } | ||
/* portada secciones*/ | /* portada secciones*/ | ||
.seccion { | .seccion { | ||
− | min-height: 305px; | + | min-height: 305px; |
} | } | ||
#portada_sec .seccion:hover { | #portada_sec .seccion:hover { | ||
− | background-color: #f4c613; | + | background-color: #f4c613; |
} | } |
Revisión del 12:04 1 may 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://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"); @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; } .toc, #toc { display: none; } .firstHeading .namespace { font-family: Raleway; font-weight: 300; } h1 { font-family: Raleway; font-weight: 600; } #portada p{ font-size: 14px; } #portada h3{ font-size: 22px; } .mw-headline { font-weight: 500; } html { font-family: 'Open Sans', sans-serif; } body { font-family: 'Open Sans', sans-serif; } p { font-family: 'Open Sans', sans-serif; font-weight: 300; line-height: 24px; font-size: 16px; } strong { font-weight: 600; } 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; } /* titulo portada */ .pimpam { font-weight: 700; color:#f4c613; } jumbotron h1{ padding-bottom: 16px; margin-top: 0; } .jumbotron p{ font-size: 18px; } /* portada secciones*/ .seccion { min-height: 305px; } #portada_sec .seccion:hover { background-color: #f4c613; }