diff --git a/src/diary/hold/motd1 b/src/diary/hold/motd1
new file mode 100644
index 0000000..366f27c
--- /dev/null
+++ b/src/diary/hold/motd1
@@ -0,0 +1,44 @@
+
+
makeup of the day
+august 11, 2022
+#fashion #makeup #motd
+
+Sometimes, I feel like sharing my makeup.
+
+red eyeshadow-as-eyeliner
+Red eyeshadow! I wanted to match my makeup to my outfit ~ a black t-shirt with a vibrant orange tiger print and rich tan fall coat with red and black plaid. Red is a forever favorite to wear in igari style, but it's bordering on socially irresponsible to try to look ill during a pandemic. Maybe my red can come back with more conventional styles, though navy and bronze are far superior liner colors for brown eyes.
+
+I applied a red metallic eyeshadow with an eyeliner brush along the outer third of the upper lashline and blended into the inner third. Up to my brow, I used a base shade to even out my tone. The outer third of the lower lash line was lined with deep burgundy and flicked out and up with my finger to form a subtle wing.
+
+Photo is after 8 hours of wear. I think the pencil got a little messy, but the red could last forever.
+
+
+Specific shades:
+
+ - Base: Stila One Step Correct primer
+ - Brow pencil: Ulta Ultra Slim Brow Pencil (Dark Brown)
+ - Eyeshadow: Sydney Grace Queen of Hearts, ABH Base (Norvina palette)
+ - Eyeliner: Urban Decay (Alkaline)
+ - Setting spray: Urban Decay All-Nighter (Ultra Matte)
+
+
+red eyeshadow-as-eyeliner
+Red eyeshadow! I wanted to match my makeup to my outfit ~ a black t-shirt with a vibrant orange tiger print and rich tan fall coat with red and black plaid. Red is a forever favorite to wear in igari style, but I dropped it because it's plain rude to intentionally look ill and unapproachable during a pandemic. Maybe red can come back with more conventional styles, though navy and bronze are the supreme liner colors for dark brown eyes.
+
+I applied a red metallic eyeshadow with an eyeliner brush along the outer third of the upper lashline and blended into the inner third. Up to my brow, I used a base shade to even out my tone. The outer third of the lower lash line was lined with deep burgundy and flicked out and up with my finger to form a subtle wing.
+
+Photo is after 8 hours of wear. I think the pencil got a little messy, but the red is unmoved.
+
+
+Specific shades:
+
+ - Base: Stila One Step Correct primer
+ - Brow pencil: Ulta Ultra Slim Brow Pencil (dark brown)
+ - Eyeshadow: Sydney Grace Queen of Hearts, ABH Base (Norvina palette)
+ - Eyeliner: Urban Decay Alkaline
+ - Setting spray: Urban Decay All-Nighter Ultra Matte
+
+
+
+Last updated July 31, 2022
+
diff --git a/src/static/css/diary.css b/src/static/css/diary.css
index daeec4a..a6e9798 100755
--- a/src/static/css/diary.css
+++ b/src/static/css/diary.css
@@ -1,14 +1,29 @@
.content-grid {
- max-width: MAX(50em, 50%);
- display: grid;
- grid-template-columns: 2fr 1fr; /*repeat(auto-fit, minmax(200px,1fr));*/
- grid-template-rows: 40px auto 40px;
- grid-column-gap: 0em;
- grid-row-gap: 0em;
+ display: column;
+ align-content: flex-start;
margin: auto;
}
+.diary-grid {
+ display: flex;
+ flex-wrap: wrap;
+ align-content: stretch;
+ margin-right: 2em;
+ margin-left: 2em;
+}
+ .diary-pages {
+ max-width: 55ch;
+ margin: auto;
+ margin-top: 0em;
+/* margin-right: 1.5em;*/
+ }
+ .sidebar {
+ max-width: 30ch;
+ margin: auto;
+ }
.diary-dir {
+ flex-shrink: 0; display: flex;
+ justify-content: center;
background-color: transparent;
font-size: 1.5em;
color: #AAA39D;
@@ -36,15 +51,6 @@
-1px 2px 1px #080410,
-1px 0 1px #080410;
}
- .diary-dir.top {
- grid-area: 1 / 1 / 2 / 3;
- padding-top: 0em;
- margin: auto;
- }
- .diary-dir.bottom {
- grid-area: 3 / 1 / 4 / 3;
- margin: auto;
- }
.diary-dir-left {
display: inline-block;
vertical-align: middle;
@@ -53,6 +59,8 @@
height: 0em;
display: inline-block;
white-space: nowrap;
+ margin-left: .3em;
+ margin-right: .3em;
}
.diary-dir-number {
background-color: #886488;
@@ -67,10 +75,6 @@
vertical-align: middle;
}
- .diary-pages {
- grid-area: 2 / 1 / 3 / 2;
- margin-right: 2em;
- }
.title {
color: white;
}
@@ -169,5 +173,3 @@
background-color: #585c88;
height: 1em;
}
-
- .sidebar {grid-area: 2 / 2 / 2 / 3;}
diff --git a/src/static/img/mu/221106.jpg b/src/static/img/mu/221106.jpg
new file mode 100644
index 0000000..f2003b7
Binary files /dev/null and b/src/static/img/mu/221106.jpg differ
diff --git a/src/views/bf-setting.tpl b/src/views/bf-setting.tpl
index a7487ac..fdfb54f 100644
--- a/src/views/bf-setting.tpl
+++ b/src/views/bf-setting.tpl
@@ -5,3 +5,16 @@
Blessfrey takes place in Lucrest, Nickajack, a small town unknowingly situated over an abyssal dungeon.
+
+% import random
+% rebase('frame.tpl')
+
+
blessfrey setting
+
Blessfrey's world starts in Lucrest, an economic boomtown in the rural South, and expands deep through the pockets and tunnels of the earth until another world is discovered.
+
+
+ % for i in [["csa","blessfrey-csa"],["castaway kingdom","blessfrey-castaway-kingdom"],["huntsville","blessfrey-huntsville"],["Lucrest","blessfrey-lucrest"],["usa","blessfrey-usa"]]:
+ - {{random.choice(['.','•','☆','★'])}} {{i[0]}}
+ % end
+
+
diff --git a/src/views/diary.tpl b/src/views/diary.tpl
index 31ea709..1347d20 100644
--- a/src/views/diary.tpl
+++ b/src/views/diary.tpl
@@ -1,7 +1,8 @@
% rebase('frame.tpl')
% import re
-
+
+
% max_pages = int((total - 1) / limit)
<%
# page never below 0
@@ -86,7 +87,8 @@
-
+
+
diary
@@ -125,10 +127,11 @@
% end
-
+
% include diary-boxes.tpl
-
-
+
+
+
% max_pages = int((total - 1) / limit)
<%
# page never below 0
diff --git a/src/views/frame.tpl b/src/views/frame.tpl
index 067884f..f3a6022 100644
--- a/src/views/frame.tpl
+++ b/src/views/frame.tpl
@@ -1,10 +1,10 @@
-
+
+
-
% include('header.tpl')
-
+