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
| $thm-c-accent: red; | |
| :root { | |
| --thm-a-hover: #{$thm-c-accent}; | |
| --thm-a-text: var(--thm-a-hover); | |
| } |
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
| .text { | |
| padding-top:1px; | |
| @media (min-width: 500px) { | |
| padding-top:2px; | |
| .hasExtraInfo & { | |
| padding-top: 10px; | |
| } | |
| } |
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
| Proszę umieścić skrypt przed zamknięciem sekcji </body>, na każdej stronie gdzie znajdują się osadzone filmiki YT: | |
| <script type="text/javascript"> | |
| // OPTIONAL: Enable JSAPI if it's not already on the URL | |
| // note: this will cause the Youtube player to "flash" on the page when reloading to enable the JS API | |
| for (var e = document.getElementsByTagName("iframe"), x = e.length; x--;) | |
| if (/youtube.com\/embed/.test(e[x].src)) | |
| if(e[x].src.indexOf('enablejsapi=') === -1) | |
| e[x].src += (e[x].src.indexOf('?') ===-1 ? '?':'&') + 'enablejsapi=1'; |
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
| Proszę umieścić skrypt przed zamknięciem sekcji </body>, na każdej stronie gdzie znajdują się osadzone filmiki YT: | |
| <script type="text/javascript"> | |
| // OPTIONAL: Enable JSAPI if it's not already on the URL | |
| // note: this will cause the Youtube player to "flash" on the page when reloading to enable the JS API | |
| for (var e = document.getElementsByTagName("iframe"), x = e.length; x--;) | |
| if (/youtube.com\/embed/.test(e[x].src)) | |
| if(e[x].src.indexOf('enablejsapi=') === -1) | |
| e[x].src += (e[x].src.indexOf('?') ===-1 ? '?':'&') + 'enablejsapi=1'; |