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
| 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
| <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
| - 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
| 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
| 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
| // for google plus | |
| table.pls-container, | |
| table tbody tr.gc-reset:nth-child(even) { | |
| background-color: transparent; | |
| } | |
| .gc-reset { | |
| background-color: transparent; | |
| img { | |
| max-width: none; |
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
| module ViewHelpers | |
| def placekitten(size, options={}) | |
| domain = options[:domain] || "http://placekitten.com" | |
| src = "#{domain}/#{size}" | |
| g = options[:g] | |
| if options[:g] | |
| src = "#{domain}/g/#{size}" |
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
| module ViewHelpers | |
| def placekitten(size, options={}) | |
| domain = options[:domain] || "http://placekitten.com" | |
| src = "#{domain}/#{size}?image=#{rand(16)+1}" | |
| g = options[:g] | |
| if options[:g] | |
| src = "#{domain}/g/#{size}?image=#{rand(16)+1}" | |
| end |
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
| #resp_banner_ads.show { | |
| height: 0px; | |
| overflow: hidden; | |
| } |