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
| 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 |
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
| @charset "utf-8"; | |
| /* ======================================================================= | |
| Hlavni stylopis pro Scuk.cz | |
| * projekt: www.scuk.cz | |
| * autor stylopisu: Martin Michalek, michalek@shortcat.cz | |
| * viz manual v README.txt | |
| ======================================================================= */ |
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
| /* ------------------------------------------------------------------------------ | |
| 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 | |
| ------------------------------------------------------------------------------ */ | |
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
| <embed src="http://www.youtube.com/v/ggZ3B79kC-E?fs=1&hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="437" height="271" wmode="opaque"> |
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
| /* 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), |
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
| /* | |
| * Zjednodusena ukazka vrstveni | |
| * designu webu v CSS ("krapy first") | |
| */ | |
| /* | |
| Vrstva pro krapy: | |
| * reset/normalizace | |
| * zakladni typografie | |
| */ |
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
| /* -------------------------------------------------------------------------------- | |
| 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 */ | |
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
| .paragraph { | |
| background-color: #ddd; | |
| padding: 1.5em; | |
| border-radius: 20px; | |
| } |
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
| /** | |
| * Dabblet: CSS3 gradient on list-style-image | |
| */ | |
| body { | |
| font: 2em sans-serif; | |
| } | |
| ul { | |
| list-style-image: linear-gradient(#ddd, #666); |
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
| /** | |
| * 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; |