Files
acrib.es/wp-content/themes/kadence/assets/css/author-box.min.css
Malin f3ff7b7186 feat: initial ACRIB WordPress deployment
- WordPress 6.9.4 (es_ES) with Kadence theme
- Homepage: Hero, La Asociación, Pilares, Beneficios, Eventos, Miembros, Hazte Miembro, Contacto
- Brand identity: #13294b navy, #a12932 burgundy, #c69c48 gold
- Fonts: Raleway (headings) + Source Sans 3 (body) + Lato (UI)
- Plugins: Kadence Blocks, Polylang, Contact Form 7
- Custom CSS with full brand styling and responsive layout
- HTTPS enforced via wp-config.php proxy detection
2026-05-19 19:25:59 +02:00

1 line
1.3 KiB
CSS

.entry-author-profile{position:relative;padding-left:100px}.entry-author{margin:var(--global-lg-spacing) auto}.entry-author-avatar{position:absolute;left:0}.entry-author-name{font-size:120%}.entry-author-name a{color:inherit;text-decoration:none}.entry-author-profile p{margin:1em 0}.entry-author-profile p.entry-author-occupation{margin:0;font-size:90%}.entry-author-follow{margin-top:1em}.entry-author-style-center{padding-bottom:var(--global-md-spacing);border-bottom:1px solid var(--global-gray-500)}.entry-author-style-center .entry-author-profile{text-align:center;padding-left:0}.entry-author-style-center .entry-author-avatar{position:relative;margin-bottom:.5em}.entry-author-style-center .entry-author-avatar img{margin:0 auto;border-radius:50%;z-index:2;position:relative;box-sizing:content-box}.entry-author-style-center .entry-author-avatar:before{content:"";position:absolute;left:0;width:calc(50% - 60px);top:50%;margin-top:-1px;height:1px;background:var(--global-gray-500)}.entry-author-style-center .entry-author-avatar:after{content:"";position:absolute;right:0;width:calc(50% - 60px);top:50%;margin-top:-1px;height:1px;background:var(--global-gray-500)}@media screen and (min-width: 767px){.entry-author-style-center .entry-author-profile .entry-author-description{max-width:70%;margin-left:auto;margin-right:auto}}