From ef70b6074baefb3120a2d6740d0f82230191b234 Mon Sep 17 00:00:00 2001 From: 53hornet <53hornet@gmail.com> Date: Sat, 25 Aug 2018 12:30:38 -0400 Subject: Vim is acting up; backup. --- makefile | 2 +- md/53hor.net/db/index.md | 12 +++++++----- md/53hor.net/db/script.html | 1 + md/53hor.net/nav.html | 12 ++++++------ md/53hor.net/styles.css | 47 +++++++++++++++++++++++++++++++++++---------- md/wedding/index.md | 1 + md/wedding/styles.css | 0 7 files changed, 53 insertions(+), 22 deletions(-) create mode 100644 md/53hor.net/db/script.html create mode 100644 md/wedding/index.md create mode 100644 md/wedding/styles.css diff --git a/makefile b/makefile index 102288c..386f151 100644 --- a/makefile +++ b/makefile @@ -10,7 +10,7 @@ PNG_OUT = $(patsubst md/%.png, html/%.png, $(PNG)) ATC_OUT = $(patsubst md/atc.53hor.net/%.md, html/atc.53hor.net/%.html, $(MD)) .PHONY: all -all: css img 53hor.net atc.53hor.net +all: css img 53hor.net atc.53hor.net alsplusatc.net .PHONY: css css: $(CSS_OUT) diff --git a/md/53hor.net/db/index.md b/md/53hor.net/db/index.md index 93133c5..eac223f 100644 --- a/md/53hor.net/db/index.md +++ b/md/53hor.net/db/index.md @@ -7,15 +7,17 @@ pagetitle: 53hornet - Parts Database #### What you really came here for -# Intro +# Disclaimer +Please remember that this database is continually a work in progress and is not guaranteed in any way. If you want to suggest a part that isn't in our list, check out part suggestions. -Disclaimer: please remember that this database is continually a work in progress and is not guaranteed in any way. If you want to suggest a part that isn't in our list, check out part suggestions. - -This is the master parts list that we have amassed over time. These are new parts that you can buy easily online from Hudson Essex Terraplane club members, in online auto stores, or at local auto shops. We are open to feedback and would love to be able to list parts for more Hudsons. Please tell us if these parts work for your Hudsons and suggest new parts down below. Remember, we only check whether others' parts exist, not whether they're compatible. We are not responsible for any parts in this list that cause any sort of problems with your Hudson. If you see something wrong in the list or have a problem with one of the parts listed, please let us know on the Contact Us page and we'll try to correct it as soon as possible. # Database - +
+ +# About This List +This is the master parts list that we have amassed over time. These are new parts that you can buy easily online from Hudson Essex Terraplane club members, in online auto stores, or at local auto shops. We are open to feedback and would love to be able to list parts for more Hudsons. Please tell us if these parts work for your Hudsons and suggest new parts down below. Remember, we only check whether others' parts exist, not whether they're compatible. We are not responsible for any parts in this list that cause any sort of problems with your Hudson. If you see something wrong in the list or have a problem with one of the parts listed, please let us know on the Contact Us page and we'll try to correct it as soon as possible. # Part Suggestions + diff --git a/md/53hor.net/db/script.html b/md/53hor.net/db/script.html new file mode 100644 index 0000000..2175b02 --- /dev/null +++ b/md/53hor.net/db/script.html @@ -0,0 +1 @@ + diff --git a/md/53hor.net/nav.html b/md/53hor.net/nav.html index cf6dbb6..a94e1bc 100644 --- a/md/53hor.net/nav.html +++ b/md/53hor.net/nav.html @@ -1,9 +1,9 @@ diff --git a/md/53hor.net/styles.css b/md/53hor.net/styles.css index 1ce2894..62b54f2 100644 --- a/md/53hor.net/styles.css +++ b/md/53hor.net/styles.css @@ -9,10 +9,37 @@ --balboa:#1a5a72; } +@media screen and (max-width: 1000px) { + article { + position: relative; + padding: 0; + display: inline; + } + + #topnav { + position: static; + top: auto; + } + + #topnav img { + display: inline; + } + + #topnav a { + float: none; + width: 100%; + } + + #TOC { + display: none; + } + +} + #TOC { box-shadow: 3px 7px 5px black; position: fixed; - width: 15%; + width: 20%; height: 100%; margin: 0; background-color: white; @@ -23,9 +50,9 @@ #TOC ul { overflow: none; height: 100%; - list-style-type: disc; + list-style-type: none; color: var(--balboa); - padding-left: 1em; + padding-left: 0.5em; } #TOC li a { @@ -33,7 +60,7 @@ display: block; color: gray; font-weight: 400; - font-size: 0.7em; + font-size: 0.8em; font-style: italic; transition: 0.25s; } @@ -51,17 +78,17 @@ width: 100%; background-color: var(--balboa); z-index: 1; + display: table; } #topnav img { - padding-left: 2.5em; - padding-top: 1em; - display: block; + display: table-cell; + vertical-align: bottom; } #topnav a { - float: right; - display: block; + float: left; + display: table-cell; text-align: center; padding: 1em 1em; text-decoration: none; @@ -94,7 +121,7 @@ body { article { height: 100%; - margin-left: 15%; + margin-left: 20%; margin-top: 3em; } diff --git a/md/wedding/index.md b/md/wedding/index.md new file mode 100644 index 0000000..3b18e51 --- /dev/null +++ b/md/wedding/index.md @@ -0,0 +1 @@ +hello world diff --git a/md/wedding/styles.css b/md/wedding/styles.css new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3