Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/goodroot/hugo-classic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorkellen <kellen@goodroot.ca>2017-07-20 02:56:29 +0300
committerkellen <kellen@goodroot.ca>2017-07-20 02:56:29 +0300
commit607fd84fe4bb4149f97e7f9108aac200d83b369b (patch)
tree690b885f333770d5235842e2507d8532d4993ea3 /static
parenta0c243a097288e04ef0f4ed5d351d3dffe7dde84 (diff)
Adjustments
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css13
1 files changed, 6 insertions, 7 deletions
diff --git a/static/css/style.css b/static/css/style.css
index f464538..3d95aaf 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -1,7 +1,7 @@
body {
max-width: 800px;
margin: auto;
- padding: .5em;
+ padding: .2em;
line-height: 1.5em;
}
@@ -20,7 +20,7 @@ output:
border-radius: 5px;
}
-/* header and footer areas */
+/* Header and Footer */
.menu li { display: inline-block; }
.article-meta, .menu a {
text-decoration: none;
@@ -51,16 +51,15 @@ a:hover {
text-decoration: underline;
}
+/* Adjust background at your leisure! */
header {
position: relative;
- top: 0;
width: 100%;
height: 1.75rem;
- font-family: Roboto, "Liberation Mono";
+ font-family: "Lucida Console" , "Liberation Mono";
font-size: .875rem;
background: #613DC1;
border-bottom: 1px solid #000;
- z-index: 99
}
header ul,
@@ -83,7 +82,7 @@ header .current a {
color: #fff
}
-/* code */
+/* Code Boxes */
pre {
border: 1px solid #ddd;
box-shadow: 5px 5px 5px #eee;
@@ -94,7 +93,7 @@ pre {
code { background: #f9f9f9; }
pre code { background: none; }
-/* misc elements */
+/* Images, tables, misc. */
img, iframe, video { max-width: 100%; }
main { hyphens: auto; }
blockquote {