diff options
Diffstat (limited to '')
| -rw-r--r-- | static/css/project.css | 2 | ||||
| -rw-r--r-- | static/css/style.css | 104 | ||||
| -rw-r--r-- | static/imgs/authorsmap.png | bin | 334453 -> 0 bytes | |||
| -rw-r--r-- | static/imgs/back.png | bin | 726899 -> 0 bytes | |||
| -rw-r--r-- | static/imgs/batmoose_1024cut-300x225.png | bin | 64955 -> 0 bytes | |||
| -rw-r--r-- | static/imgs/chart.png | bin | 20160 -> 0 bytes | |||
| -rw-r--r-- | static/imgs/cpanhq-dep.png | bin | 51356 -> 0 bytes | |||
| -rw-r--r-- | static/imgs/draft_cpan_prelimsmall.png | bin | 175159 -> 0 bytes | |||
| -rw-r--r-- | static/imgs/general.png | bin | 542921 -> 0 bytes | |||
| -rw-r--r-- | static/imgs/github-europe-preview.png | bin | 863577 -> 0 bytes | |||
| -rw-r--r-- | static/imgs/github-perl-preview.png | bin | 699931 -> 0 bytes | |||
| -rw-r--r-- | static/imgs/github-poster-v2.png | bin | 154016 -> 0 bytes | |||
| -rw-r--r-- | static/imgs/jitterbug.png | bin | 73917 -> 0 bytes | |||
| -rw-r--r-- | static/imgs/list_feed.png | bin | 18337 -> 0 bytes | |||
| -rw-r--r-- | static/imgs/logo.png | bin | 5995 -> 0 bytes | |||
| -rw-r--r-- | static/imgs/moosedist.png | bin | 354920 -> 0 bytes | |||
| -rw-r--r-- | static/imgs/nrepl-it-works.png | bin | 227767 -> 0 bytes | |||
| -rwxr-xr-x | static/imgs/plack_chrome.png | bin | 87482 -> 0 bytes | |||
| -rw-r--r-- | static/imgs/remote-nrepl.png | bin | 44750 -> 0 bytes | |||
| -rw-r--r-- | static/imgs/routes-300x249.png | bin | 44059 -> 0 bytes | |||
| -rw-r--r-- | static/imgs/rss.png | bin | 5069 -> 0 bytes | |||
| -rw-r--r-- | static/imgs/show_entry.png | bin | 99152 -> 0 bytes | |||
| -rw-r--r-- | static/imgs/stargit.png | bin | 233422 -> 0 bytes | |||
| -rw-r--r-- | static/imgs/test-remote-nrepl.png | bin | 41576 -> 0 bytes | |||
| -rw-r--r-- | static/imgs/zoom.png | bin | 396766 -> 0 bytes |
25 files changed, 46 insertions, 60 deletions
diff --git a/static/css/project.css b/static/css/project.css index 5ea9656..b456063 100644 --- a/static/css/project.css +++ b/static/css/project.css @@ -3,7 +3,7 @@ body { background-color: #bfbfbf; color: #222; - line-height: 1.4em; + line-height: 1.4em; font-family: 'Droid Sans',Verdana, sans-serif; text-align: center; font-size: 13px; diff --git a/static/css/style.css b/static/css/style.css index a637583..ba69070 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,57 +1,42 @@ -* { - font-family: 'verdana', 'helvetica', 'arial', 'sans-serif'; +html { + font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif; } body { - padding: 1.5em 0; + font-size: 16px; } -div#container { - width: 900px; - margin: 0 auto; -} - -h1 { - margin: 1.5em 0 1.5em 0; -} - -h1 a { - text-decoration: none; -} - -blockquote { - background-color: #eee; - margin: 1em; - padding: 0.3em 1em; -} - -#entry, #wrapper { - font-size: 13pt; -} - -#entry img { - margin-right: 1em; - margin-bottom: 1em; +#container { + width: 800px; + margin: 0 auto; + text-align: justify; + line-height: 1.5em; } -#entry img.right { - float: right; - margin-left: 1em; +#container img { + width: 100%; } -#entry, #entries, #wrapper, #resume { - width: 90%; - text-align: justify; - line-height: 1.5em; +h1, h2 { + font-size: 20px; + border-bottom: 1px solid #eee; + margin-bottom: 16px; + margin-top: 20px; + padding-bottom: 6px; } -#entries li { - margin: 0.5em; +h1, h2 a { + text-decoration: none; } -.footnotes { - font-size: 88%; - border-top: 1px solid grey; +blockquote { + box-sizing: border-box; + display: block; + padding-bottom: 16px; + padding-left: 16px; + padding-right: 16px; + padding-top: 16px; + background-color: #f7f7f7; } ul.spaced li { @@ -59,8 +44,14 @@ ul.spaced li { } #footer p { + width: 800px; + margin: 0 auto; margin-top: 2em; - text-align: justify; + text-align: center; + border-top: 1px solid #eee; + margin-top: 40px; + padding-top: 40px; + padding-bottom: 40px; } #footer img { @@ -74,12 +65,11 @@ img.portrait { a { text-decoration: none; - color: #31674b; + color: #4078c0; } a:hover { text-decoration: underline; - color: #11472b; } a img { border: 0; } @@ -89,7 +79,7 @@ a.older, a.newer { } pre { - font-family: Menlo, monospace; + font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; -webkit-font-smoothing: subpixel-antialiased; font-smoothing: subpixel-antialiased; background: #eee; @@ -106,18 +96,17 @@ pre { code { background: #eee; - font-family: Menlo, monospace; - font-size: 14px; -} - -.timestamp { - text-align: right; - color: grey; + font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; + font-size: 85%; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; + box-sizing: border-box; + padding-top: 0.2em; + padding-bottom: 0.2em; } -#resume h3 { margin-left: -1em; } -#resume dt { font-style: italic; } - @media only screen and (max-width: 960px) { body { font-size: 0.8em; @@ -125,12 +114,9 @@ code { div#container { width: 90%; } - #entry, #entries, #wrapper, #resume { + #entry { width: 90%; margin-left: 0.2em; text-align: justify; } - h1 { - margin-left: 0em; - } } diff --git a/static/imgs/authorsmap.png b/static/imgs/authorsmap.png Binary files differdeleted file mode 100644 index 7f4e740..0000000 --- a/static/imgs/authorsmap.png +++ /dev/null diff --git a/static/imgs/back.png b/static/imgs/back.png Binary files differdeleted file mode 100644 index 6abc3eb..0000000 --- a/static/imgs/back.png +++ /dev/null diff --git a/static/imgs/batmoose_1024cut-300x225.png b/static/imgs/batmoose_1024cut-300x225.png Binary files differdeleted file mode 100644 index 9a770e6..0000000 --- a/static/imgs/batmoose_1024cut-300x225.png +++ /dev/null diff --git a/static/imgs/chart.png b/static/imgs/chart.png Binary files differdeleted file mode 100644 index ba116c8..0000000 --- a/static/imgs/chart.png +++ /dev/null diff --git a/static/imgs/cpanhq-dep.png b/static/imgs/cpanhq-dep.png Binary files differdeleted file mode 100644 index f0d264c..0000000 --- a/static/imgs/cpanhq-dep.png +++ /dev/null diff --git a/static/imgs/draft_cpan_prelimsmall.png b/static/imgs/draft_cpan_prelimsmall.png Binary files differdeleted file mode 100644 index 431b863..0000000 --- a/static/imgs/draft_cpan_prelimsmall.png +++ /dev/null diff --git a/static/imgs/general.png b/static/imgs/general.png Binary files differdeleted file mode 100644 index 578edfb..0000000 --- a/static/imgs/general.png +++ /dev/null diff --git a/static/imgs/github-europe-preview.png b/static/imgs/github-europe-preview.png Binary files differdeleted file mode 100644 index c14690a..0000000 --- a/static/imgs/github-europe-preview.png +++ /dev/null diff --git a/static/imgs/github-perl-preview.png b/static/imgs/github-perl-preview.png Binary files differdeleted file mode 100644 index 45f0806..0000000 --- a/static/imgs/github-perl-preview.png +++ /dev/null diff --git a/static/imgs/github-poster-v2.png b/static/imgs/github-poster-v2.png Binary files differdeleted file mode 100644 index b3edde7..0000000 --- a/static/imgs/github-poster-v2.png +++ /dev/null diff --git a/static/imgs/jitterbug.png b/static/imgs/jitterbug.png Binary files differdeleted file mode 100644 index 123afbc..0000000 --- a/static/imgs/jitterbug.png +++ /dev/null diff --git a/static/imgs/list_feed.png b/static/imgs/list_feed.png Binary files differdeleted file mode 100644 index 8ecf200..0000000 --- a/static/imgs/list_feed.png +++ /dev/null diff --git a/static/imgs/logo.png b/static/imgs/logo.png Binary files differdeleted file mode 100644 index d77aee6..0000000 --- a/static/imgs/logo.png +++ /dev/null diff --git a/static/imgs/moosedist.png b/static/imgs/moosedist.png Binary files differdeleted file mode 100644 index 9e36bf2..0000000 --- a/static/imgs/moosedist.png +++ /dev/null diff --git a/static/imgs/nrepl-it-works.png b/static/imgs/nrepl-it-works.png Binary files differdeleted file mode 100644 index 783054d..0000000 --- a/static/imgs/nrepl-it-works.png +++ /dev/null diff --git a/static/imgs/plack_chrome.png b/static/imgs/plack_chrome.png Binary files differdeleted file mode 100755 index df26638..0000000 --- a/static/imgs/plack_chrome.png +++ /dev/null diff --git a/static/imgs/remote-nrepl.png b/static/imgs/remote-nrepl.png Binary files differdeleted file mode 100644 index b600818..0000000 --- a/static/imgs/remote-nrepl.png +++ /dev/null diff --git a/static/imgs/routes-300x249.png b/static/imgs/routes-300x249.png Binary files differdeleted file mode 100644 index f2b9ec2..0000000 --- a/static/imgs/routes-300x249.png +++ /dev/null diff --git a/static/imgs/rss.png b/static/imgs/rss.png Binary files differdeleted file mode 100644 index d6ecb16..0000000 --- a/static/imgs/rss.png +++ /dev/null diff --git a/static/imgs/show_entry.png b/static/imgs/show_entry.png Binary files differdeleted file mode 100644 index bf23be5..0000000 --- a/static/imgs/show_entry.png +++ /dev/null diff --git a/static/imgs/stargit.png b/static/imgs/stargit.png Binary files differdeleted file mode 100644 index 9f75f81..0000000 --- a/static/imgs/stargit.png +++ /dev/null diff --git a/static/imgs/test-remote-nrepl.png b/static/imgs/test-remote-nrepl.png Binary files differdeleted file mode 100644 index 7d7dfef..0000000 --- a/static/imgs/test-remote-nrepl.png +++ /dev/null diff --git a/static/imgs/zoom.png b/static/imgs/zoom.png Binary files differdeleted file mode 100644 index e9300f4..0000000 --- a/static/imgs/zoom.png +++ /dev/null |
