Skip to content

Instantly share code, notes, and snippets.

View machal's full-sized avatar

Martin Michálek machal

View GitHub Profile
@machal
machal / cars.yaml
Created June 9, 2010 20:15
Správa obsahu webu pomocí YAML souboru
bmw-z4-cabrio:
name: BMW Z4 Cabrio
price_1hour: 2900
price_3hours: 4900
price_1day: 9900
price_apposition_per_km: 7
is_new: false
published: true
caterham-7-roadsport:
name: Caterham 7 Roadsport
@machal
machal / index.css
Created September 18, 2010 14:18
Scuk.cz main stylesheet
@charset "utf-8";
/* =======================================================================
Hlavni stylopis pro Scuk.cz
* projekt: www.scuk.cz
* autor stylopisu: Martin Michalek, michalek@shortcat.cz
* viz manual v README.txt
======================================================================= */
@machal
machal / discuss_simpler_narcissus.css
Created October 10, 2010 08:05
Simpler style for Disqus theme "Narcissus"
/* ------------------------------------------------------------------------------
Simpler style for Disqus theme "Narcissus"
Use it in your website stylesheet or add to Disqus
(Settings > Customize > Custom CSS).
Author: Martin Michalek, michalek@shortcat.cz, www.vzhurudolu.cz
------------------------------------------------------------------------------ */
<embed src="http://www.youtube.com/v/ggZ3B79kC-E?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="437" height="271" wmode="opaque">
@machal
machal / scuk-mobile.css
Created April 18, 2011 20:20
Jedno z řešení části mobilního Scuku. Jauvajs. Prášky si vyzvedněte ve vedlejší lékárně. ;)
/* Spendlik - common icon content for shops list and shop detail */
#container .spendlik {
background: #fffefd url(../img/mobile/spendliky/restaurace.png) no-repeat center; /* Fallback for others */
background:
url(../img/mobile/spendliky/restaurace.png),
url(../img/mobile/spendliky/stin.png),
#fffefd; /* Fallback for Opera Mobile */
background-image:
url(../img/mobile/spendliky/restaurace.png),
@machal
machal / index.css
Created September 29, 2011 07:34
Křápy first šablona
/*
* Zjednodusena ukazka vrstveni
* designu webu v CSS ("krapy first")
*/
/*
Vrstva pro krapy:
* reset/normalizace
* zakladni typografie
*/
@machal
machal / index.css
Created November 11, 2011 12:18
CSS gallery with rounded corners on images and enlargement on hover. More at www.vzhurudolu.cz/test/image-gallery-enlarge-on-hover/
/* --------------------------------------------------------------------------------
Photo gallery
Find "-->" symbol and change image thumbnail/full size and urls.
CSS author: Martin Michalek, machal77@gmail.com
More: www.vzhurudolu.cz/test/image-gallery-enlarge-on-hover/
*/
/* Photo wrapper */
@machal
machal / fiddle.css
Created January 19, 2012 14:43
Test for jsFiddle
.paragraph {
background-color: #ddd;
padding: 1.5em;
border-radius: 20px;
}
@machal
machal / dabblet.css
Created January 27, 2012 08:22
CSS3 gradient on list-style-image
/**
* Dabblet: CSS3 gradient on list-style-image
*/
body {
font: 2em sans-serif;
}
ul {
list-style-image: linear-gradient(#ddd, #666);
@machal
machal / dabblet.css
Created January 27, 2012 09:53
Dabblet: Google Web Fonts test
/**
* Dabblet: Google Web Fonts test
*/
@import url(http://fonts.googleapis.com/css?family=Sonsie+One&subset=latin,latin-ext);
#example {
font-family: 'Sonsie One', cursive;
font-size: 2em;