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
div#page | |
/ vimeo ์์ | |
iframe class="rwd-video" src="http://player.vimeo.com/video/48857883?title=0&byline=0&portrait=0&color=ff9933" width="400" height="300" webkitAllowFullScreen mozallowfullscreen allowFullScreen | |
/ youtube ์์ | |
iframe class="rwd-video" width="640" height="360" src="http://www.youtube-nocookie.com/embed/rHAKK6eDsU4?list=PLvaeCFvGpjsNc9lvJ2TribIiN3-g8Bkyu&hl=ko_KR" allowfullscreen |
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
// CSS3 ๋ฅ๊ทผ ํ ๋๋ฆฌ | |
// https://developer.mozilla.org/ko/docs/CSS/border-radius | |
@mixin border-radius ($radius) { | |
-webkit-border-radius: $radius; | |
-moz-border-radius: $radius; | |
border-radius: $radius; | |
} | |
// CSS3 ๋ฐฐ๊ฒฝ ์์น ์ค์ | |
// http://www.css3.info/preview/background-origin-and-background-clip/ |
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://nicolasgallagher.com/another-css-image-replacement-technique/ | |
// https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757c9e03dda4e463fb0d4db5a5f82d7 | |
%ir { | |
font: 0/0 a; | |
color: transparent; | |
text-shadow: none; | |
} | |
// SASS ๋ฆฌ์คํธ(Lists) ๋ฐ์ดํฐ ํ์ ์ ์ธ |
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
// ๋ฐฐ๊ฒฝ์์์ ๋ํ ๋์กฐ(contrast) ๊ธ๊ผด ์ปฌ๋ฌ๋ฅผ ์ค์ ํ๋ ์ฌ์ฉ์ ์ ์ ํจ์ | |
@function contrast-text($bgcolor, $amount: 50%) { | |
$text-color: null; | |
// ์ ํจ์ฑ ๊ฒ์ฌ | |
@if type-of($bgcolor) != color { | |
@warn "์ ๋ฌ๋ฐ์ ์ธ์์ ๋ฐ์ดํฐ ํ์ด ์๋ชป๋์์ต๋๋ค. color ํ์ด ํ์ํฉ๋๋ค."; | |
@debug "์ ๋ฌ ๋ฐ์ ์ธ์ $bgcolor ๊ฐ์ #{type-of($bgcolor)} ์ ๋๋ค."; | |
} |
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
# Compass ํ๋ฌ๊ทธ์ธ ์ถ๊ฐ | |
# CSS ํ์ผ ๊ธฐ๋ณธ ์ธ์ฝ๋ฉ(Default Encoding) ์ค์ | |
# Windows์์ ํ๊ธ, ์ผ์ด, ์ค๊ตญ์ด ๋ฑ SCSS ํ์ผ์ CSS๋ก ์ปดํ์ผ ์ ๋ฌธ์ ์ธ์ฝ๋ฉ ์๋ฌ๊ฐ ์๊ธธ ๊ฒฝ์ฐ | |
# ์๋ ์ฝ๋๋ฅผ ์ค์ ํ์ฌ ๊ธฐ๋ณธ ์ธ์ฝ๋ฉ์ UTF-8๋ก ์ค์ ํ๋ฉด ๋ฌธ์ ๊ฐ ํด๊ฒฐ๋จ. | |
Encoding.default_external = "utf-8" | |
# ํ๋ก์ ํธ ๋ด ํด๋ ๊ฒฝ๋ก ์ง์ | |
http_path = "/" | |
css_dir = "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
/*! improveIR.js ยฉ yamoo9.net, 2014 | |
* CSS (on), Img (off) ๋ก์ปฌํธ์คํ , ์น์๋ฒ ํ๊ฒฝ์์๋ง ํ ์คํ ๊ฐ๋ฅ | |
* Windows High Contrast ๋ชจ๋ ํ ์คํ ์ ๋ก์ปฌ ํ๊ฒฝ์์๋ ๊ฐ๋ฅ | |
*/ | |
// ์ฐธ์กฐURL | |
// http://blog.paciellogroup.com/2011/10/detecting-if-images-are-disabled-in-browsers/ | |
// http://blog.paciellogroup.com/2012/08/notes-on-accessible-css-image-sprites/ | |
// http://blog.adrianroselli.com/2012/08/css-background-images-high-contrast-mode.html |
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
/*! toggleFirstLayersVisible.jsx(์ฒซ๋ฒ์งธ ๋ ์ด์ด ๋ณด์/์จ๊น ํ ๊ธ ์คํฌ๋ฆฝํธ), 2013 @ yamoo9.net */ | |
(function(docuemnt){ | |
var firstLayers = docuemnt.layers[0]; | |
firstLayers.visible = !firstLayers.visible; | |
})(activeDocument); |
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
# -------------------------------------------------------------------------- | |
# ์๋์ฐ(Windows) CMD/Powershell + Gow(https://github.com/bmatzelle/gow/wiki) | |
# -------------------------------------------------------------------------- | |
# ๊ธฐ๋ณธ ์ ๋ณด | |
$ whoami ์ฌ์ฉ์ ์ ๋ณด๋ฅผ ๋ณด์ฌ์ค๋๋ค. | |
$ ipconfig IP ์ ๋ณด๋ฅผ ๋ณด์ฌ์ค๋๋ค. | |
$ ver windows ๋ฒ์ ์ ๋ณด์ฌ์ค๋๋ค. | |
# ๋ ์ง/์๊ฐ |
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 'http://rubygems.org' | |
gem 'compass', '~>1.0.0.alpha.13' | |
gem 'breakpoint', '~>2.4.2' | |
gem 'singularitygs', '~>1.2.0.rc.6' | |
gem 'singularity-extras', '~>1.0.0.alpha.3' | |
gem 'toolkit', '~>2.0.0.alpha.7' | |
gem 'susy', :git => 'git://github.com/ericam/susy.git', :tag => 'v1.0.rc.1' |
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
@mixin generate-960gs ( | |
$grid_count: 12 | |
) { | |
@if($grid_count != 12 or $grid_count != 16 or $grid_count != 24) { | |
@warn "960 ๊ทธ๋ฆฌ๋ ์์คํ ์ ํด๋นํ๋ ์ซ์ ๊ฐ์ด ์๋๋๋ค."; | |
@debug "์ ๋ ฅํ์ ์ ๋ฌ์ธ์ $grid_count ๊ฐ์ #{$grid_count}(#{type-of($grid_count)}) ์ ๋๋ค."; | |
} | |
// ======================================= | |
// Grid Options | |
// ======================================= |
OlderNewer