diff options
| author | Franck Cuny <franckcuny@gmail.com> | 2015-07-16 18:02:13 -0700 |
|---|---|---|
| committer | Franck Cuny <franckcuny@gmail.com> | 2015-07-16 18:02:13 -0700 |
| commit | de3f36ee187677957d5d89d56bf129790cc6926a (patch) | |
| tree | d6b2912bf21582fdcca15399add1df303d056a26 /static/css | |
| parent | remove more files (diff) | |
| download | lumberjaph-de3f36ee187677957d5d89d56bf129790cc6926a.tar.gz | |
some cleanup.
Upadte the CSS, remove some files, etc.
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/project.css | 2 | ||||
| -rw-r--r-- | static/css/style.css | 104 |
2 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; - } } |
