aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorIndrajith K L2024-06-22 03:40:56 +0530
committerIndrajith K L2024-06-22 03:40:56 +0530
commit646fdccac5f0ec506b80ed532baa4012965b682e (patch)
treeced54009d8d5f20b61d7a873a6bb54907e8b7e5d /public
parenta5b35ffb182e4b2aa250059b0e44c13373999d76 (diff)
downloadindrajith-dev-crystal-646fdccac5f0ec506b80ed532baa4012965b682e.tar.gz
indrajith-dev-crystal-646fdccac5f0ec506b80ed532baa4012965b682e.tar.bz2
indrajith-dev-crystal-646fdccac5f0ec506b80ed532baa4012965b682e.zip
Date Utils, Cosmetic and Implementation Changes
* Adds Utils method for formatting date * Adds Published at to the posts page * Adds new logo, removes font dependency * Renames Posts link to Blog
Diffstat (limited to 'public')
-rw-r--r--public/css/styles.css40
-rw-r--r--public/fonts/VGA437.ttfbin81192 -> 0 bytes
-rw-r--r--public/images/background.pngbin0 -> 1342 bytes
-rw-r--r--public/images/logo.pngbin0 -> 13393 bytes
4 files changed, 29 insertions, 11 deletions
diff --git a/public/css/styles.css b/public/css/styles.css
index 1c19cff..f40e376 100644
--- a/public/css/styles.css
+++ b/public/css/styles.css
@@ -1,8 +1,3 @@
-@font-face {
- font-family: "VGA437";
- src: url("/fonts/VGA437.ttf");
-}
-
:root {
--body-bg-image: url("/images/aqua.gif");
}
@@ -20,7 +15,10 @@ body {
}
body {
- font-family: Verdana;
+ /* font-family: Verdana; */
+ font-family: "Lato", sans-serif;
+ font-weight: 400;
+ font-style: normal;
font-size: 15px;
max-width: 900px;
margin: auto;
@@ -87,7 +85,6 @@ footer ul>li>p {
.logo {
text-decoration: none;
- font-family: "VGA437", sans-serif;
font-size: 220%;
color: #000000;
}
@@ -170,7 +167,7 @@ table td {
right: 0;
bottom: 0;
background: #000000;
- height: 2px;
+ height: 1px;
-webkit-transform: translateY(4px);
transform: translateY(4px);
-webkit-transition-property: transform;
@@ -253,7 +250,28 @@ p.first-letter::first-letter {
overflow: hidden;
}
-.four-o-four, .f-o-f-message {
- display: flex;
- justify-content: center;
+.four-o-four,
+.f-o-f-message {
+ display: flex;
+ justify-content: center;
+}
+
+
+
+th {
+ background-color: #3b3b3b;
+ color: white;
+ border: 1px solid #000000;
+}
+
+tr:nth-child(even) {
+ background-color: #f2f2f2;
+}
+
+tr:nth-child(odd) {
+ background-color: #f8f8f8
+}
+
+.text-lightish-50 .hvr-underline-reveal.links {
+ text-decoration: underline;
} \ No newline at end of file
diff --git a/public/fonts/VGA437.ttf b/public/fonts/VGA437.ttf
deleted file mode 100644
index f5cbfc0..0000000
--- a/public/fonts/VGA437.ttf
+++ /dev/null
Binary files differ
diff --git a/public/images/background.png b/public/images/background.png
new file mode 100644
index 0000000..403fb6a
--- /dev/null
+++ b/public/images/background.png
Binary files differ
diff --git a/public/images/logo.png b/public/images/logo.png
new file mode 100644
index 0000000..a327857
--- /dev/null
+++ b/public/images/logo.png
Binary files differ