summaryrefslogtreecommitdiff
path: root/md/53hor.net/include
diff options
context:
space:
mode:
author53hornet <53hornet@gmail.com>2018-07-14 16:28:28 -0400
committer53hornet <53hornet@gmail.com>2018-07-14 16:28:28 -0400
commitf10ded04350e19377f5c2a904db86c5395d12531 (patch)
treed47927420e1144c180c399b5e1adfd9506a452e8 /md/53hor.net/include
parent7654bcc6be740276477eb2f2d6d8d90c4a63ff83 (diff)
downloadmd-site-f10ded04350e19377f5c2a904db86c5395d12531.tar.xz
md-site-f10ded04350e19377f5c2a904db86c5395d12531.zip
Reworking CSS; is a TOC really necessary?
Diffstat (limited to 'md/53hor.net/include')
-rw-r--r--md/53hor.net/include/nav.inc9
-rw-r--r--md/53hor.net/include/styles.css75
2 files changed, 0 insertions, 84 deletions
diff --git a/md/53hor.net/include/nav.inc b/md/53hor.net/include/nav.inc
deleted file mode 100644
index 1022fc5..0000000
--- a/md/53hor.net/include/nav.inc
+++ /dev/null
@@ -1,9 +0,0 @@
-<nav id="topnav">
-<ul>
- <li><a href="/">Home</a></li>
- <li><a href="/db">Database</a></li>
- <li><a href="http://youtube.com/my53hornet">YouTube</a></li>
- <li><a href="/journal">Journal</a></li>
- <li><a href="/contact">Contact</a></li>
-</ul>
-</nav>
diff --git a/md/53hor.net/include/styles.css b/md/53hor.net/include/styles.css
deleted file mode 100644
index f7322a7..0000000
--- a/md/53hor.net/include/styles.css
+++ /dev/null
@@ -1,75 +0,0 @@
-/* stylesheet for 53hor.net */
-
-:root {
- /* custom colors */
- --balboa:#1a5a72;
-}
-
-#TOC {
- position: fixed;
- width: 25%;
- height: 100%;
-}
-
-#TOC ul {
- list-style-type: disc;
- color: var(--balboa);
- overflow: hidden;
- padding-left: 1em;
-}
-
-#TOC li a {
- text-decoration: none;
- display: block;
- color: black;
-}
-
-#topnav {
-
-}
-
-#topnav ul {
- list-style-type: none;
- margin: 0;
- padding: 0;
- overflow: hidden;
- position: fixed;
- top: 0;
- width: 100%;
- background-color: var(--balboa);
-}
-
-#topnav li {
- float: left;
- padding: 0;
-}
-
-#topnav li a {
- display: block;
- text-align: center;
- padding: 1em 1em;
- text-decoration: none;
- color: white;
-}
-
-#topnav li a:hover {
- color: var(--balboa);
- background-color: white;
-}
-
-article {
- margin-left: 25%;
- margin-top: 4em;
-}
-
-body {
- padding: 0;
- margin: 0;
-}
-
-p {
- font-size: 0.8em;
- font-weight 400;
- text-align: justify;
- text-indent: 1em;
-}