summaryrefslogtreecommitdiff
path: root/_assets/stylesheets/text.css
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2013-09-15 10:45:41 -0700
committerFranck Cuny <franck.cuny@gmail.com>2013-09-15 10:45:41 -0700
commitf23d4c09210e8bf34e1f51d1e196e784ff9979d0 (patch)
tree4dbfbd5c9407d3b74dd4710c0b6cf81bb6672673 /_assets/stylesheets/text.css
parenttwo new drafts articles (diff)
downloadlumberjaph-f23d4c09210e8bf34e1f51d1e196e784ff9979d0.tar.gz
Another big layout/design change.
Diffstat (limited to '_assets/stylesheets/text.css')
-rw-r--r--_assets/stylesheets/text.css69
1 files changed, 69 insertions, 0 deletions
diff --git a/_assets/stylesheets/text.css b/_assets/stylesheets/text.css
new file mode 100644
index 0000000..5b71cb2
--- /dev/null
+++ b/_assets/stylesheets/text.css
@@ -0,0 +1,69 @@
+#header h1 {
+ font-size: 120%;
+ display: inline-block;
+}
+
+code, pre {
+ color: #000;
+ background-color: #fff;
+ font-weight: normal;
+ font-family: "Menlo", "Consolas", "Inconsolata", "Anonymous", "Monaco", monospace;
+ font-size: 0.9em;
+ line-height: 1.2em;
+}
+
+p code, li>code {
+ border: 1px solid #DDDDDD;
+ padding: 2px;
+ font-size: 0.8em;
+}
+
+#header h1 a, h2.post-title a, h2.static-title a {
+ color: #000;
+}
+
+ul, ol {
+ margin-left: 2em;
+}
+
+div.highlight, pre {
+ margin-bottom: 1em;
+}
+
+code.has-jax {
+ border: none;
+ background-color: #fff;
+}
+
+.date {
+ font-style: italic;
+ color: #4e4e4e;
+}
+
+body {
+ font: 300 1.1em/1.6em "Droid Serif", "Open Sans", Cambria, Georgia, "DejaVu Serif", serif;
+}
+
+blockquote {
+ padding-top: 0;
+}
+
+.panel {
+ padding-left: 2em;
+ padding-right: 2em;
+ font-size: 120%;
+}
+
+.panel p {
+ font-weight: bold;
+ font-style: italic;
+ line-height: 1.1em;
+}
+
+footer {
+ text-align: center;
+}
+
+footer span {
+ font-style: italic;
+}