Initial Drupal 11 with DDEV setup
This commit is contained in:
10
web/core/themes/stable9/css/media/filter.caption.css
Normal file
10
web/core/themes/stable9/css/media/filter.caption.css
Normal file
@ -0,0 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* Caption filter: default styling for displaying Media Embed captions.
|
||||
*/
|
||||
|
||||
.caption .media .field,
|
||||
.caption .media .field * {
|
||||
float: none;
|
||||
margin: unset;
|
||||
}
|
||||
5
web/core/themes/stable9/css/media/oembed.formatter.css
Normal file
5
web/core/themes/stable9/css/media/oembed.formatter.css
Normal file
@ -0,0 +1,5 @@
|
||||
.media-oembed-content {
|
||||
max-width: 100%;
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
8
web/core/themes/stable9/css/media/oembed.frame.css
Normal file
8
web/core/themes/stable9/css/media/oembed.frame.css
Normal file
@ -0,0 +1,8 @@
|
||||
iframe {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user