MDriven turnkey Face - theme - styles - fashion

html>

How to apply a bootstrap theme to an MDriven Turnkey site

To make your experience more comfortable, we set the main tags mentioned in the video to the right bar menu of this mini player. Choose the interesting subtitle on the list and immediately get to the exact theme timeplace in the video. Now you can pick any topic to be instructed without watching the whole video. <style type="text/css"> p.warn { size:0.9 pt opacity: 0.6; text-align: justify; opacity: 0.7 } </style>

<style>

  1. video12 {
 position: relative;
 height: 500px;
 width:560px;
 padding-bottom: 10px;

}

  1. video12 iframe {
 position: absolute;
 min-height: auto;
 min-width: auto;

}

  1. video12 div {
 position: absolute;
 top: 0;
 left:760px;
 width: 260px;
 height: 100%;
 padding-left: 10px;
 overflow-y: auto;

} span.time {

   font-size: 18;
   padding: 2px 10px 0.5px 10px;
   padding-bottom: 0.5;
   display:block;
   padding-top: 0.5;
  opacity: 0.7;

} span.time:hover {

 color: #0000FF;
 cursor: pointer;

} span.time:focus {

 color: blue;

</style>

<iframe width="740" height="500" src="https://www.youtube.com/embed/bwqAHrDADq8?rel=0&autoplay=0" frameborder="0" allowfullscreen></iframe>
    MDriven book 
    Bootstrap skins/themes (admin dashboards)
    Buying and downloading a theme  
    Admin side in Visual Studio   
    Template content angularjs  
    Conecting MDriven designer  
    Refreshing MDriven Turnkey  
Implementing CSSs and scripts
    Raptor3nyMyMDrivenTurnkeyApp1_DrivenServerA0_AssetsTK folder modifications 
   and creating tkusercss.css
    Assigning the rights 
    Assigning themed CSS files 
    Process of transportation step-by-step 
    Correcting the console errors (loading additional files) 

<script> var IMG = document.querySelectorAll('#video12 span'),

   IFRAME = document.querySelector('#video12 iframe');

for (var i = 0; i < IMG.length; i++) {

 IMG[i].onclick = function() {
   IFRAME.src = 'http://www.youtube.com/embed/' + this.dataset.video + '?rel=0&autoplay=1';
   if(this.dataset.end) IFRAME.src = IFRAME.src.replace(/([\s\S]*)/g, '$1&end=' + this.dataset.end);
   if(this.dataset.start) IFRAME.src = IFRAME.src.replace(/([\s\S]*)/g, '$1&start=' + this.dataset.start);
   this.style.backgroundColor='rgba(0,0,0,.2)';
 }

} </script> </html>

This page was edited 95 days ago on 02/10/2024. What links here