This file contains 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
@media (min-width: 360px) and (max-width: 991px) { | |
body { | |
color: blue; | |
} | |
} | |
@media (min-width: 576px) { | |
body { | |
color: red; | |
} | |
} |
This file contains 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
#!/bin/bash | |
# Script: osmc-java-jdownloader-installer.sh | |
# Author: Jozef Pažin | |
# Description: Wizard to install the current version of java and/or jdownloader on raspberry pi running osmc. | |
# License: MIT | use arbitrarily, attribution is not required | |
# How to run: | |
# - Check if this code is correct first because this script need to be run under root and run gist | |
# from web is not recommended in terms of security only that you know exactly what it does. Check it: | |
# curl -Ls https://gist.github.com/atiris/34dc670264274b3a472f2a718e4de83a/raw | nano - |