summaryrefslogtreecommitdiff
path: root/project/assets
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2021-02-05 11:21:30 +1100
committerJed Barber <jjbarber@y7mail.com>2021-02-05 11:21:30 +1100
commit9fd72ae4c4b852b94a2f3fdc760de81206a44857 (patch)
treefdcc9180ad6eed5fc89c212795abd6080996846e /project/assets
parent22467d65f5454dd6b1719aafee50850a5ae96bf3 (diff)
Tagging system created
Diffstat (limited to 'project/assets')
-rw-r--r--project/assets/css/default.css2
-rw-r--r--project/assets/css/index.css12
-rw-r--r--project/assets/css/tags.css21
3 files changed, 33 insertions, 2 deletions
diff --git a/project/assets/css/default.css b/project/assets/css/default.css
index dae4af1..827c218 100644
--- a/project/assets/css/default.css
+++ b/project/assets/css/default.css
@@ -126,7 +126,7 @@ nav ul li {
text-align: center;
margin: 0;
padding: 0;
- width: 25%;
+ width: 20%;
}
/*
diff --git a/project/assets/css/index.css b/project/assets/css/index.css
index e5dfd5d..e5f38ca 100644
--- a/project/assets/css/index.css
+++ b/project/assets/css/index.css
@@ -1,12 +1,17 @@
+h4 {
+ text-align: center;
+}
+
+
/* Formatting the index list differently
from regular lists. */
ul.index {
text-align: center;
list-style-type: none;
- margin: 3em 0em 0em 0em;
+ margin: 3em 0em 2em 0em;
padding: 0;
}
@@ -17,6 +22,11 @@ ul.index li {
}
+.taglist {
+ font-size: .83em;
+}
+
+
.post {
font-size: .83em;
}
diff --git a/project/assets/css/tags.css b/project/assets/css/tags.css
new file mode 100644
index 0000000..91f20e1
--- /dev/null
+++ b/project/assets/css/tags.css
@@ -0,0 +1,21 @@
+
+
+h4 {
+ text-align: center;
+}
+
+
+ul {
+ text-align: center;
+ list-style-type: none;
+ margin: 3em 0em 3em 0em;
+ padding: 0;
+}
+
+
+ul li {
+ margin: 0.5em 0em 0.5em 0em;
+ padding: 0;
+}
+
+