Initial Drupal 11 with DDEV setup
This commit is contained in:
		
							
								
								
									
										10
									
								
								web/core/modules/media/css/filter.caption.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								web/core/modules/media/css/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;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										10
									
								
								web/core/modules/media/css/media.icon.theme.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								web/core/modules/media/css/media.icon.theme.css
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,10 @@
 | 
			
		||||
/*
 | 
			
		||||
 * DO NOT EDIT THIS FILE.
 | 
			
		||||
 * See the following change record for more information,
 | 
			
		||||
 * https://www.drupal.org/node/3084859
 | 
			
		||||
 * @preserve
 | 
			
		||||
 */
 | 
			
		||||
/* cspell:ignore uientity referencemedia */
 | 
			
		||||
.field-icon-field-uientity-referencemedia {
 | 
			
		||||
  background-image: url("data:image/svg+xml,%3csvg height='36' viewBox='0 0 36 36' width='36' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m1.02 11.52v10.5h17.46v5.203l-.495-.198a4.21 4.21 0 0 0 -2.493-.23c-.951.194-1.625.559-2.324 1.258-.989.988-1.371 2.274-1.049 3.531.171.672.441 1.137.96 1.658.74.741 1.733 1.138 2.846 1.138 2.017-.002 3.781-1.311 4.26-3.162.082-.317.095-.954.095-4.781v-4.416l2.355-.015 2.355-.016.016-3.06.015-3.06 3.855-.858c2.12-.472 3.874-.857 3.899-.855.05.003.063 11.043.013 11.043-.018 0-.161-.066-.319-.146-.669-.339-1.648-.461-2.5-.313a4.415 4.415 0 0 0 -2.489 1.3c-1.49 1.513-1.514 3.723-.058 5.169.774.768 1.682 1.127 2.853 1.129 1.701.003 3.245-.922 3.957-2.369.4-.812.375-.108.409-11.535.029-9.661.024-10.395-.069-10.395-.055 0-2.21.472-4.79 1.05-2.579.578-4.706 1.05-4.726 1.05s-.036-2.052-.036-4.56v-4.56h-24v10.5m21.96-4.715v3.805l-.555.125-2.265.511-1.71.385-.15-.133-.707-.634c-.306-.275-.565-.49-.575-.477s-1.309 2.03-2.887 4.483l-2.87 4.46-.905-.89-1.85-1.818-.944-.929-.256.243-4.081 3.857-.225.211v-17.004h19.98zm-15.69-2.415c-.545.102-1.263.499-1.703.94-.696.699-1.027 1.507-1.027 2.51 0 1.932 1.531 3.45 3.48 3.45a3.453 3.453 0 0 0 3.479-3.472c.001-.606-.09-.989-.378-1.578-.682-1.399-2.248-2.151-3.851-1.85' fill='%2355565b'/%3e%3c/svg%3e");
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										4
									
								
								web/core/modules/media/css/media.icon.theme.pcss.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								web/core/modules/media/css/media.icon.theme.pcss.css
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,4 @@
 | 
			
		||||
/* cspell:ignore uientity referencemedia */
 | 
			
		||||
.field-icon-field-uientity-referencemedia {
 | 
			
		||||
  background-image: url(../../../misc/icons/55565b/media.svg);
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										5
									
								
								web/core/modules/media/css/oembed.formatter.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								web/core/modules/media/css/oembed.formatter.css
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,5 @@
 | 
			
		||||
.media-oembed-content {
 | 
			
		||||
  max-width: 100%;
 | 
			
		||||
  border: none;
 | 
			
		||||
  background-color: transparent;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										8
									
								
								web/core/modules/media/css/oembed.frame.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								web/core/modules/media/css/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