summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-09-10 23:25:10 +0200
committerfranck cuny <franck@lumberjaph.net>2010-09-10 23:25:10 +0200
commit0afbfaee75e8480e8e0ed0a3bbd3749a4756f727 (patch)
treef9e4d91866060661d53c50c66973fcd20600983f /static
downloadlumberjaph-0afbfaee75e8480e8e0ed0a3bbd3749a4756f727.tar.gz
initial import
Diffstat (limited to 'static')
-rw-r--r--static/css/reset.css98
-rw-r--r--static/css/screen.css197
-rw-r--r--static/css/style.css186
-rw-r--r--static/css/syntax.css60
-rw-r--r--static/imgs/authorsmap.pngbin0 -> 334453 bytes
-rw-r--r--static/imgs/batmoose_1024cut-300x225.pngbin0 -> 64955 bytes
-rw-r--r--static/imgs/cpanhq-dep.pngbin0 -> 51356 bytes
-rw-r--r--static/imgs/draft_cpan_prelimsmall.pngbin0 -> 175159 bytes
-rw-r--r--static/imgs/general.pngbin0 -> 542921 bytes
-rw-r--r--static/imgs/github-europe-preview.pngbin0 -> 863577 bytes
-rw-r--r--static/imgs/github-perl-preview.pngbin0 -> 699931 bytes
-rw-r--r--static/imgs/list_feed.pngbin0 -> 18337 bytes
-rw-r--r--static/imgs/me.jpgbin0 -> 2879 bytes
-rw-r--r--static/imgs/moosedist.pngbin0 -> 354920 bytes
-rw-r--r--static/imgs/routes-300x249.pngbin0 -> 44059 bytes
-rw-r--r--static/imgs/rss.pngbin0 -> 5069 bytes
-rw-r--r--static/imgs/show_entry.pngbin0 -> 99152 bytes
-rw-r--r--static/imgs/zoom.pngbin0 -> 396766 bytes
18 files changed, 541 insertions, 0 deletions
diff --git a/static/css/reset.css b/static/css/reset.css
new file mode 100644
index 0000000..b002e1a
--- /dev/null
+++ b/static/css/reset.css
@@ -0,0 +1,98 @@
+/*
+html5doctor.com Reset Stylesheet
+v1.4
+2009-07-27
+Author: Richard Clark - http://richclarkdesign.com
+*/
+
+html, body, div, span, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+abbr, address, cite, code,
+del, dfn, em, img, ins, kbd, q, samp,
+small, strong, sub, sup, var,
+b, i,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td,
+article, aside, dialog, figure, footer, header,
+hgroup, menu, nav, section, menu,
+time, mark, audio, video {
+ margin:0;
+ padding:0;
+ border:0;
+ outline:0;
+ font-size:100%;
+ vertical-align:baseline;
+ background:transparent;
+}
+body {
+ line-height:1;
+}
+
+article, aside, dialog, figure, footer, header,
+hgroup, nav, section {
+ display:block;
+}
+
+nav ul {
+ list-style:none;
+}
+
+blockquote, q {
+ quotes:none;
+}
+
+blockquote:before, blockquote:after,
+q:before, q:after {
+ content:'';
+ content:none;
+}
+
+a {
+ margin:0;
+ padding:0;
+ border:0;
+ font-size:100%;
+ vertical-align:baseline;
+ background:transparent;
+}
+
+ins {
+ background-color:#ff9;
+ color:#000;
+ text-decoration:none;
+}
+
+mark {
+ background-color:#ff9;
+ color:#000;
+ font-style:italic;
+ font-weight:bold;
+}
+
+del {
+ text-decoration: line-through;
+}
+
+abbr[title], dfn[title] {
+ border-bottom:1px dotted #000;
+ cursor:help;
+}
+
+table {
+ border-collapse:collapse;
+ border-spacing:0;
+}
+
+hr {
+ display:block;
+ height:1px;
+ border:0;
+ border-top:1px solid #cccccc;
+ margin:1em 0;
+ padding:0;
+}
+
+input, select {
+ vertical-align:middle;
+}
diff --git a/static/css/screen.css b/static/css/screen.css
new file mode 100644
index 0000000..aa55e3f
--- /dev/null
+++ b/static/css/screen.css
@@ -0,0 +1,197 @@
+/*****************************************************************************/
+/*
+/* Common
+/*
+/*****************************************************************************/
+
+/* Global Reset */
+
+* {
+ margin: 0;
+ padding: 0;
+}
+
+html, body {
+ height: 100%;
+}
+
+body {
+ background-color: white;
+ font: 13.34px helvetica, arial, clean, sans-serif;
+ *font-size: small;
+ text-align: center;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ font-size: 100%;
+}
+
+h1 {
+ margin-bottom: 1em;
+}
+
+p {
+ margin: 1em 0;
+}
+
+a {
+ color: #00a;
+}
+
+a:hover {
+ color: black;
+}
+
+a:visited {
+ color: #a0a;
+}
+
+table {
+ font-size: inherit;
+ font: 100%;
+}
+
+/*****************************************************************************/
+/*
+/* Home
+/*
+/*****************************************************************************/
+
+ul.posts {
+ list-style-type: none;
+ margin-bottom: 2em;
+}
+
+ ul.posts li {
+ line-height: 1.75em;
+ }
+
+ ul.posts span {
+ color: #aaa;
+ font-family: Monaco, "Courier New", monospace;
+ font-size: 80%;
+ }
+
+/*****************************************************************************/
+/*
+/* Site
+/*
+/*****************************************************************************/
+
+.site {
+ font-size: 110%;
+ text-align: justify;
+ width: 50em;
+ margin: 3em auto 2em auto;
+ line-height: 1.5em;
+}
+
+.title {
+ color: #a00;
+ font-weight: bold;
+ margin-bottom: 2em;
+}
+
+ .site .title a {
+ color: #a00;
+ text-decoration: none;
+ }
+
+ .site .title a:hover {
+ color: black;
+ }
+
+ .site .title a.extra {
+ color: #aaa;
+ text-decoration: none;
+ margin-left: 1em;
+ }
+
+ .site .title a.extra:hover {
+ color: black;
+ }
+
+ .site .meta {
+ color: #aaa;
+ }
+
+ .site .footer {
+ font-size: 80%;
+ color: #666;
+ border-top: 4px solid #eee;
+ margin-top: 2em;
+ overflow: hidden;
+ }
+
+ .site .footer .contact {
+ float: left;
+ margin-right: 3em;
+ }
+
+ .site .footer .contact a {
+ color: #8085C1;
+ }
+
+ .site .footer .rss {
+ margin-top: 1.1em;
+ margin-right: -.2em;
+ float: right;
+ }
+
+ .site .footer .rss img {
+ border: 0;
+ }
+
+/*****************************************************************************/
+/*
+/* Posts
+/*
+/*****************************************************************************/
+
+#post {
+
+}
+
+ /* standard */
+
+ #post pre {
+ border: 1px solid #ddd;
+ background-color: #eef;
+ padding: 0 .4em;
+ }
+
+ #post ul,
+ #post ol {
+ margin-left: 1.25em;
+ }
+
+ #post code {
+ border: 1px solid #ddd;
+ background-color: #eef;
+ font-size: 95%;
+ padding: 0 .2em;
+ }
+
+ #post pre code {
+ border: none;
+ }
+
+ /* terminal */
+
+ #post pre.terminal {
+ border: 1px solid black;
+ background-color: #333;
+ color: white;
+ }
+
+ #post pre.terminal code {
+ background-color: #333;
+ }
+
+#related {
+ margin-top: 2em;
+}
+
+ #related h2 {
+ margin-bottom: 1em;
+ } \ No newline at end of file
diff --git a/static/css/style.css b/static/css/style.css
new file mode 100644
index 0000000..03d2041
--- /dev/null
+++ b/static/css/style.css
@@ -0,0 +1,186 @@
+@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold);
+@import url(http://fonts.googleapis.com/css?family=Droid+Serif:regular);
+
+body {
+ font-family: 'Droid Sans',Verdana, sans-serif;
+ font-size: 1em;
+ line-height: 16pt;
+ background: #EEEEEE;
+}
+
+a, a:visited {
+ color: #666666;
+}
+
+a:hover {
+ color: #999999,
+}
+
+h1 {
+ font-size: 24pt;
+}
+
+h2 {
+ font-size: 20pt;
+ padding-top: 12px;
+ padding-bottom: 12px;
+}
+
+h3 {
+ font-size: 14pt;
+ margin-top: 10px;
+}
+
+h1 a, h1 a:visited {
+ color: #C33C33;
+}
+
+ul {
+ list-style: disc;
+}
+
+li {
+ margin-left: 2em;
+}
+
+li#title {
+ color: red;
+ font-weight: bold;
+}
+li.sep {
+ color: white;
+}
+li.section {
+ font-weight: bold;
+}
+
+p, h1, h2, h3, ul {
+ margin-bottom: 0.5em;
+}
+
+section {
+ margin-top: 2em;
+}
+
+section h1 {
+ font-size: 20pt;
+ color: #C33C33;
+ margin-bottom: 8px;
+}
+
+section small {
+ font-size: 10pt;
+ color: gray;
+}
+
+section div.highlight {
+ padding: 10px 0px 20px 25px;
+}
+
+#container {
+ margin-top: 10px;
+ margin-bottom: 10px;
+ margin-left: auto;
+ margin-right: auto;
+ width: 960px;
+ background: #FFFFFF;
+ padding: 20px;
+}
+
+header {
+ margin: -20px -20px 20px -20px;
+ padding: 5px;
+ background: #000000;
+}
+
+header h1 {
+ color: #C33C33;
+ font-size: 28pt;
+}
+
+header h1 a {
+ text-decoration: none;
+}
+
+header #nav {
+ display: inline;
+ list-style-type: none;
+ list-style: none;
+}
+
+header #nav li {
+ display: inline;
+ margin-left: 0;
+ margin-right: 10px;
+}
+
+header #nav li a {
+ padding-top: 0px;
+ color: #FFFFFF;
+ text-decoration: none;
+}
+
+header #nav li a:hover {
+ color: #CCCCCC;
+}
+
+footer {
+ margin: 0 -20px -20px -20px;
+ padding: 10px;
+ background: #000000;
+}
+
+footer p {
+ color: #FFFFFF;
+}
+
+footer p img {
+ margin-bottom: -5px;
+}
+
+div.highlight {
+ background-color: #333333;
+ border: 5px solid #CCCCCC;
+ margin: 20px;
+ overflow: auto;
+ padding: 5px;
+}
+
+.clear {
+ clear: both;
+}
+
+.right {
+ float: right;
+}
+
+img {
+ margin-top: 10px;
+ margin-bottom: 10px;
+ display: block;
+ border: 1px solid black;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+.entry:after {
+ content: '\002701';
+ font-size: 18pt;
+ text-align: center;
+ clear:both;
+ display: block;
+ margin: 5ex 0;
+}
+
+/*code {*/
+ /*margin-top: 15px;*/
+ /*margin-bottom: 15px;*/
+ /*font-size: 0.9em;*/
+ /*font-weight: bold;*/
+ /*display: block; */
+ /*padding-top: 10px; */
+ /*padding-left: 10px; */
+ /*padding-bottom: 10px; */
+ /*background-color: #000000; */
+ /*color: #ffffff*/
+/*}*/
diff --git a/static/css/syntax.css b/static/css/syntax.css
new file mode 100644
index 0000000..2774b76
--- /dev/null
+++ b/static/css/syntax.css
@@ -0,0 +1,60 @@
+.highlight { background: #ffffff; }
+.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: #aaaaaa } /* Generic.Subheading */
+.highlight .gt { color: #aa0000 } /* Generic.Traceback */
+.highlight .kc { font-weight: bold } /* Keyword.Constant */
+.highlight .kd { font-weight: bold } /* Keyword.Declaration */
+.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: #000080 } /* 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 */
diff --git a/static/imgs/authorsmap.png b/static/imgs/authorsmap.png
new file mode 100644
index 0000000..7f4e740
--- /dev/null
+++ b/static/imgs/authorsmap.png
Binary files differ
diff --git a/static/imgs/batmoose_1024cut-300x225.png b/static/imgs/batmoose_1024cut-300x225.png
new file mode 100644
index 0000000..9a770e6
--- /dev/null
+++ b/static/imgs/batmoose_1024cut-300x225.png
Binary files differ
diff --git a/static/imgs/cpanhq-dep.png b/static/imgs/cpanhq-dep.png
new file mode 100644
index 0000000..f0d264c
--- /dev/null
+++ b/static/imgs/cpanhq-dep.png
Binary files differ
diff --git a/static/imgs/draft_cpan_prelimsmall.png b/static/imgs/draft_cpan_prelimsmall.png
new file mode 100644
index 0000000..431b863
--- /dev/null
+++ b/static/imgs/draft_cpan_prelimsmall.png
Binary files differ
diff --git a/static/imgs/general.png b/static/imgs/general.png
new file mode 100644
index 0000000..578edfb
--- /dev/null
+++ b/static/imgs/general.png
Binary files differ
diff --git a/static/imgs/github-europe-preview.png b/static/imgs/github-europe-preview.png
new file mode 100644
index 0000000..c14690a
--- /dev/null
+++ b/static/imgs/github-europe-preview.png
Binary files differ
diff --git a/static/imgs/github-perl-preview.png b/static/imgs/github-perl-preview.png
new file mode 100644
index 0000000..45f0806
--- /dev/null
+++ b/static/imgs/github-perl-preview.png
Binary files differ
diff --git a/static/imgs/list_feed.png b/static/imgs/list_feed.png
new file mode 100644
index 0000000..8ecf200
--- /dev/null
+++ b/static/imgs/list_feed.png
Binary files differ
diff --git a/static/imgs/me.jpg b/static/imgs/me.jpg
new file mode 100644
index 0000000..bce6603
--- /dev/null
+++ b/static/imgs/me.jpg
Binary files differ
diff --git a/static/imgs/moosedist.png b/static/imgs/moosedist.png
new file mode 100644
index 0000000..9e36bf2
--- /dev/null
+++ b/static/imgs/moosedist.png
Binary files differ
diff --git a/static/imgs/routes-300x249.png b/static/imgs/routes-300x249.png
new file mode 100644
index 0000000..f2b9ec2
--- /dev/null
+++ b/static/imgs/routes-300x249.png
Binary files differ
diff --git a/static/imgs/rss.png b/static/imgs/rss.png
new file mode 100644
index 0000000..d6ecb16
--- /dev/null
+++ b/static/imgs/rss.png
Binary files differ
diff --git a/static/imgs/show_entry.png b/static/imgs/show_entry.png
new file mode 100644
index 0000000..bf23be5
--- /dev/null
+++ b/static/imgs/show_entry.png
Binary files differ
diff --git a/static/imgs/zoom.png b/static/imgs/zoom.png
new file mode 100644
index 0000000..e9300f4
--- /dev/null
+++ b/static/imgs/zoom.png
Binary files differ