diary and entry are functional

This commit is contained in:
chimchooree
2022-07-20 23:54:48 -05:00
parent a6c8e13e5f
commit 3d1bb99def
53 changed files with 1238 additions and 58 deletions
+8 -1
View File
@@ -29,18 +29,25 @@ a:hover, a:active {
p {
text-indent: 2em;
}
ul {
ul,ol {
list-style-type: none;
list-style-position: inside;
background-color: transparent;
}
li {
padding-left: 2em;
background-color: transparent;
}
h2,img {
background-color: transparent;
}
.center {
width: 60%;
padding: 2em;
margin: auto;
color: white;
}
.grid {
+8 -4
View File
@@ -1,11 +1,13 @@
.content-grid {
.content-grid {
grid-area: 3 / 2 / 4 / 3;
display: grid;
grid-template-columns: 2fr 1fr;
grid-template-rows: 40px auto 40px;
grid-column-gap: 0px;
grid-row-gap: 0px;
}
}
.dir-row {
grid-area: 1 / 1 / 2 / 3;
@@ -79,7 +81,7 @@
}
.snippet-title {
background-image: url(../img/ele/diaryheader.png);
background-image: url(../img/dia/diaryheader.png);
background-size: 100%;
height: 40px;
padding: 10px;
@@ -87,6 +89,7 @@
}
.snippet-title a {
color: #E3E0DE;
background-color: transparent;
font-weight: bold;
text-shadow:
-1px -1px 1px #324832,
@@ -157,7 +160,7 @@
font-size: 15px;
}
.snippet-bottom {
background-image: url(../img/ele/diarybottom.png);
background-image: url(../img/dia/diarybottom.png);
background-size: 100%;
height: 25px;
}
@@ -219,6 +222,7 @@
text-align: left;
list-style-position: inside;
padding: 5px;
background-color: #95939F;
}
.wordcloud {
grid-area: 4 / 1 / 5 / 2;
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 636 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 300 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 690 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Before

Width:  |  Height:  |  Size: 531 KiB

After

Width:  |  Height:  |  Size: 531 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 KiB