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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>CodePen · A Pen by machal</title> | |
| <style> |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>CSS animace · CodePen</title> | |
| <style> |
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
| // Nastaveni velikosti pisma v rem s fallbackem v px | |
| // Zdroj: http://www.stuffandnonsense.co.uk/blog/about/less | |
| @baseFontSize: 15; | |
| .font-size(@font-size: @baseFontSize) { | |
| @rem: (@font-size / @baseFontSize); | |
| font-size: @font-size * 1px; | |
| font-size: ~"@{rem}rem"; | |
| } |
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
| <!doctype html> | |
| <html> | |
| <head> | |
| <link rel="stylesheet" href="index.css"> | |
| <!--[if lte IE 8]><link rel="stylesheet" href="old_ie.css"><![endif]--> | |
| </head> | |
| <body> | |
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
| .image { | |
| image-rendering: optimizeSpeed; /* Legal fallback */ | |
| image-rendering: -moz-crisp-edges; /* Firefox */ | |
| image-rendering: -o-crisp-edges; /* Opera */ | |
| image-rendering: -webkit-optimize-contrast; /* Chrome */ | |
| image-rendering: optimize-contrast; /* CSS3 Proposed */ | |
| -ms-interpolation-mode: bicubic; /* IE8+ */ | |
| } |
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
| // Bootstrap's fluid grid | |
| #grid > .fluid(@fluidGridColumnWidth, @fluidGridGutterWidth); |
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
| <!DOCTYPE html> | |
| <!--[if lt IE 9]> <html class="no-js old-ie"> <![endif]--> | |
| <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> | |
| <html lang="cs"> | |
| <!-- Obsah HTML --> | |
| </html> |
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
| <!DOCTYPE html> | |
| <!--[if lt IE 7]><html lang="cs-CZ" prefix="og: http://ogp.me/ns#" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> | |
| <!--[if (IE 7)]><html lang="cs-CZ" prefix="og: http://ogp.me/ns#" class="no-js lt-ie9 lt-ie8"><![endif]--> | |
| <!--[if (IE 8)]><html lang="cs-CZ" prefix="og: http://ogp.me/ns#" class="no-js lt-ie9"><![endif]--> | |
| <!--[if (IE 9)]><html lang="cs-CZ" prefix="og: http://ogp.me/ns#" class="no-js ie9"><![endif]--> | |
| <!--[if gt IE 9]><!--> | |
| <html lang="cs-CZ" prefix="og: http://ogp.me/ns#" class="no-js color1 " data-smooth-scroll="off" data-accentcolor="#179e1e"> | |
| <!--<![endif]--> | |
| <head> |
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
| <!DOCTYPE html> | |
| <!--[if lt IE 7]><html lang="cs-CZ" prefix="og: http://ogp.me/ns#" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> | |
| <!--[if (IE 7)]><html lang="cs-CZ" prefix="og: http://ogp.me/ns#" class="no-js lt-ie9 lt-ie8"><![endif]--> | |
| <!--[if (IE 8)]><html lang="cs-CZ" prefix="og: http://ogp.me/ns#" class="no-js lt-ie9"><![endif]--> | |
| <!--[if (IE 9)]><html lang="cs-CZ" prefix="og: http://ogp.me/ns#" class="no-js ie9"><![endif]--> | |
| <!--[if gt IE 9]><!--> | |
| <html lang="cs-CZ" prefix="og: http://ogp.me/ns#" class="no-js color1 " data-smooth-scroll="off" data-accentcolor="#179e1e"> | |
| <!--<![endif]--> | |
| <head> |
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
| .wm-p-file { | |
| clear: both; | |
| .wm-m-section; | |
| list-style-type: none; | |
| padding: 0; | |
| } | |
| // Vnitrni blok | |
| .wm-p-file { | |
| .in { |