From de3f36ee187677957d5d89d56bf129790cc6926a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 16 Jul 2015 18:02:13 -0700 Subject: some cleanup. Upadte the CSS, remove some files, etc. --- static/css/project.css | 2 +- static/css/style.css | 104 +++++++++++++------------------ static/imgs/authorsmap.png | Bin 334453 -> 0 bytes static/imgs/back.png | Bin 726899 -> 0 bytes static/imgs/batmoose_1024cut-300x225.png | Bin 64955 -> 0 bytes static/imgs/chart.png | Bin 20160 -> 0 bytes static/imgs/cpanhq-dep.png | Bin 51356 -> 0 bytes static/imgs/draft_cpan_prelimsmall.png | Bin 175159 -> 0 bytes static/imgs/general.png | Bin 542921 -> 0 bytes static/imgs/github-europe-preview.png | Bin 863577 -> 0 bytes static/imgs/github-perl-preview.png | Bin 699931 -> 0 bytes static/imgs/github-poster-v2.png | Bin 154016 -> 0 bytes static/imgs/jitterbug.png | Bin 73917 -> 0 bytes static/imgs/list_feed.png | Bin 18337 -> 0 bytes static/imgs/logo.png | Bin 5995 -> 0 bytes static/imgs/moosedist.png | Bin 354920 -> 0 bytes static/imgs/nrepl-it-works.png | Bin 227767 -> 0 bytes static/imgs/plack_chrome.png | Bin 87482 -> 0 bytes static/imgs/remote-nrepl.png | Bin 44750 -> 0 bytes static/imgs/routes-300x249.png | Bin 44059 -> 0 bytes static/imgs/rss.png | Bin 5069 -> 0 bytes static/imgs/show_entry.png | Bin 99152 -> 0 bytes static/imgs/stargit.png | Bin 233422 -> 0 bytes static/imgs/test-remote-nrepl.png | Bin 41576 -> 0 bytes static/imgs/zoom.png | Bin 396766 -> 0 bytes 25 files changed, 46 insertions(+), 60 deletions(-) delete mode 100644 static/imgs/authorsmap.png delete mode 100644 static/imgs/back.png delete mode 100644 static/imgs/batmoose_1024cut-300x225.png delete mode 100644 static/imgs/chart.png delete mode 100644 static/imgs/cpanhq-dep.png delete mode 100644 static/imgs/draft_cpan_prelimsmall.png delete mode 100644 static/imgs/general.png delete mode 100644 static/imgs/github-europe-preview.png delete mode 100644 static/imgs/github-perl-preview.png delete mode 100644 static/imgs/github-poster-v2.png delete mode 100644 static/imgs/jitterbug.png delete mode 100644 static/imgs/list_feed.png delete mode 100644 static/imgs/logo.png delete mode 100644 static/imgs/moosedist.png delete mode 100644 static/imgs/nrepl-it-works.png delete mode 100755 static/imgs/plack_chrome.png delete mode 100644 static/imgs/remote-nrepl.png delete mode 100644 static/imgs/routes-300x249.png delete mode 100644 static/imgs/rss.png delete mode 100644 static/imgs/show_entry.png delete mode 100644 static/imgs/stargit.png delete mode 100644 static/imgs/test-remote-nrepl.png delete mode 100644 static/imgs/zoom.png (limited to 'static') 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 deleted file mode 100644 index 7f4e740..0000000 Binary files a/static/imgs/authorsmap.png and /dev/null differ diff --git a/static/imgs/back.png b/static/imgs/back.png deleted file mode 100644 index 6abc3eb..0000000 Binary files a/static/imgs/back.png and /dev/null differ diff --git a/static/imgs/batmoose_1024cut-300x225.png b/static/imgs/batmoose_1024cut-300x225.png deleted file mode 100644 index 9a770e6..0000000 Binary files a/static/imgs/batmoose_1024cut-300x225.png and /dev/null differ diff --git a/static/imgs/chart.png b/static/imgs/chart.png deleted file mode 100644 index ba116c8..0000000 Binary files a/static/imgs/chart.png and /dev/null differ diff --git a/static/imgs/cpanhq-dep.png b/static/imgs/cpanhq-dep.png deleted file mode 100644 index f0d264c..0000000 Binary files a/static/imgs/cpanhq-dep.png and /dev/null differ diff --git a/static/imgs/draft_cpan_prelimsmall.png b/static/imgs/draft_cpan_prelimsmall.png deleted file mode 100644 index 431b863..0000000 Binary files a/static/imgs/draft_cpan_prelimsmall.png and /dev/null differ diff --git a/static/imgs/general.png b/static/imgs/general.png deleted file mode 100644 index 578edfb..0000000 Binary files a/static/imgs/general.png and /dev/null differ diff --git a/static/imgs/github-europe-preview.png b/static/imgs/github-europe-preview.png deleted file mode 100644 index c14690a..0000000 Binary files a/static/imgs/github-europe-preview.png and /dev/null differ diff --git a/static/imgs/github-perl-preview.png b/static/imgs/github-perl-preview.png deleted file mode 100644 index 45f0806..0000000 Binary files a/static/imgs/github-perl-preview.png and /dev/null differ diff --git a/static/imgs/github-poster-v2.png b/static/imgs/github-poster-v2.png deleted file mode 100644 index b3edde7..0000000 Binary files a/static/imgs/github-poster-v2.png and /dev/null differ diff --git a/static/imgs/jitterbug.png b/static/imgs/jitterbug.png deleted file mode 100644 index 123afbc..0000000 Binary files a/static/imgs/jitterbug.png and /dev/null differ diff --git a/static/imgs/list_feed.png b/static/imgs/list_feed.png deleted file mode 100644 index 8ecf200..0000000 Binary files a/static/imgs/list_feed.png and /dev/null differ diff --git a/static/imgs/logo.png b/static/imgs/logo.png deleted file mode 100644 index d77aee6..0000000 Binary files a/static/imgs/logo.png and /dev/null differ diff --git a/static/imgs/moosedist.png b/static/imgs/moosedist.png deleted file mode 100644 index 9e36bf2..0000000 Binary files a/static/imgs/moosedist.png and /dev/null differ diff --git a/static/imgs/nrepl-it-works.png b/static/imgs/nrepl-it-works.png deleted file mode 100644 index 783054d..0000000 Binary files a/static/imgs/nrepl-it-works.png and /dev/null differ diff --git a/static/imgs/plack_chrome.png b/static/imgs/plack_chrome.png deleted file mode 100755 index df26638..0000000 Binary files a/static/imgs/plack_chrome.png and /dev/null differ diff --git a/static/imgs/remote-nrepl.png b/static/imgs/remote-nrepl.png deleted file mode 100644 index b600818..0000000 Binary files a/static/imgs/remote-nrepl.png and /dev/null differ diff --git a/static/imgs/routes-300x249.png b/static/imgs/routes-300x249.png deleted file mode 100644 index f2b9ec2..0000000 Binary files a/static/imgs/routes-300x249.png and /dev/null differ diff --git a/static/imgs/rss.png b/static/imgs/rss.png deleted file mode 100644 index d6ecb16..0000000 Binary files a/static/imgs/rss.png and /dev/null differ diff --git a/static/imgs/show_entry.png b/static/imgs/show_entry.png deleted file mode 100644 index bf23be5..0000000 Binary files a/static/imgs/show_entry.png and /dev/null differ diff --git a/static/imgs/stargit.png b/static/imgs/stargit.png deleted file mode 100644 index 9f75f81..0000000 Binary files a/static/imgs/stargit.png and /dev/null differ diff --git a/static/imgs/test-remote-nrepl.png b/static/imgs/test-remote-nrepl.png deleted file mode 100644 index 7d7dfef..0000000 Binary files a/static/imgs/test-remote-nrepl.png and /dev/null differ diff --git a/static/imgs/zoom.png b/static/imgs/zoom.png deleted file mode 100644 index e9300f4..0000000 Binary files a/static/imgs/zoom.png and /dev/null differ -- cgit v1.2.3