# automatic-youtube-gallery/1.2.0/admin/assets/css/admin.css

Automatic YouTube Gallery – Embed Auto-Updating YouTube Video Galleries, Feeds, Playlists &amp; Channels, version 1.2.0. 258 lines.

- Page: https://pluginprobe.com/plugins/automatic-youtube-gallery/1.2.0/code/admin/assets/css/admin.css
- Raw: https://pluginprobe.com/plugins/automatic-youtube-gallery/1.2.0/raw/admin/assets/css/admin.css
- Modified: 2019-07-09T16:20:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/automatic-youtube-gallery/1.2.0/code/admin/assets/css/admin.css#L10-L20`.

```css
/*----------------------------------------------------------------------------------------------
 *
 *	Global
 *
 *--------------------------------------------------------------------------------------------*/
.ayg-text-center {
	text-align: center;
}

.ayg-no-scroll {
	overflow: hidden;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Welcome
 *
 *--------------------------------------------------------------------------------------------*/
#ayg-welcome h1 {
	font-size: 2em;
	font-weight: 500;
}

#ayg-welcome .wp-badge {
	margin-bottom: 0;
	background: #EC4338 url( '../images/logo.png' ) no-repeat top;
}

#ayg-welcome .feature-video {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

#ayg-welcome .feature-video iframe {
	position: absolute;	
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Admin Notice
 *
 *--------------------------------------------------------------------------------------------*/
 #ayg-admin-notice a {
	text-decoration: none;
}

.ayg-admin-notice-link-premium {
	color: green;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Modal
 *
 *--------------------------------------------------------------------------------------------*/
 .ayg-modal {
    position: fixed;   
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0; 
    top: 0;   
    left: 0;
    z-index: 9999;    
}

.ayg-modal-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.9;
}

.ayg-modal-content {
    position: absolute;   
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0; 
    top: 0;   
    left: 0;    
    overflow-y: auto;
    z-index: 1;
}

.ayg-modal-body {
    position: relative;    
    width: 90%;
    max-width: 540px;
    margin: 50px auto;
    padding: 15px;
    background-color: #fff;
}

.ayg-modal-body .ayg-modal-close {    
	position: absolute; 
	width: 25px;
	height: 25px;   
    top: 15px;
    right: 15px;
    color: #999;
	font-size: 25px;
	text-align: center;
    cursor: pointer;
}

.ayg-modal-body .ayg-editor-title {
    margin: 0 25px 15px 0;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Editor
 *
 *--------------------------------------------------------------------------------------------*/
.ayg-editor-section-header {	
	margin: 5px 0 0 0;
	padding: 10px;
	background: #f9f9f9;   
	border: 1px solid #ddd; 
	font-size: 1.1em;
	font-weight: normal;
	line-height: normal;
	cursor: pointer;
}

.ayg-editor-section-header:hover {	
	background: #f0f0f0;
}

.ayg-editor-section-header .dashicons-before {
	color: #006799;
	line-height: 1.1em;
}

.ayg-editor-section-header .dashicons-plus {
	display: inline-block;
}

.ayg-editor-section-header .dashicons-minus {
	display: none;
}

.ayg-active .ayg-editor-section-header .dashicons-plus {
	display: none;
}

.ayg-active .ayg-editor-section-header .dashicons-minus {
	display: inline-block;
}

.ayg-editor-controls {
	margin: -1px 0 0 0;
	padding: 10px;
	border: 1px solid #ddd;
}

.ayg-editor-control {
	margin-bottom: 15px;
}

.ayg-editor-control label {
	display: block;
	margin-bottom: 5px;
}

.ayg-editor-control .wp-picker-input-wrap label {
	display: inline-block;
}

.ayg-editor-control-playlist,
.ayg-editor-control-channel,
.ayg-editor-control-username,
.ayg-editor-control-search,
.ayg-editor-control-video,
.ayg-editor-control-videos,
.ayg-editor-control-order,
.ayg-editor-control-limit {
	display: none;
}

.ayg-editor-field-type-playlist .ayg-editor-control-playlist {
	display: block;
}

.ayg-editor-field-type-channel .ayg-editor-control-channel {
	display: block;
}

.ayg-editor-field-type-username .ayg-editor-control-username {
	display: block;
}

.ayg-editor-field-type-search .ayg-editor-control-search,
.ayg-editor-field-type-search .ayg-editor-control-order,
.ayg-editor-field-type-search .ayg-editor-control-limit {
	display: block;
}

.ayg-editor-field-type-video .ayg-editor-control-video {
	display: block;
}

.ayg-editor-field-type-video .ayg-editor-section-gallery {
	display: none;
}

.ayg-editor-field-type-videos .ayg-editor-control-videos {
	display: block;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Shortcode Builder
 *
 *--------------------------------------------------------------------------------------------*/
 #ayg-media-button .dashicons:before {
	color: #FFF;
}

#ayg-shortcode-builder {
  	position: relative; 
	width: auto;
  	max-width: 500px; 
  	margin: 32px auto;
  	padding: 20px;  
  	background: #FFF;  
}

/*----------------------------------------------------------------------------------------------
 *
 *	Block
 *
 *--------------------------------------------------------------------------------------------*/
 .ayg-block-panel label {
	font-weight: 500;
 }

/*----------------------------------------------------------------------------------------------
 *
 *	Widget
 *
 *--------------------------------------------------------------------------------------------*/
 .widget .ayg-editor {
	margin-bottom: 15px;
 }

 .widget .ayg-editor .description {
	padding: 5px 0 !important;
	word-break: break-word;
 }
```
