commit 24dfd38eef0ebc4ae82f321e9fde6c053c8c4946
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2016-03-15T16:14:40Z |
| subject | The Github page |
commit 24dfd38eef0ebc4ae82f321e9fde6c053c8c4946
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2016-03-15T16:14:40Z
The Github page
---
botanjs/src/Astro/Penguin/Github.css | 44 ++++++++++++++++++++++++++++++++++++
botanjs/src/Astro/Penguin/Github.js | 8 +++++++
2 files changed, 52 insertions(+)
diff --git a/botanjs/src/Astro/Penguin/Github.css b/botanjs/src/Astro/Penguin/Github.css
new file mode 100644
index 0000000..c025996
--- /dev/null
+++ b/botanjs/src/Astro/Penguin/Github.css
@@ -0,0 +1,44 @@
+html {
+ background-color: #E5E4EE;
+}
+body {
+ font-family: custom-sans;
+ width: 1000px;
+ margin: 0 auto;
+}
+
+.center {
+ text-align: center;
+}
+
+.center > * {
+ display: inline-block;
+}
+
+h1 {
+ font-size: 2.5em;
+}
+h2 {
+ font-size: 2em;
+}
+
+p {
+ margin: 0.5em 1em;
+}
+
+pre {
+ background-color: rgba( 0,0,0,0.1);
+ padding: 0.5em;
+}
+
+.left {
+ text-align: left;
+}
+
+ul {
+ padding: 0.25em 2.5em;
+}
+
+div {
+ padding: 1em;
+}
diff --git a/botanjs/src/Astro/Penguin/Github.js b/botanjs/src/Astro/Penguin/Github.js
new file mode 100644
index 0000000..627a7b6
--- /dev/null
+++ b/botanjs/src/Astro/Penguin/Github.js
@@ -0,0 +1,8 @@
+(function(){
+ var ns = __namespace( "Astro.Penguin.Github" );
+
+ /** @type {Astro.Bootstrap} */
+ var Bootstrap = __import( "Astro.Bootstrap" );
+
+
+})();