This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.5.5/clipboard.min.js"></script> | |
| <script>new Clipboard('.btn');</script> | |
| <input id="input" value="Some Text"> | |
| <button class="btn" data-clipboard-target="#input">Copy</button> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="custom2"> | |
| <img border="0" height="200" src="https://cl.ly/mmrb/unnamed.jpg" width="171"> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="custom1"> | |
| Testing Red Text</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*--- Header Center Text & 3D CSS3 ShadowText ----*/ | |
| #header-inner {text-align:center !important;} #header-inner img {margin: 0 auto !important;} | |
| .header h1 {text-shadow: 2px 2px 5px #eee, 5px 5px 5px #707070 !important;} | |
| #header-inner {text-shadow: 2px 2px 5px #eee, 5px 5px 5px #707070 !important;} | |
| .post-title {text-shadow: 2px 2px 5px #eee, 5px 5px 5px #707070 !important;} | |
| .date-header {text-shadow: 2px 2px 5px #eee, 5px 5px 5px #707070 !important;} | |
| .widget {text-shadow: 2px 2px 5px #eee, 5px 5px 5px #707070 !important;} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*--- Header Center Text & 3D CSS3 ShadowText ----*/ | |
| #header-inner {text-align:center !important;} | |
| #header-inner img {margin: 0 auto !important;} | |
| .header h1 {text-shadow: 2px 2px 5px #eee, 5px 5px 5px #707070 !important;} | |
| #header-inner {text-shadow: 2px 2px 5px #eee, 5px 5px 5px #707070 !important;} | |
| .post-title {text-shadow: 2px 2px 5px #eee, 5px 5px 5px #707070 !important;} | |
| .date-header {text-shadow: 2px 2px 5px #eee, 5px 5px 5px #707070 !important;} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| table.dota { | |
| word-wrap: break-word; | |
| border-color: #eeeeee; | |
| border-style: dashed; | |
| padding: 1px; | |
| table-layout: fixed; | |
| border-collapse: collapse; // or seperate (dota2) (th on dota2, though) | |
| border-spacing: 0; | |
| width: 100%; | |
| display: table; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| --- | |
| jQuery(function() { | |
| // Initialize lunr with the fields to be searched, plus the boost. | |
| window.idx = lunr(function () { | |
| this.field('id'); | |
| this.field('title'); | |
| this.field('content', { boost: 10 }); | |
| this.field('author'); | |
| this.field('categories'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://nodejs.org/en/ | |
| https://rubyinstaller.org/downloads/ | |
| https://desktop.github.com/ | |
| https://code.visualstudio.com/ | |
| (install the gems you use. Goes under c:\Users\<username>\.gems & .bundle)... | |
| PowerShell (Admin)... | |
| gem install bundler (http://bundler.io/) | |
| gem install jekyll-import (for blogger http://import.jekyllrb.com/docs/installation/)... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> | |
| <script src="//cdnjs.cloudflare.com/ajax/libs/fotorama/4.6.4/fotorama.js"></script> | |
| <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/fotorama/4.6.4/fotorama.css" /> | |
| <script src="//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.js"></script> | |
| <script src="//cdnjs.cloudflare.com/ajax/libs/fancybox/3.0.47/jquery.fancybox.min.js"></script> | |
| <div class="slider slider-for"> | |
| <div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="container"> | |
| <h2>Slider Slick + Fancybox</h2> | |
| <div class="row"> | |
| <div class="col-md-12 heroSlider-fixed"> | |
| <div class="overlay"></div> | |
| <!-- Slider --> | |
| <div class="slider responsive"> | |
| <div> |