<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mod_videolink_content{
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
}
.mod_videolink_toolbar_btn{
  text-align: center; 
  line-height: 40px;
  width: 100px;
  border: 1px solid #cecce;
}

.mod_videolink_fl{ float: left; }
.mod_videolink_fr{ float: right }
.mod_videolink_cl{ clear:both; }

.mod_videolink_toolbar{
  height: 40px; 
  margin-top: 15px; 
  background-color: #eee; 
  margin-left: 5px; 
  margin-right: 5px; 
  border: 1px solid #cecece;
}

.mod_videolink_content a{
    text-decoration: none;
    color: white;
}


/* Instance editor */

#mod_videolink_content_selection_cont{
    width: 505px;
    margin-bottom: 10px;
}

#mod_videolink_content_selection_list{
    width: 200px;
    float: left;
    border: 1px solid #cecece;
    height: 350px;
}

#mod_videolink_content_selection_preview{
   width: 300px;
   float: right;
   border: 1px solid #cecece;
   height: 350px;
   overflow: auto;
}

.mod_videolink_content_selected { background-color: #b05252; color: white}

/* ----- Content editor -----*/
.mod_text_ce_picture_cont{
    margin-top: 10px;
}

.mod_videolink_link_site{
    width: 100px;
    float: left;
    margin-left: 10px;
}

.mod_videolink_link_disk{
    float: left;    
}

.mod_videolink_ce_picture_cont{ margin-top: 10px;}
.mod_videolink_picture_preview{
    clear: both;
    height: 380px;
    width: 380px;
    border: 1px solid #cecece;
    margin-top: 5px;
}

.mod_videolink_linktext_cont{
    margin-top: 10px;
}
.mod_videolink_linktext_cont input{
    width: 300px;
}

.mod_videolink_linkhref_cont input{
    width: 300px;
}

.video_link_add_site_cont{ 
    display: none;
}

.video_link_add_disk_cont{ 
    display: none;
}




/* ---------- site ----------------*/
.mod_videolink_content_text{
    /*min-height: 90px;*/
    color: white;
    padding: 7px 12px;
    font-family: Georgia, serif;    
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}
.mod_videolink_small{
    font-size: 12px;
    line-height: 16px
}
.mod_videolink_medium{
    font-size: 18px;
    line-height: 24px
}

.mod_videolink_big{
    font-size: 24px;
    line-height: 36px
}


.mod_videolink.edit_module_content{
    width: 20px;
    height: 20px;
    background-image: url('newspaper_pencil.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.mod_videolink.edit_module_content:hover{
    background-color: #9FA4A6;    
}

.mod_videolink_playbtn {
    position: absolute;
    z-index: 25;
    margin-top: 40px;
    height: 100px;
    background-image: url('playbtn.png');
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.mod_videolink_playbtn:hover {
    background-image: url('playbtn_on.png');
}
.mod_videolink_playbtn a {
    display: none;
}
</pre></body></html>