about summary refs log tree commit diff stats
path: root/tilde.css
diff options
context:
space:
mode:
authorahriman <gbenjaminmorrison@gmail.com>2018-11-23 16:10:46 -0500
committerahriman <gbenjaminmorrison@gmail.com>2018-11-23 16:10:46 -0500
commit30b2e43574560fb167524f04d4323bf7482256e1 (patch)
treee54fa287cd5c4df2d54cb25cecd4c0111738689c /tilde.css
parent7ea5757237193ed923b5f5c508237bb36f47affa (diff)
downloadsite-30b2e43574560fb167524f04d4323bf7482256e1.tar.gz
Upload files to ''
Diffstat (limited to 'tilde.css')
-rw-r--r--tilde.css71
1 files changed, 71 insertions, 0 deletions
diff --git a/tilde.css b/tilde.css
new file mode 100644
index 0000000..7ca1a09
--- /dev/null
+++ b/tilde.css
@@ -0,0 +1,71 @@
+body {
+        background-color: #000000;
+        font-family: monospace;
+	font: Noto Mono;
+        color: green;
+        padding-right: 0px;
+        margin-top: 10px;
+        margin-bottom: 10px;
+        margin-right: 0px;
+        margin-left: 10px;
+        width: 850px;
+}
+.date {
+        font-weight: bold;
+}
+#logo {
+	margin-left: 40px;
+	margin-bottom: 10px;
+	font-size: 30px;
+}
+#logobyline {
+	margin-left: 80px;
+	margin-top: -20px;
+}
+#navigation {
+        margin-left: auto;
+	margin-right: 40px;
+	width: 850px;
+	text-align: center;
+}
+#content {
+	width: 650px;
+	margin-left: 100px;
+}
+#container {
+        width: 850px;
+}
+#news {
+    width: 550px;
+    margin-left: 50px;
+}
+a:link {
+text-decoration: none;
+color:#cccccc;
+}
+
+a:visited {
+color:#999999;
+text-decoration: none;
+}
+
+a:hover {
+color:#ffffff;
+font-weight: bold;
+}
+
+p {
+	text-indent: 15px;
+}
+code {
+    text-indent: 30px;
+}
+em {
+    font-style: bold;
+}
+h1 {
+    font-size: 20px;
+    text-align: center;
+    margin-left: auto;
+    margin-right: auto;
+}