summaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2015-07-24 18:56:07 -0700
committerFranck Cuny <franckcuny@gmail.com>2015-07-24 18:56:07 -0700
commitb607b2f65b261c42dd2107a9c93e2bda185a4b5d (patch)
treea9b8a612d7b37b3227b2e9b89df6200c232c98b1 /static/css
parentadd title to the about page (diff)
downloadlumberjaph-b607b2f65b261c42dd2107a9c93e2bda185a4b5d.tar.gz
cleaning up a little bit the css
Diffstat (limited to '')
-rw-r--r--static/css/style.css38
1 files changed, 19 insertions, 19 deletions
diff --git a/static/css/style.css b/static/css/style.css
index ba69070..5feb82a 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -1,5 +1,5 @@
html {
- font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif;
+ font-family: sans-serif;
}
body {
@@ -19,7 +19,7 @@ body {
h1, h2 {
font-size: 20px;
- border-bottom: 1px solid #eee;
+ border-bottom: 2px solid #e0ebf5;
margin-bottom: 16px;
margin-top: 20px;
padding-bottom: 6px;
@@ -32,11 +32,10 @@ h1, h2 a {
blockquote {
box-sizing: border-box;
display: block;
- padding-bottom: 16px;
- padding-left: 16px;
- padding-right: 16px;
- padding-top: 16px;
- background-color: #f7f7f7;
+ padding-bottom: 8px;
+ padding-left: 8px;
+ padding-right: 8px;
+ padding-top: 8px;
}
ul.spaced li {
@@ -48,7 +47,7 @@ ul.spaced li {
margin: 0 auto;
margin-top: 2em;
text-align: center;
- border-top: 1px solid #eee;
+ border-top: 2px solid #e0ebf5;
margin-top: 40px;
padding-top: 40px;
padding-bottom: 40px;
@@ -65,7 +64,7 @@ img.portrait {
a {
text-decoration: none;
- color: #4078c0;
+ color: #375eab;
}
a:hover {
@@ -79,12 +78,15 @@ a.older, a.newer {
}
pre {
- font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
+ font-family: Inconsolata, monospace;
-webkit-font-smoothing: subpixel-antialiased;
font-smoothing: subpixel-antialiased;
- background: #eee;
- border: 1px solid #d1d8e3;
- padding: .35em;
+ background-color: #fafafa;
+ border: 2px solid #e0ebf5;
+ padding-top: 1em;
+ padding-bottom: 1em;
+ padding-left: 0.5em;
+ padding-right: 0.5em;
overflow: auto;
overflow-y: hidden;
border-bottom-left-radius: 5px;
@@ -95,13 +97,11 @@ pre {
}
code {
- background: #eee;
- font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
+ background-color: #fafafa;
+ color: #333;
+ font-family: 'Inconsolata', monospace;
font-size: 85%;
- border-bottom-left-radius: 3px;
- border-bottom-right-radius: 3px;
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
+ border-radius: 4px;
box-sizing: border-box;
padding-top: 0.2em;
padding-bottom: 0.2em;