From 4063deeceaffbd92b1c79574fbc98db4fa15111f Mon Sep 17 00:00:00 2001 From: tomjohnson1492 Date: Mon, 2 May 2016 10:20:17 -0700 Subject: [PATCH] some minor updates --- _layouts/default.html | 7 ++++++ css/customstyles.css | 30 ++++++++++++++++---------- css/theme-blue.css | 10 +++++++++ css/theme-green.css | 10 +++++++++ mydoc/mydoc_about.md | 1 - mydoc/mydoc_no_password_prompts_scp.md | 6 +++--- news/news_archive.html | 2 +- 7 files changed, 50 insertions(+), 16 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 1a56458..55080ed 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -51,6 +51,7 @@ ); {% endif %} + {% include topnav.html %} @@ -71,6 +72,12 @@ + {% if site.google_analytics %} {% include google_analytics.html %} diff --git a/css/customstyles.css b/css/customstyles.css index 3f4366c..5b3320f 100644 --- a/css/customstyles.css +++ b/css/customstyles.css @@ -934,7 +934,7 @@ a[href^="http://"]:after, a[href^="https://"]:after { } /* Strip the outbound icon when this class is present */ -a[href^="http://own-domain.com"]:after, +a[href].noCrossRef::after, a.no_icon:after { content:"" !important; padding-left: 0; @@ -1000,15 +1000,6 @@ span.label.label-primary { } .col-lg-12 .nav li a {background-color: white} -li.sidebarTitle { - margin-top:40px; - font-weight:normal; - font-size:130%; - color: #ED1951; - margin-bottom:10px; - margin-left: 5px; - -} .nav li.active > a.subfoldersTitle { background-color: whitesmoke; @@ -1026,4 +1017,21 @@ code + a > code { table th code { color: white; -} \ No newline at end of file +} + +ol li ul li ol li { + list-style: decimal; +} + +ol li ul li ol li ul li{ + list-style: disc; +} + +.post-content table th { + vertical-align: top; +} + +table thead th code.highlighter-rouge { + background-color: transparent; +} + diff --git a/css/theme-blue.css b/css/theme-blue.css index 8719bd6..64cc6c3 100644 --- a/css/theme-blue.css +++ b/css/theme-blue.css @@ -90,4 +90,14 @@ body.print h4 {color: #679DCE !important; font-size:14px; font-style: italic !im div.sidebarTitle { color: #015CAE; +} + +li.sidebarTitle { + margin-top:40px; + font-weight:normal; + font-size:130%; + color: #ED1951; + margin-bottom:10px; + margin-left: 5px; + } \ No newline at end of file diff --git a/css/theme-green.css b/css/theme-green.css index f1c3f24..f6b0d8b 100644 --- a/css/theme-green.css +++ b/css/theme-green.css @@ -86,4 +86,14 @@ body.print h4 {color: #679DCE !important; font-size:14px; font-style: italic;} div.sidebarTitle { color: #E50E51; +} + +li.sidebarTitle { + margin-top:40px; + font-weight:normal; + font-size:130%; + color: #ED1951; + margin-bottom:10px; + margin-left: 5px; + } \ No newline at end of file diff --git a/mydoc/mydoc_about.md b/mydoc/mydoc_about.md index 8dc9e9c..204beb5 100644 --- a/mydoc/mydoc_about.md +++ b/mydoc/mydoc_about.md @@ -17,4 +17,3 @@ I think this theme does pretty much everything that you can do with something li With a completely open architecture and code base, you can modify the code to make it do exactly what you want, without having to jump through all kinds of confusing or proprietary code. If there's a feature you need but it isn't available here, let me know and I might add it. Alternatively, if you fork the theme, I would love to see your modifications and enhancements. - diff --git a/mydoc/mydoc_no_password_prompts_scp.md b/mydoc/mydoc_no_password_prompts_scp.md index 0703809..9b34bc1 100644 --- a/mydoc/mydoc_no_password_prompts_scp.md +++ b/mydoc/mydoc_no_password_prompts_scp.md @@ -38,10 +38,10 @@ To remove the password prompts when connecting to servers via SSH: Generating public/private rsa key pair. Enter passphrase (empty for no passphrase): Enter same passphrase again: - Your identification has been saved in /Users/tjohnson/.ssh/id_rsa. - Your public key has been saved in /Users/tjohnson/.ssh/id_rsa.pub. + Your identification has been saved in /Users/yourname/.ssh/id_rsa. + Your public key has been saved in /Users/yourname/.ssh/id_rsa.pub. The key fingerprint is: - 9a:8f:b5:495:39:78:t5:dc:19:d6:29:66:02:e8:02:a0 tjohnson@tjohnson-mbpr13.local + 9a:8f:b5:495:39:78:t5:dc:19:d6:29:66:02:e8:02:a0 yourname@yourname-mbpr99.local ``` The key's randomart image is: diff --git a/news/news_archive.html b/news/news_archive.html index 2b1a7f4..04b8d99 100644 --- a/news/news_archive.html +++ b/news/news_archive.html @@ -25,7 +25,7 @@ toc: false