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
| show_welcome: false | |
| use_version: 0.12 | |
| use_specify_gem_path: false | |
| notifications: | |
| - :error | |
| - :warnings | |
| save_notification_to_file: false | |
| services: | |
| - :http | |
| - :livereload |
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
| h1 { /* Your selector */ | |
| font-family:"Some Custom Font", serif; | |
| text-shadow:0 0 1px transparent; | |
| /*或如果您需要用0px hard shadow, | |
| * 就可以使用多重text shadows */ | |
| text-shadow:0 0 0 #f00, 0 0 1px transparent; | |
| } |
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
| - title: 測試活動 | |
| date: "2012-01-05" | |
| - title: uicafe | |
| date: "2012-06-05" | |
| - title: RGBA | |
| date: "2012-07-05" |
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
| <link href="/css/bootstrap.css" rel="stylesheet"> | |
| <style> | |
| body { | |
| padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */ | |
| } | |
| </style> | |
| <link href="/css/bootstrap-responsive.css" rel="stylesheet"> |
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
| Process: Safari [518] | |
| Path: /Applications/Safari.app/Contents/MacOS/Safari | |
| Identifier: com.apple.Safari | |
| Version: 5.1.2 (7534.52.7) | |
| Build Info: WebBrowser-7534052007000000~1 | |
| Code Type: X86 (Native) | |
| Parent Process: launchd [190] | |
| Date/Time: 2011-12-18 04:23:47.242 +0800 | |
| OS Version: Mac OS X 10.7.2 (11C74) |
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
| @import "compass"; | |
| @include global-reset; |
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
| // ** MySQL settings - You can get this info from your web host ** // | |
| $db = parse_url($_ENV["DATABASE_URL"]); | |
| /** The name of the database for WordPress */ | |
| define('DB_NAME', trim($db["path"],'/')); | |
| /** MySQL database username */ | |
| define('DB_USER', $db["user"]); | |
| /** MySQL database password */ |
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
| undefined method `to_tree' for nil:NilClass | |
| /Applications/compass.app/Contents/Resources/ruby/compass_0.11/sass-3.1.4/lib/sass/plugin/staleness_checker.rb:169:in `tree' | |
| /Applications/compass.app/Contents/Resources/ruby/compass_0.11/sass-3.1.4/lib/sass/plugin/staleness_checker.rb:159:in `compute_dependencies' | |
| /Applications/compass.app/Contents/Resources/ruby/compass_0.11/sass-3.1.4/lib/sass/plugin/staleness_checker.rb:142:in `dependencies' | |
| /Applications/compass.app/Contents/Resources/ruby/compass_0.11/sass-3.1.4/lib/sass/plugin/staleness_checker.rb:119:in `dependencies_stale?' | |
| /Applications/compass.app/Contents/Resources/ruby/compass_0.11/sass-3.1.4/lib/sass/plugin/staleness_checker.rb:152:in `dependency_updated?' | |
| org/jruby/RubyEnumerable.java:1356:in `any?' | |
| /Applications/compass.app/Contents/Resources/ruby/compass_0.11/sass-3.1.4/lib/sass/plugin/staleness_checker.rb:119:in `dependencies_stale?' | |
| /Applications/compass.app/Contents/Resources/ruby/compass_0.11/sass-3.1.4/lib/sass/plugin/staleness_checker.rb:152:i |
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
| javascript:if(w=prompt('Search%20compass-style.org:','')){top.location.href='http://google.com/search?q=site%3Acompass-style.org+'+w;} |
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
| set volume 1 | |
| say "Desktop Clear" using "Vicki" | |
| tell application "Camouflage" to launch | |
| delay 1 | |
| say "Battery" using "Vicki" | |
| tell application "Watts" to launch | |
| delay 1 |