mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 10:49:36 +02:00
Add intro.js
This commit is contained in:
parent
1cfc673e42
commit
abb433718e
71 changed files with 2775 additions and 2 deletions
59
node_modules/intro.js/themes/introjs-flattener.css
generated
vendored
Normal file
59
node_modules/intro.js/themes/introjs-flattener.css
generated
vendored
Normal file
|
@ -0,0 +1,59 @@
|
|||
.introjs-helperNumberLayer {
|
||||
font-family: tahoma, Arial, verdana, sans-serif;
|
||||
font-size: 14px;
|
||||
text-shadow: none;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
border: 2px solid #ecf0f1;
|
||||
border-radius: 50%;
|
||||
background: #e74c3c;
|
||||
}
|
||||
|
||||
.introjs-helperLayer {
|
||||
background-color: #FFF;
|
||||
background-color: rgba(255,255,255,.9);
|
||||
border: none;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.introjs-tooltip {
|
||||
letter-spacing: .1em;
|
||||
color: #2c3e50;
|
||||
font-family: tahoma, Arial, verdana, sans-serif;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.introjs-button {
|
||||
padding: 0.6em 0.8em;
|
||||
text-shadow: none;
|
||||
font-weight: bold;
|
||||
color: #2c3e50;
|
||||
font-family: tahoma, Arial, verdana, sans-serif;
|
||||
background: #ecf0f1;
|
||||
background-image: none;
|
||||
-webkit-border-radius: .2em;
|
||||
-moz-border-radius: .2em;
|
||||
border-radius: .2em;
|
||||
-webkit-transition: background .3s, border .3s;
|
||||
-moz-transition: background .3s, border .3s;
|
||||
-ms-transition: background .3s, border .3s;
|
||||
-o-transition: background .3s, border .3s;
|
||||
transition: background .3s, border .3s;
|
||||
}
|
||||
|
||||
.introjs-prevbutton {
|
||||
border-radius: .2em 0 0 .2em;
|
||||
}
|
||||
|
||||
.introjs-nextbutton {
|
||||
border-radius: 0 .2em .2em 0;
|
||||
}
|
||||
|
||||
.introjs-button:hover, .introjs-button:focus {
|
||||
background: #2c3e50;
|
||||
color: #fff;
|
||||
box-shadow: none;
|
||||
border-color: #2c3e50;
|
||||
text-decoration: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue