
| Current Path : /var/www/html_old/abk/web/modules/contrib/content_sync/css/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html_old/abk/web/modules/contrib/content_sync/css/content_sync.help.css |
/**
* @file
* Help styles.
*
* @see /admin/help/content_sync
* @see /admin/help/content_sync/introduction
*/
/**
* Help block.
*/
.block-help {
margin: 1em 0;
}
/**
* Help page.
*/
.content_sync-help h4 {
font-size: 1em;
text-transform: uppercase;
}
.content_sync-help .button.button--primary {
width: 100%;
max-width: 600px;
margin: 0;
}
.content_sync-help img {
width: 100%;
height: auto;
}
.content_sync-help .content_sync-help-video-youtube {
max-width: 600px;
}
/**
* Help play button.
*/
.button.button-content_sync-play:before {
content: '► ';
font-size: .8em;
}
/**
* Help menu.
*
* @see /core/themes/stable/css/core/dropbutton/dropbutton.css
*/
.content_sync-help-menu {
display: none;
}
.js .content_sync-help-menu {
display: block;
width: 250px;
float: right;
}
.js .content_sync-help-menu .dropbutton-wrapper {
min-height: 2em;
}
.js .content_sync-help-menu .dropbutton-wrapper {
display: block;
position: relative;
}
.js .content_sync-help-menu .dropbutton-widget {
position: absolute;
}
/**
* Hide throbber which causes layout issue in dropbutton
*/
.content_sync-help-menu .dropbutton-multiple .ajax-progress-throbber {
display: none;
}
@media screen and (max-width: 768px) {
.js .content_sync-help-menu {
display: none;
}
}
/**
* Help accordion.
*/
.content_sync-help-accordion dt {
font-weight: bold;
}
/**
* Help video.
*/
.content_sync-help-video-youtube {
margin: 1.5em 0;
max-width: 1024px;
border: 1px solid #000;
}
.content_sync-help-video-youtube--container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.content_sync-help-video-youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}