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:
53
wp-includes/blocks/video/editor.css
Normal file
53
wp-includes/blocks/video/editor.css
Normal file
@@ -0,0 +1,53 @@
|
||||
.wp-block[data-align=center]>.wp-block-video{
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.wp-block-video{
|
||||
position:relative;
|
||||
}
|
||||
.wp-block-video.is-transient video{
|
||||
opacity:.3;
|
||||
}
|
||||
.wp-block-video .components-spinner{
|
||||
left:50%;
|
||||
margin-left:-9px;
|
||||
margin-top:-9px;
|
||||
position:absolute;
|
||||
top:50%;
|
||||
}
|
||||
|
||||
.block-library-video-tracks-editor{
|
||||
z-index:159990;
|
||||
}
|
||||
|
||||
.block-library-video-tracks-editor__track-list-track{
|
||||
padding-left:12px;
|
||||
}
|
||||
|
||||
.block-library-video-tracks-editor__single-track-editor-kind-select{
|
||||
max-width:240px;
|
||||
}
|
||||
|
||||
.block-library-video-tracks-editor__single-track-editor-edit-track-label,.block-library-video-tracks-editor__tracks-informative-message-title{
|
||||
color:#757575;
|
||||
display:block;
|
||||
font-size:11px;
|
||||
font-weight:500;
|
||||
margin-top:4px;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
.block-library-video-tracks-editor>.components-popover__content{
|
||||
width:360px;
|
||||
}
|
||||
|
||||
.block-library-video-tracks-editor__add-tracks-container .components-menu-group__label,.block-library-video-tracks-editor__track-list .components-menu-group__label{
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.block-library-video-tracks-editor__tracks-informative-message{
|
||||
padding:8px;
|
||||
}
|
||||
.block-library-video-tracks-editor__tracks-informative-message-description{
|
||||
margin-bottom:0;
|
||||
}
|
||||
Reference in New Issue
Block a user