diff --git "a/2015/07/03/Gary-\351\200\211\351\241\271\345\215\241-20150706/config.rb" "b/2015/07/03/Gary-\351\200\211\351\241\271\345\215\241-20150706/config.rb"
new file mode 100644
index 0000000..826a372
--- /dev/null
+++ "b/2015/07/03/Gary-\351\200\211\351\241\271\345\215\241-20150706/config.rb"
@@ -0,0 +1,25 @@
+require 'compass/import-once/activate'
+# Require any additional compass plugins here.
+
+# Set this to the root of your project when deployed:
+http_path = "/"
+css_dir = "css"
+sass_dir = "sass"
+images_dir = "images"
+javascripts_dir = "js"
+
+# You can select your preferred output style here (can be overridden via the command line):
+# output_style = :expanded or :nested or :compact or :compressed
+
+# To enable relative paths to assets via compass helper functions. Uncomment:
+# relative_assets = true
+
+# To disable debugging comments that display the original location of your selectors. Uncomment:
+# line_comments = false
+
+
+# If you prefer the indented syntax, you might want to regenerate this
+# project again passing --syntax sass, or you can uncomment this:
+# preferred_syntax = :sass
+# and then run:
+# sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass
diff --git "a/2015/07/03/Gary-\351\200\211\351\241\271\345\215\241-20150706/css/main.css" "b/2015/07/03/Gary-\351\200\211\351\241\271\345\215\241-20150706/css/main.css"
new file mode 100644
index 0000000..81d2381
--- /dev/null
+++ "b/2015/07/03/Gary-\351\200\211\351\241\271\345\215\241-20150706/css/main.css"
@@ -0,0 +1,156 @@
+/* line 25, ../sass/main.scss */
+html, body {
+ color: #5b5b5b;
+ font: 14px/1.8 "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
+}
+
+/* line 30, ../sass/main.scss */
+p {
+ margin: 0.5em 1em;
+}
+
+/* line 34, ../sass/main.scss */
+html, body, ul, ol {
+ margin: 0px;
+ padding: 0px;
+}
+
+/* line 39, ../sass/main.scss */
+a {
+ text-decoration: none;
+}
+
+/* line 43, ../sass/main.scss */
+ul {
+ list-style: none;
+}
+
+/* line 47, ../sass/main.scss */
+.content-list {
+ margin: 10px;
+}
+
+/* line 53, ../sass/main.scss */
+.tab-wrapper {
+ width: 420px;
+ height: auto;
+ margin: 40px auto;
+ /*@include MQ(L) {
+ margin: 1em;
+ width: auto;
+ }*/
+}
+@media only screen and (max-width: 479px) {
+ /* line 53, ../sass/main.scss */
+ .tab-wrapper {
+ position: relative;
+ margin: 1em 0;
+ width: auto;
+ }
+}
+@media only screen and (min-width: 480px) and (max-width: 719px) {
+ /* line 53, ../sass/main.scss */
+ .tab-wrapper {
+ position: relative;
+ margin: 1em 0;
+ width: auto;
+ }
+}
+/* line 72, ../sass/main.scss */
+.tab-wrapper > ul {
+ overflow: hidden;
+ *zoom: 1;
+ background: #f2f2f2;
+ padding: 6px 10px 0;
+}
+/* line 76, ../sass/main.scss */
+.tab-wrapper > ul li {
+ cursor: pointer;
+ background: #f2f2f2;
+ float: left;
+ padding: 0px 10px;
+ -moz-border-radius: 3px 3px 0 0;
+ -webkit-border-radius: 3px;
+ border-radius: 3px 3px 0 0;
+ -moz-transition: all 0.2s ease;
+ -o-transition: all 0.2s ease;
+ -webkit-transition: all 0.2s ease;
+ transition: all 0.2s ease;
+}
+/* line 83, ../sass/main.scss */
+.tab-wrapper > ul li:hover {
+ background: #eaeaea;
+}
+/* line 86, ../sass/main.scss */
+.tab-wrapper > ul li.on, .tab-wrapper > ul li.hover {
+ background: #ffffff;
+ color: #f60;
+}
+/* line 93, ../sass/main.scss */
+.tab-wrapper .mobile-wrapper {
+ border: 1px #f2f2f2 solid;
+ border-top: 0;
+}
+@media only screen and (max-width: 479px) {
+ /* line 93, ../sass/main.scss */
+ .tab-wrapper .mobile-wrapper {
+ position: relative;
+ width: auto;
+ height: 220px;
+ overflow: hidden;
+ }
+}
+@media only screen and (min-width: 480px) and (max-width: 719px) {
+ /* line 93, ../sass/main.scss */
+ .tab-wrapper .mobile-wrapper {
+ width: auto;
+ position: relative;
+ height: 300px;
+ overflow: hidden;
+ }
+}
+/* line 110, ../sass/main.scss */
+.tab-wrapper .tab-wrapper__content {
+ overflow: hidden;
+}
+@media only screen and (max-width: 479px) {
+ /* line 110, ../sass/main.scss */
+ .tab-wrapper .tab-wrapper__content {
+ position: absolute;
+ overflow: hidden;
+ *zoom: 1;
+ width: 300%;
+ }
+}
+@media only screen and (min-width: 480px) and (max-width: 719px) {
+ /* line 110, ../sass/main.scss */
+ .tab-wrapper .tab-wrapper__content {
+ overflow: hidden;
+ *zoom: 1;
+ position: absolute;
+ width: 300%;
+ }
+}
+/* line 123, ../sass/main.scss */
+.tab-wrapper .tab-wrapper__content > div {
+ background: #ffffff;
+ display: none;
+}
+@media only screen and (max-width: 479px) {
+ /* line 123, ../sass/main.scss */
+ .tab-wrapper .tab-wrapper__content > div {
+ float: left;
+ display: block;
+ }
+}
+@media only screen and (min-width: 480px) and (max-width: 719px) {
+ /* line 123, ../sass/main.scss */
+ .tab-wrapper .tab-wrapper__content > div {
+ display: block;
+ float: left;
+ }
+}
+/* line 134, ../sass/main.scss */
+.tab-wrapper .tab-wrapper__content > div.active, .tab-wrapper .tab-wrapper__content > div.current {
+ display: block;
+}
diff --git "a/2015/07/03/Gary-\351\200\211\351\241\271\345\215\241-20150706/index.html" "b/2015/07/03/Gary-\351\200\211\351\241\271\345\215\241-20150706/index.html"
new file mode 100644
index 0000000..fbb6a38
--- /dev/null
+++ "b/2015/07/03/Gary-\351\200\211\351\241\271\345\215\241-20150706/index.html"
@@ -0,0 +1,105 @@
+
+
+
+
+ Tab标签
+
+
+
+
+
+
+
+
+
+
+ - 媒体:上半年,习近平都在做什么?
+ - 媒体:李克强“旋风式”访欧带回了什么
+ - 沪指逾涨近3% 尾市反攻3800 银行股暴涨
+ - 创业板暴跌近7%巨震14% 重创半年线
+ - 媒体曝光体育总局副局长肖天之子的多重身份
+ - 国家信访局原副局长许杰被控收钱改信访数据
+ - 江西萍乡调查2年后回应“王林非法行医”
+ - 歼-20背部现两个“开口” 入列空军获新进展
+
+
+
+
+ - 中国游客在土耳其反华游行中被砍伤 解读
+ - 湖南现民间“股神”:一只股票持19年获利
+ - 希拉里声称:中国试图侵入美国一切不会动
+ - 香港前保安局长回应“驻港部队军演旨在震
+ - 沪指逾涨近3% 尾市反攻3800 银行股暴涨
+ - 创业板暴跌近7%巨震14% 重创半年线
+ - 媒体曝光体育总局副局长肖天之子的多重身份
+ - 国家信访局原副局长许杰被控收钱改信访数据
+
+
+
+
+ - 国家信访局原副局长许杰被控收钱改信访数据
+ - 湖南现民间“股神”:一只股票持19年获利
+ - 沪指逾涨近3% 尾市反攻3800 银行股暴涨
+ - 创业板暴跌近7%巨震14% 重创半年线
+ - 媒体曝光体育总局副局长肖天之子的多重身份
+ - 国家信访局原副局长许杰被控收钱改信访数据
+ - 希拉里声称:中国试图侵入美国一切不会动
+ - 香港前保安局长回应“驻港部队军演旨在震
+
+
+
+
+
+ - 创业板暴跌近7%巨震14% 重创半年线
+ - 媒体曝光体育总局副局长肖天之子的多重身份
+ - 国家信访局原副局长许杰被控收钱改信访数据
+ - 江西萍乡调查2年后回应“王林非法行医”
+ - 媒体:上半年,习近平都在做什么?
+ - 媒体:李克强“旋风式”访欧带回了什么
+ - 沪指逾涨近3% 尾市反攻3800 银行股暴涨
+ - 歼-20背部现两个“开口” 入列空军获新进展
+
+
+
+
+
+
+
+ - Google
+ - Facebook
+ - Twitter
+ - Tumblr
+
+
+
+
+
Greece Risks Paying a High Price for
+
Goals Galore as U.S. Defeats Japan for Third
+
Wambach Soars Despite a Lesser Role
+
Francis, Hailed as ‘Pope of the People,
+
+
+
New Effort Against Teenage Pregnancies Registers Success
+
+
+
Goals Galore as U.S. Defeats Japan for Third
+
Wambach Soars Despite a Lesser Role
+
Francis, Hailed as ‘Pope of the People,
+
+
+
The Grateful Dead Close Out Their Final Concert
+
Misty Copeland to Join Cast of ‘On the Town’
+
White Supremacists Extend Their Reach Through Web
+
+
+
+
+
+
+
+