From 80255411ee7040e0cebbf6b05d2ce323f6f2596e Mon Sep 17 00:00:00 2001 From: JinweiClarkChao Date: Fri, 22 Aug 2014 17:23:02 +0800 Subject: backup --- Back/GitHub_Jekyll/images/bkg.png | Bin 0 -> 2169 bytes Back/GitHub_Jekyll/images/blacktocat.png | Bin 0 -> 1207 bytes Back/GitHub_Jekyll/images/optipng.exe | Bin 0 -> 98816 bytes Back/GitHub_Jekyll/index.html | 96 ++++++++ Back/GitHub_Jekyll/javascripts/main.js | 1 + Back/GitHub_Jekyll/params.json | 7 + .../posts/2014-03-20-blog-git-pages.html | 49 ++++ Back/GitHub_Jekyll/posts/2014-03-23-Git.html | 47 ++++ Back/GitHub_Jekyll/posts/2014-03-24-Python.html | 80 +++++++ Back/GitHub_Jekyll/posts/2014-04-16-Life.html | 82 +++++++ .../posts/\346\250\241\346\235\277.html" | 39 ++++ Back/GitHub_Jekyll/sitemap.xml | 39 ++++ Back/GitHub_Jekyll/stylesheets/pygment_trac.css | 68 ++++++ Back/GitHub_Jekyll/stylesheets/stylesheet.css | 247 +++++++++++++++++++++ 14 files changed, 755 insertions(+) create mode 100644 Back/GitHub_Jekyll/images/bkg.png create mode 100644 Back/GitHub_Jekyll/images/blacktocat.png create mode 100644 Back/GitHub_Jekyll/images/optipng.exe create mode 100644 Back/GitHub_Jekyll/index.html create mode 100644 Back/GitHub_Jekyll/javascripts/main.js create mode 100644 Back/GitHub_Jekyll/params.json create mode 100644 Back/GitHub_Jekyll/posts/2014-03-20-blog-git-pages.html create mode 100644 Back/GitHub_Jekyll/posts/2014-03-23-Git.html create mode 100644 Back/GitHub_Jekyll/posts/2014-03-24-Python.html create mode 100644 Back/GitHub_Jekyll/posts/2014-04-16-Life.html create mode 100644 "Back/GitHub_Jekyll/posts/\346\250\241\346\235\277.html" create mode 100644 Back/GitHub_Jekyll/sitemap.xml create mode 100644 Back/GitHub_Jekyll/stylesheets/pygment_trac.css create mode 100644 Back/GitHub_Jekyll/stylesheets/stylesheet.css (limited to 'Back/GitHub_Jekyll') diff --git a/Back/GitHub_Jekyll/images/bkg.png b/Back/GitHub_Jekyll/images/bkg.png new file mode 100644 index 0000000..e9e2a88 Binary files /dev/null and b/Back/GitHub_Jekyll/images/bkg.png differ diff --git a/Back/GitHub_Jekyll/images/blacktocat.png b/Back/GitHub_Jekyll/images/blacktocat.png new file mode 100644 index 0000000..0421357 Binary files /dev/null and b/Back/GitHub_Jekyll/images/blacktocat.png differ diff --git a/Back/GitHub_Jekyll/images/optipng.exe b/Back/GitHub_Jekyll/images/optipng.exe new file mode 100644 index 0000000..9b0c9e0 Binary files /dev/null and b/Back/GitHub_Jekyll/images/optipng.exe differ diff --git a/Back/GitHub_Jekyll/index.html b/Back/GitHub_Jekyll/index.html new file mode 100644 index 0000000..b26a205 --- /dev/null +++ b/Back/GitHub_Jekyll/index.html @@ -0,0 +1,96 @@ + + + + + + + + + + + Home + + + + + + +
+
+

Jinweiclarkchao.github.com

+ +

http://jinwei.me

+
+ + + View on GitHub + +
+
+
+ +
+
+

+ + + + Hi,I'm Zhao Jinwei +

+ +

I'm a developer

+
$ cd ~
+$ sudo dd if=/dev/zero of=/dev/sda bs=512 count=1
+
+ +

+ + + + Latest Posts +

+ +

+ 16 Apr 2014 + A To-Do List For Life +
+
+ 29 Mar 2014 + Dehaze之路 +
+
+ 23 Mar 2014 + Git +
+
+ 20 Mar 2014 + Blog With Github Pages +

+

+ + + + Contact me: +

+ +

+ clarkzjw@gmail.com +

+
+
+ + + \ No newline at end of file diff --git a/Back/GitHub_Jekyll/javascripts/main.js b/Back/GitHub_Jekyll/javascripts/main.js new file mode 100644 index 0000000..f310756 --- /dev/null +++ b/Back/GitHub_Jekyll/javascripts/main.js @@ -0,0 +1 @@ +console.log('This would be the main JS file.'); \ No newline at end of file diff --git a/Back/GitHub_Jekyll/params.json b/Back/GitHub_Jekyll/params.json new file mode 100644 index 0000000..45aad70 --- /dev/null +++ b/Back/GitHub_Jekyll/params.json @@ -0,0 +1,7 @@ +{ + "name": "Jinweiclarkchao.github.com", + "tagline": "http://jinwei.me", + "body": "### Welcome to GitHub Pages.\r\nThis automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here using GitHub Flavored Markdown, select a template crafted by a designer, and publish. After your page is generated, you can check out the new branch:\r\n\r\n```\r\n$ cd your_repo_root/repo_name\r\n$ git fetch origin\r\n$ git checkout gh-pages\r\n```\r\n\r\nIf you're using the GitHub for Mac, simply sync your repository and you'll see the new branch.\r\n\r\n### Designer Templates\r\nWe've crafted some handsome templates for you to use. Go ahead and continue to layouts to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved if it remained markdown format.\r\n\r\n### Rather Drive Stick?\r\nIf you prefer to not use the automatic generator, push a branch named `gh-pages` to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.\r\n\r\n### Authors and Contributors\r\nYou can @mention a GitHub username to generate a link to their profile. The resulting `` element will link to the contributor's GitHub Profile. For example: In 2007, Chris Wanstrath (@defunkt), PJ Hyett (@pjhyett), and Tom Preston-Werner (@mojombo) founded GitHub.\r\n\r\n### Support or Contact\r\nHaving trouble with Pages? Check out the documentation at http://help.github.com/pages or contact support@github.com and we’ll help you sort it out.\r\n", + "google": "", + "note": "Don't delete this file! It's used internally to help with page regeneration." +} \ No newline at end of file diff --git a/Back/GitHub_Jekyll/posts/2014-03-20-blog-git-pages.html b/Back/GitHub_Jekyll/posts/2014-03-20-blog-git-pages.html new file mode 100644 index 0000000..788b818 --- /dev/null +++ b/Back/GitHub_Jekyll/posts/2014-03-20-blog-git-pages.html @@ -0,0 +1,49 @@ + + + + + + + + + + + Jinwei.me|Blog With Github Pages + + + +
+ +
+
+
+

+ + + + Blog With Github Pages +

+ +

+ 总算是迁移成功了 +
+ 暂时先写成这样吧。 +
+ //先吐槽一下在Sublime Text里面输入中文总感觉很不协调。 +
+ 话说以前一直用Wordpress实现自己的博客,反反复复折腾了好几次,经历了免费空间的崩溃,后来自己买了域名,用GoDaddy的Web Hosting做了Wordpress。每个月折合人民币45块的费用虽然有点心痛,加上自己写的文章并不是很多,想来想去总感觉有些不值得,但是苦于自己没有更好的解决办法。在这里还是要感谢 + Lin Tianzhi + 学长一语道破天机,让我知道了有Github Pages这么一个神奇的实现。虽然最后没有用Jekyll,但是传统的html语言或许对我来说用着更顺手吧,也挺好的。 +

+
+
+ + + \ No newline at end of file diff --git a/Back/GitHub_Jekyll/posts/2014-03-23-Git.html b/Back/GitHub_Jekyll/posts/2014-03-23-Git.html new file mode 100644 index 0000000..9d554a4 --- /dev/null +++ b/Back/GitHub_Jekyll/posts/2014-03-23-Git.html @@ -0,0 +1,47 @@ + + + + + + + + + + + Jinwei.me|Git + + + +
+
+

Jinwei.me

+

I write programmes

+
+ + + <-Back to Home
+
+
+
+
+

+ + + + Git +

+ +

+ Git的使用果然是不熟练啊。。。为了fix conflicts一不小心就把昨天的文章给删了。。还好没有发生像rm -rf /那样的事故。。。以后还是尽量小心吧,Git的命令特别是merge,rebase这些还得多了解了解,不能仅仅把Git的使用局限在add,commit和push上面。。。 +
+ 既然昨天的文章被删了,我也没有备份,那就随便再扯一点。总算是把何凯明那篇dehaze的论文看完啦,不过感觉现在的理解还是很浅薄,soft matting那一块还是完全不理解,除了这一块matting之外其他的部分感觉还是不难的,只是现在缺少图像编程的基础知识还不知道怎么下手。昨天还看了他在CVPR的slides,确实深入浅出,比看中文的follower们的文章好多了。 +
+ 昨天还无意中再次翻到了交大李武军的文章,《 + 浅谈本科生科研能力培养 + 》。很早之前就读到过,但是那时只是泛泛而读,加上自己完全没有经验,根本读不出什么东西。虽然现在做的事不能算是搞科研,但是至少和之前读的感觉是不一样了。 +

+
+
+ + + \ No newline at end of file diff --git a/Back/GitHub_Jekyll/posts/2014-03-24-Python.html b/Back/GitHub_Jekyll/posts/2014-03-24-Python.html new file mode 100644 index 0000000..0201fed --- /dev/null +++ b/Back/GitHub_Jekyll/posts/2014-03-24-Python.html @@ -0,0 +1,80 @@ + + + + + + + + + + + Jinwei.me|Dehaze之路 + + + +
+
+

Jinwei.me

+

I write programmes

+
+ + + <-Back to Home
+
+
+
+
+

+ + + + Dehaze之路 +

+ +

+ 04-07 +
+ //距离上一次更新似乎过去了好多天啦 +
+ 曾经有一个变量,它很无聊,然后就悄悄的在运行的时候把自己的值给改了。可是我一直以为它是懂事的变量,当我发现它已经变了之后才后悔莫及。 +
+ 以上是一个真实的故事,发生在我Dehaze的这条道路上。到现在我还是不明白为什么那两个变量的值就悄悄的变了呢?在我完全没有改变的情况下。。。看来毕竟还是too young。。。 +
+ 时间真是快的我完全不忍直视。 +
+ 这个星期六就要省赛了,当初信誓旦旦的目标现在早已成为过眼云烟,祝大家好好发挥!争取拿块金奖啊! +
+
+ 03-29 +
+ 以后和Dehaze的那个项目的吐槽都发在这里好了。 +
+ 很多东西只有你亲自去动手实践才会发现有很多之前没有考虑到的细节。比如现在在做的Dehaze的论文,动手写代码之前自认为除了Matting之外其余的部分都已经搞清楚了。可是当自己真的开始动手写了之后才发现原来还有这么多没有想到的错误啊。为什么我求出来的Dark Channel长得这么奇怪啊什么什么的,昨天还和室友说下个星期就能完成除了Matting之外的部分,自己也在琢磨着完成了这一部分之后去把Matting搞掉,还想着再写个Matlab版的,再写个导向滤波的啥的,现在看来连Soft Matting什么时候完成都有些捉急啊。。。 +
+
+ 03-26 +
+ 今天总算是开始写了图像处理的代码了,虽然只是很简单的一段滤波,而且还不知道正确性,好歹也是开始向最后的目标迈进了吧。 +
+ 算一算,已经第六周了呢。数据结构上到第14周结课,也就是说12周左右差不多就要大作业的验收了吧。那岂不是最多只有6个星期不到的时间了?现在看来这个项目还遥遥无期啊,看来是要开始加快一点进度了。如果可能的话争取这个星期完成最小值滤波,然后稍微改进一下效率,现在的光光是第一次的滤波就要1秒多,那以后的Matting一加上去那速度能忍? +
+ 今日链接: +
+ 大冲神 +
+
+ 03-21 +
+ 总算是正式把数据结构大作业的命题确定了吧,何凯明的 + Single Image Haze Removal Using Dark Channel Prior + 。 +
+ 还记得半个多月前Spring发我这篇论文时候的心情。当时他是这样说的,“嘿,去实现一下这个算法吧,一定很酷”。就是这样一句话,将支持我完成这个算法的C语言实现。 +
+ 说来实在惭愧,今天晚上是读大学以来在图书馆最认真的一次了。以前看书啊什么的都没有这么专心,说到底还是之前自习的时候目标不明确,现在这样有了明确的目标,相信一定能够支撑自己完成算法。 +

+
+
+ + + \ No newline at end of file diff --git a/Back/GitHub_Jekyll/posts/2014-04-16-Life.html b/Back/GitHub_Jekyll/posts/2014-04-16-Life.html new file mode 100644 index 0000000..f8e91bd --- /dev/null +++ b/Back/GitHub_Jekyll/posts/2014-04-16-Life.html @@ -0,0 +1,82 @@ + + + + + + + + + + + Jinwei.me|A To-Do List For Life + + + +
+
+

Jinwei.me

+

I write programmes

+
+ + + <-Back to Home
+
+
+
+
+

+ + + + A To-Do List For Life +

+ +

+ 何尝不是这样呢,太多的第一次,人生得意须尽欢 +
+
+ 有一辈子的朋友【2013.6-】 +
+ 录一首歌【2012.8.2】 +
+ 整夜失眠【2013.2】 +
+ 向喜欢过的人表白【2013.2.2】 +
+ 失恋 【2013.7】 +
+ 看流星【2013.8.13】 +
+ 参加一次礼拜【2014.4.6】 +
+ 去一次草原 +
+ 看一次日出 +
+ 看冰川和雪山 +
+ 南京之行 +
+ 看一次天安门广场升旗仪式 +
+ 看一次海 +
+ 听一场交响乐 +
+ 看极光 +
+ 野营 +
+ 结一次婚 +
+ 参加一次葬礼 +
+ 当朋友的伴郎 +
+ 看一次沙漠 +
2014.4.16

+
+
+ + + \ No newline at end of file diff --git "a/Back/GitHub_Jekyll/posts/\346\250\241\346\235\277.html" "b/Back/GitHub_Jekyll/posts/\346\250\241\346\235\277.html" new file mode 100644 index 0000000..dad939b --- /dev/null +++ "b/Back/GitHub_Jekyll/posts/\346\250\241\346\235\277.html" @@ -0,0 +1,39 @@ + + + + + + + + + + + Jinwei.me|"标题" + + + +
+
+

Jinwei.me

+

I write programmes

+
+ + + <-Back to Home
+
+
+
+
+

+ + + + "标题" +

+ +

"具体内容"

+
+
+ + + \ No newline at end of file diff --git a/Back/GitHub_Jekyll/sitemap.xml b/Back/GitHub_Jekyll/sitemap.xml new file mode 100644 index 0000000..9c9d0c7 --- /dev/null +++ b/Back/GitHub_Jekyll/sitemap.xml @@ -0,0 +1,39 @@ + + + + + + http://jinwei.me/ + 2014-03-29T05:54:38+00:00 + daily + 1.00 + + + http://jinwei.me/posts/2014-03-24-Python.html + 2014-03-29T05:54:38+00:00 + daily + 0.80 + + + http://jinwei.me/posts/2014-03-23-Git.html + 2014-03-29T05:54:38+00:00 + daily + 0.80 + + + http://jinwei.me/posts/2014-03-20-blog-git-pages.html + 2014-03-29T05:54:38+00:00 + daily + 0.80 + + + http://jinwei.me/index.html + 2014-03-29T05:54:38+00:00 + daily + 0.64 + + \ No newline at end of file diff --git a/Back/GitHub_Jekyll/stylesheets/pygment_trac.css b/Back/GitHub_Jekyll/stylesheets/pygment_trac.css new file mode 100644 index 0000000..d1df6a2 --- /dev/null +++ b/Back/GitHub_Jekyll/stylesheets/pygment_trac.css @@ -0,0 +1,68 @@ +.highlight .c { color: #999988; font-style: italic } /* Comment */ +.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.highlight .k { font-weight: bold } /* Keyword */ +.highlight .o { font-weight: bold } /* Operator */ +.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */ +.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */ +.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */ +.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */ +.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ +.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */ +.highlight .ge { font-style: italic } /* Generic.Emph */ +.highlight .gr { color: #aa0000 } /* Generic.Error */ +.highlight .gh { color: #999999 } /* Generic.Heading */ +.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ +.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */ +.highlight .go { color: #888888 } /* Generic.Output */ +.highlight .gp { color: #555555 } /* Generic.Prompt */ +.highlight .gs { font-weight: bold } /* Generic.Strong */ +.highlight .gu { color: #800080; font-weight: bold; } /* Generic.Subheading */ +.highlight .gt { color: #aa0000 } /* Generic.Traceback */ +.highlight .kc { font-weight: bold } /* Keyword.Constant */ +.highlight .kd { font-weight: bold } /* Keyword.Declaration */ +.highlight .kn { font-weight: bold } /* Keyword.Namespace */ +.highlight .kp { font-weight: bold } /* Keyword.Pseudo */ +.highlight .kr { font-weight: bold } /* Keyword.Reserved */ +.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */ +.highlight .m { color: #009999 } /* Literal.Number */ +.highlight .s { color: #d14 } /* Literal.String */ +.highlight .na { color: #008080 } /* Name.Attribute */ +.highlight .nb { color: #0086B3 } /* Name.Builtin */ +.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */ +.highlight .no { color: #008080 } /* Name.Constant */ +.highlight .ni { color: #800080 } /* Name.Entity */ +.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */ +.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */ +.highlight .nn { color: #555555 } /* Name.Namespace */ +.highlight .nt { color: #CBDFFF } /* Name.Tag */ +.highlight .nv { color: #008080 } /* Name.Variable */ +.highlight .ow { font-weight: bold } /* Operator.Word */ +.highlight .w { color: #bbbbbb } /* Text.Whitespace */ +.highlight .mf { color: #009999 } /* Literal.Number.Float */ +.highlight .mh { color: #009999 } /* Literal.Number.Hex */ +.highlight .mi { color: #009999 } /* Literal.Number.Integer */ +.highlight .mo { color: #009999 } /* Literal.Number.Oct */ +.highlight .sb { color: #d14 } /* Literal.String.Backtick */ +.highlight .sc { color: #d14 } /* Literal.String.Char */ +.highlight .sd { color: #d14 } /* Literal.String.Doc */ +.highlight .s2 { color: #d14 } /* Literal.String.Double */ +.highlight .se { color: #d14 } /* Literal.String.Escape */ +.highlight .sh { color: #d14 } /* Literal.String.Heredoc */ +.highlight .si { color: #d14 } /* Literal.String.Interpol */ +.highlight .sx { color: #d14 } /* Literal.String.Other */ +.highlight .sr { color: #009926 } /* Literal.String.Regex */ +.highlight .s1 { color: #d14 } /* Literal.String.Single */ +.highlight .ss { color: #990073 } /* Literal.String.Symbol */ +.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */ +.highlight .vc { color: #008080 } /* Name.Variable.Class */ +.highlight .vg { color: #008080 } /* Name.Variable.Global */ +.highlight .vi { color: #008080 } /* Name.Variable.Instance */ +.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */ + +.type-csharp .highlight .k { color: #0000FF } +.type-csharp .highlight .kt { color: #0000FF } +.type-csharp .highlight .nf { color: #000000; font-weight: normal } +.type-csharp .highlight .nc { color: #2B91AF } +.type-csharp .highlight .nn { color: #000000 } +.type-csharp .highlight .s { color: #A31515 } +.type-csharp .highlight .sc { color: #A31515 } diff --git a/Back/GitHub_Jekyll/stylesheets/stylesheet.css b/Back/GitHub_Jekyll/stylesheets/stylesheet.css new file mode 100644 index 0000000..a54a639 --- /dev/null +++ b/Back/GitHub_Jekyll/stylesheets/stylesheet.css @@ -0,0 +1,247 @@ +body { + margin: 0; + padding: 0; + background: #151515 url("../images/bkg.png") 0 0; + color: #eaeaea; + font: 16px; + line-height: 1.5; + font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; +} + +/* General & 'Reset' Stuff */ + +.container { + width: 90%; + max-width: 600px; + margin: 0 auto; +} + +section { + display: block; + margin: 0 0 20px 0; +} + +h1, h2, h3, h4, h5, h6 { + margin: 0 0 20px; +} + +li { + line-height: 1.4 ; +} + +/* Header,
+ header - container + h1 - project name + h2 - project description +*/ + +header { + background: rgba(0, 0, 0, 0.1); + width: 100%; + border-bottom: 1px dashed #b5e853; + padding: 20px 0; + margin: 0 0 40px 0; +} + +header h1 { + font-size: 30px; + line-height: 1.5; + margin: 0 0 0 -40px; + font-weight: bold; + font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; + color: #b5e853; + text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), + 0 0 5px rgba(181, 232, 83, 0.1), + 0 0 10px rgba(181, 232, 83, 0.1); + letter-spacing: -1px; + -webkit-font-smoothing: antialiased; +} + +header h1:before { + content: "./ "; + font-size: 24px; +} + +header h2 { + font-size: 18px; + font-weight: 300; + color: #666; +} + +#downloads .btn { + display: inline-block; + text-align: center; + margin: 0; +} + +/* Main Content +*/ + +#main_content { + width: 100%; + -webkit-font-smoothing: antialiased; +} +section img { + max-width: 100% +} + +h1, h2, h3, h4, h5, h6 { + font-weight: normal; + font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; + color: #b5e853; + letter-spacing: -0.03em; + text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), + 0 0 5px rgba(181, 232, 83, 0.1), + 0 0 10px rgba(181, 232, 83, 0.1); +} + +#main_content h1 { + font-size: 30px; +} + +#main_content h2 { + font-size: 24px; +} + +#main_content h3 { + font-size: 18px; +} + +#main_content h4 { + font-size: 14px; +} + +#main_content h5 { + font-size: 12px; + text-transform: uppercase; + margin: 0 0 5px 0; +} + +#main_content h6 { + font-size: 12px; + text-transform: uppercase; + color: #999; + margin: 0 0 5px 0; +} + +dt { + font-style: italic; + font-weight: bold; +} + +ul li { + list-style: none; +} + +ul li:before { + content: ">>"; + font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; + font-size: 13px; + color: #b5e853; + margin-left: -37px; + margin-right: 21px; + line-height: 16px; +} + +blockquote { + color: #aaa; + padding-left: 10px; + border-left: 1px dotted #666; +} + +pre { + background: rgba(0, 0, 0, 0.9); + border: 1px solid rgba(255, 255, 255, 0.15); + padding: 10px; + font-size: 14px; + color: #b5e853; + border-radius: 2px; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + text-wrap: normal; + overflow: auto; + overflow-y: hidden; +} + +table { + width: 100%; + margin: 0 0 20px 0; +} + +th { + text-align: left; + border-bottom: 1px dashed #b5e853; + padding: 5px 10px; +} + +td { + padding: 5px 10px; +} + +hr { + height: 0; + border: 0; + border-bottom: 1px dashed #b5e853; + color: #b5e853; +} + +/* Buttons +*/ + +.btn { + display: inline-block; + background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.3), rgba(35, 35, 35, 0.3) 50%, rgba(10, 10, 10, 0.3) 50%, rgba(0, 0, 0, 0.3)); + padding: 8px 18px; + border-radius: 50px; + border: 2px solid rgba(0, 0, 0, 0.7); + border-bottom: 2px solid rgba(0, 0, 0, 0.7); + border-top: 2px solid rgba(0, 0, 0, 1); + color: rgba(255, 255, 255, 0.8); + font-family: Helvetica, Arial, sans-serif; + font-weight: bold; + font-size: 13px; + text-decoration: none; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05); +} + +.btn:hover { + background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.6), rgba(35, 35, 35, 0.6) 50%, rgba(10, 10, 10, 0.8) 50%, rgba(0, 0, 0, 0.8)); +} + +.btn .icon { + display: inline-block; + width: 16px; + height: 16px; + margin: 1px 8px 0 0; + float: left; +} + +.btn-github .icon { + opacity: 0.6; + background: url("../images/blacktocat.png") 0 0 no-repeat; +} + +/* Links + a, a:hover, a:visited +*/ + +a { + color: #63c0f5; + text-shadow: 0 0 5px rgba(104, 182, 255, 0.5); +} + +/* Clearfix */ + +.cf:before, .cf:after { + content:""; + display:table; +} + +.cf:after { + clear:both; +} + +.cf { + zoom:1; +} \ No newline at end of file -- cgit v1.2.3