Pure CSS custom dropdown menu.
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
<?php | |
/** | |
* Documents the class following or the file? | |
* @package Shimansky.biz-web-site-source-code | |
*/ | |
$relpa = preg_replace("/[\/]+/", "/", $_SERVER['DOCUMENT_ROOT'] . '/'); | |
$a = array( | |
'inc/init2.inc' |
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
<?php | |
/** | |
* Documents the class following or the file? | |
* @package Shimansky.biz-web-site-source-code | |
*/ | |
$relpa = preg_replace("/[\/]+/", "/", $_SERVER['DOCUMENT_ROOT'] . '/'); | |
$a = array( | |
'inc/init2.inc' |
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
<?php | |
/** | |
* shimansky.biz | |
* | |
* Static web site core scripts | |
* @package shimansky.biz | |
* @author Serguei Shimansky <serguei@shimansky.biz> | |
* @copyright Serguei Shimansky 10:07 24.06.2012 | |
* @access public | |
* @version 0.2 |
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
/*http://i-skool.co.uk/mobile-development/web-design-for-mobiles-and-tablets-viewport-sizes/*/ | |
/*At least requires the meta viewport tag with content 'width=device-width'*/ | |
@media only screen and (max-width: 1080px) and (orientation : portrait) { | |
/* PORTRAIT: | |
Windows Surface Pro*/ | |
} | |
@media only screen and (max-width: 800px) and (orientation : portrait) { | |
/* PORTRAIT: | |
Acer Iconia Tab A100 |
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
// http://paulirish.com/2011/requestanimationframe-for-smart-animating/ | |
// http://my.opera.com/emoller/blog/2011/12/20/requestanimationframe-for-smart-er-animating | |
// requestAnimationFrame polyfill by Erik Möller. fixes from Paul Irish and Tino Zijdel | |
// MIT license | |
(function() { | |
var lastTime = 0; | |
var vendors = ['ms', 'moz', 'webkit', 'o']; |
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
/** | |
* gist.github.com/englishextra/cdd503793392281a8a0c | |
*/ | |
@media print { | |
html { | |
font-size: 100%; | |
margin: 0; | |
padding: 0; | |
} | |
body { |
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
/* ---------------------------------------------------------------------------------------------------- | |
Super Form Reset | |
A couple of things to watch out for: | |
- IE8: If a text input doesn't have padding on all sides or none the text won't be centered. | |
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders. | |
- You NEED to set the font-size and family on all form elements | |
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs |
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
/*! | |
* modified so that not to use iScroll v5.1.3 github.com/cubiq/iscroll/blob/master/build/iscroll-lite.js | |
* cdnjs.cloudflare.com/ajax/libs/iScroll/5.1.3/iscroll-lite.min.js | |
* see why here github.com/blivesta/drawer/issues/21 | |
* jquery-drawer v3.1.0 | |
* Flexible drawer menu using jQuery, iScroll and CSS. | |
* http://git.blivesta.com/drawer | |
* License : MIT | |
* Author : blivesta <design@blivesta.com> (http://blivesta.com/) | |
*/ |
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
/*! | |
* modified Evento - v1.0.0 | |
* by Erik Royall <erikroyalL@hotmail.com> (http://erikroyall.github.io) | |
* Dual licensed under MIT and GPL | |
* gist.github.com/erikroyall/6618740 | |
* gist.github.com/englishextra/3a959e4da0fcc268b140 | |
* removed Array.prototype.indexOf shim | |
* removed Helio stuff which seems to be added | |
* for some other library, and works without Helio | |
* jsbin.com/jilevi/edit?html,js,output |
OlderNewer