MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
text-align: center; | text-align: center; | ||
padding: 28px 20px; | padding: 28px 20px; | ||
margin-bottom: 24px; | margin-bottom: 24px; | ||
} | } | ||
| Line 32: | Line 29: | ||
} | } | ||
.bok-hero-titulo { | .bok-hero-titulo { | ||
font-size: | font-size: 22px !important; | ||
font-weight: | font-weight: 700 !important; | ||
color: #111 !important; | color: #111 !important; | ||
margin-bottom: | margin-bottom: 14px !important; | ||
border: none !important; | border: none !important; | ||
padding-bottom: 0 !important; | |||
} | } | ||
.bok-hero-etiqueta { | .bok-hero-etiqueta { | ||
| Line 45: | Line 43: | ||
font-weight: 600; | font-weight: 600; | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
} | |||
.bok-search-bar { | |||
border: 1px solid #1D9E75; | |||
border-radius: 8px; | |||
padding: 10px 16px; | |||
max-width: 420px; | |||
margin: 0 auto 20px; | |||
text-align: center; | |||
background: #fff; | |||
} | |||
.bok-search-bar a { | |||
color: #888 !important; | |||
text-decoration: none !important; | |||
font-size: 14px; | |||
} | |||
.bok-hero-divider { | |||
border: none; | |||
border-top: 1px solid #e0e0e0; | |||
margin: 0 auto 12px; | |||
max-width: 480px; | |||
} | } | ||
.bok-stats { | .bok-stats { | ||
display: flex; | display: flex; | ||
justify-content: center; | justify-content: center; | ||
gap: | gap: 12px; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
font-size: | font-size: 12px; | ||
color: # | color: #aaa; | ||
margin-top: | margin-top: 0; | ||
} | |||
.bok-stats strong { | |||
color: #555; | |||
font-weight: 600; | |||
} | } | ||
.bok-stats strong { | .bok-stats strong { | ||
color: #111; | color: #111; | ||