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
This commit is contained in:
41
wp-includes/blocks/file/editor.css
Normal file
41
wp-includes/blocks/file/editor.css
Normal file
@@ -0,0 +1,41 @@
|
||||
.wp-block[data-align=left]>.wp-block-file,.wp-block[data-align=right]>.wp-block-file{
|
||||
height:auto;
|
||||
}
|
||||
.wp-block[data-align=center]>.wp-block-file{
|
||||
text-align:center;
|
||||
}
|
||||
.wp-block-file{
|
||||
align-items:center;
|
||||
display:flex;
|
||||
flex-wrap:wrap;
|
||||
justify-content:space-between;
|
||||
margin-bottom:0;
|
||||
}
|
||||
.wp-block-file .components-resizable-box__container{
|
||||
margin-bottom:1em;
|
||||
}
|
||||
.wp-block-file .wp-block-file__preview{
|
||||
height:100%;
|
||||
margin-bottom:1em;
|
||||
width:100%;
|
||||
}
|
||||
.wp-block-file .wp-block-file__preview-overlay{
|
||||
bottom:0;
|
||||
left:0;
|
||||
position:absolute;
|
||||
right:0;
|
||||
top:0;
|
||||
}
|
||||
.wp-block-file .wp-block-file__content-wrapper{
|
||||
flex-grow:1;
|
||||
}
|
||||
.wp-block-file a{
|
||||
min-width:1em;
|
||||
}
|
||||
.wp-block-file a:not(.wp-block-file__button){
|
||||
display:inline-block;
|
||||
}
|
||||
.wp-block-file .wp-block-file__button-richtext-wrapper{
|
||||
display:inline-block;
|
||||
margin-left:.75em;
|
||||
}
|
||||
Reference in New Issue
Block a user