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
| var mediaQuery = window.matchMedia('(min-width: 500px)'); | |
| if (mediaQuery.matches) { | |
| // я выполнюсь только если ширина экрана 500 или больше | |
| } |
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
| var map; | |
| function initMap() { | |
| // Specify features and elements to define styles. | |
| var styleArray = [ | |
| { | |
| featureType: "all", | |
| stylers: [ | |
| { saturation: -80 } |
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
| var gulp = require('gulp'), | |
| googlecdn = require('gulp-google-cdn'), | |
| mainBowerFiles = require('main-bower-files'), | |
| cleanCSS = require('gulp-clean-css'), | |
| concatCss = require('gulp-concat-css'), | |
| rename = require("gulp-rename"), | |
| uglify = require('gulp-uglify'), | |
| concat = require('gulp-concat'), | |
| autoprefixer = require('gulp-autoprefixer'), | |
| sass = require('gulp-sass'), |
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
| var progress1 = document.querySelector('#p1'), | |
| progress2 = document.querySelector('#p2'), | |
| progress3 = document.querySelector('#p3'), | |
| number1 = document.querySelector('#n1'), | |
| number2 = document.querySelector('#n2'), | |
| number3 = document.querySelector('#n3'); | |
| progress1.addEventListener('mdl-componentupgraded', function() { | |
| this.MaterialProgress.setProgress(0); |
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
| -webkit-filter: brightness(0) invert(1); | |
| -moz-filter: brightness(0) invert(1); | |
| filter: brightness(0) invert(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
| <style> | |
| // joomshopping | |
| .jshop .grid { | |
| display: table; | |
| width: 100%; | |
| .grid-row { | |
| display: table-cell; | |
| vertical-align: middle; |
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
| <?php | |
| /** | |
| * @version 4.8.0 05.11.2013 | |
| * @author MAXXmarketing GmbH | |
| * @package Jshopping | |
| * @copyright Copyright (C) 2010 webdesigner-profi.de. All rights reserved. | |
| * @license GNU/GPL | |
| */ | |
| defined('_JEXEC') or die('Restricted access'); | |
| ?> |
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
| <?php | |
| /** | |
| * @version 4.9.1 13.08.2013 | |
| * @author MAXXmarketing GmbH | |
| * @package Jshopping | |
| * @copyright Copyright (C) 2010 webdesigner-profi.de. All rights reserved. | |
| * @license GNU/GPL | |
| */ | |
| defined('_JEXEC') or die('Restricted access'); | |
| ?> |
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
| <?php | |
| /** | |
| * @version 4.9.1 13.08.2013 | |
| * @author MAXXmarketing GmbH | |
| * @package Jshopping | |
| * @copyright Copyright (C) 2010 webdesigner-profi.de. All rights reserved. | |
| * @license GNU/GPL | |
| */ | |
| defined('_JEXEC') or die('Restricted access'); | |
| ?> |