View adminer.css
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
/* CSS by Brade - www.bradezone.com */ | |
/* Icons by Hever [hev.cz] - June 2009, ver 0.1.3 */ | |
/* Used icons: Silk icon set 1.3 by Mark James --- http://www.famfamfam.com/lab/icons/silk/ */ | |
/* modified by davidgrudl */ | |
/* modified by Jan Pecha, <janpecha@email.cz>, 2012-09-16 */ | |
body { | |
background: #FFF; | |
color: #333; |
View style.css
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
@import url('typro.css'); | |
body { | |
border-top: 6px solid #222; | |
padding-bottom: 3em; | |
} | |
body * { | |
font-family: inherit !important; | |
font-size: inherit !important; |
View ytdl
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 | |
# saves the path to this script's directory | |
dir=` dirname $0 ` | |
# absolutizes the path if necessary | |
if echo $dir | grep -v ^/ > /dev/null; then | |
dir=` pwd `/$dir | |
fi |
View .htaccess
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
### Source code moved to https://github.com/janpecha/htaccess-subdomains/ ### | |
## Custom Error Pages | |
#ErrorDocument 404 /errors/e404.html | |
<IfModule mod_dir.c> | |
DirectorySlash Off | |
</IfModule> | |
Options -Indexes |
View nakn.js
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
/** Vylepseni formulare na Nahlizeni do katastru nemovistosti | |
* | |
* @author Jan Pecha, <janpecha@email.cz> | |
* @version 2013-08-12-2 | |
* @license New BSD License | |
*/ | |
function nah_SelectAreaFormHelper() | |
{ | |
var el = document.getElementById('ctl00_bodyPlaceHolder_txtParcis'); |
View convert2mp3
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 | |
# saves the path to this script's directory | |
dir=` dirname $0 ` | |
# absolutizes the path if necessary | |
if echo $dir | grep -v ^/ > /dev/null; then | |
dir=` pwd `/$dir | |
fi |
View Nette Action Method
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
public function action${1:Default}() | |
{ | |
$0 | |
} | |
View changes.txt
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
* 2012-09-09 | |
- políčko nepřekrývá "uživatelskou zónu", když je uživatel přihlášen, ale zmenší svoji šířku. |
View gist:3717794
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
Private Sub Form_Load() | |
' Naberem promenne | |
xxx = False | |
'' Naplneni pomocnych poli | |
relX(0) = 1 | |
relX(1) = 1 | |
relX(2) = 0 | |
relX(3) = -1 | |
'--- | |
relY(0) = 0 |
View youtube.css
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
/** Youtube Tuning CSS | |
* @author Jan Pecha, 2012-2013 | |
* @license New BSD License | |
* @version 2013-08-16-1 | |
*/ | |
/*player-width player-height*/ | |
/* Zarovnani na stred */ | |
#yt-masthead, #page-container, #alerts, #footer-hh, #masthead-subnav, #content-container { | |
width: 1124px !important; | |
margin: 0 auto !important; |
OlderNewer