css update
This commit is contained in:
parent
5f9935a3d0
commit
5b180fac2f
5 changed files with 45 additions and 39 deletions
|
@ -3,7 +3,7 @@ title = "🍑🌙"
|
||||||
+++
|
+++
|
||||||
## peachmoon.moe
|
## peachmoon.moe
|
||||||
|
|
||||||
hallo, I'm mana (aka momo), and welcome to my internet home. I am a smol peach fairy living inside of ***your*** computer.
|
hallo, I'm mana, and welcome to my internet home. I am a smol peach fairy living inside of ***your*** computer.
|
||||||
|
|
||||||
if you'd like to read more [about me](./about) you can do that.
|
if you'd like to read more [about me](./about) you can do that.
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ or perhaps you're a person who appreciates [low-effort art](./rkgk)?
|
||||||
if you want to [find me elsewhere](about/#where_to_find_me), that's also a thing you can do.
|
if you want to [find me elsewhere](about/#where_to_find_me), that's also a thing you can do.
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
###### [last update](updates): 24/03/27, added new art to the [fridge](../fridge)
|
###### [last update](updates): 24/03/30, changed the site's color palette.
|
||||||
|
|
||||||
<div style="text-align: center;">
|
<div style="text-align: center;">
|
||||||
|
|
||||||
|
|
|
@ -6,8 +6,8 @@ hello and welcome to my fridge! this is where I put all the beautiful things peo
|
||||||
|
|
||||||
| [![art of my character in ffxiv before her name change by @bluecaeri on twitter](sumomocaeri.png)](https://x.com/bluecaeri/status/1403179362757849096)<br> by [bluecaeri](https://x.com/bluecaeri/status/1403179362757849096) | ![cute momos art by spherewave](cutemomos_egg.png)<br> by spherewave | ![egg and peach slimes by spherewave](peach_and_eggslimes.jpg)<br> by spherewave |
|
| [![art of my character in ffxiv before her name change by @bluecaeri on twitter](sumomocaeri.png)](https://x.com/bluecaeri/status/1403179362757849096)<br> by [bluecaeri](https://x.com/bluecaeri/status/1403179362757849096) | ![cute momos art by spherewave](cutemomos_egg.png)<br> by spherewave | ![egg and peach slimes by spherewave](peach_and_eggslimes.jpg)<br> by spherewave |
|
||||||
| :---: | :---: | :---: |
|
| :---: | :---: | :---: |
|
||||||
| [![gif for mana by bingbing](managif_bingbing.gif)](https://retrospring.net/@babybingbing)<br> by [bingbing](https://retrospring.net/@babybingbing) | [![another gif by bingbing](freegifbybingbing.gif)](https://retrospring.net/@babybingbing)<br> by [bingbing](https://retrospring.net/@babybingbing) | [![moodboard for mana by bingbing](moodboard_bingbing.png)](https://retrospring.net/@babybingbing)<br> by [bingbing](https://retrospring.net/@babybingbing)
|
| [![gif for mana by bingbing](managif_bingbing.gif)](https://kpop.social/@Bingbing)<br> by [bingbing](https://kpop.social/@Bingbing) | [![another gif by bingbing](freegifbybingbing.gif)](https://kpop.social/@Bingbing)<br> by [bingbing](https://kpop.social/@Bingbing) | [![moodboard for mana by bingbing](moodboard_bingbing.png)](https://kpop.social/@Bingbing)<br> by [bingbing](https://kpop.social/@Bingbing) |
|
||||||
| [![Lian & Mana by @LianSirenia@transfem.social](LianXMana.png)](https://transfem.social/@LianSirenia)<br> by [Lian Sirenia](https://transfem.social/@LianSirenia)
|
| [![Lian & Mana by @LianSirenia@transfem.social](LianXMana.png)](https://transfem.social/@LianSirenia)<br> by [Lian Sirenia](https://transfem.social/@LianSirenia) |
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
+++
|
+++
|
||||||
title = "site updates"
|
title = "site updates"
|
||||||
+++
|
+++
|
||||||
|
##### 24/03/30: changed the color palette of the site.
|
||||||
##### 24/03/27: added new art to the [fridge](../fridge) from [Lian](https://transfem.social/@LianSirenia)!; restructured the old art page and called it the fridge >w< tell me it's not cute: you can't.
|
##### 24/03/27: added new art to the [fridge](../fridge) from [Lian](https://transfem.social/@LianSirenia)!; restructured the old art page and called it the fridge >w< tell me it's not cute: you can't.
|
||||||
##### 24/03/13: added [second blog post](../blog/second)
|
##### 24/03/13: added [second blog post](../blog/second)
|
||||||
##### 24/03/11: added [fanart & creations](../fanart), added more to [picrews](../picrew)
|
##### 24/03/11: added [fanart & creations](../fanart), added more to [picrews](../picrew)
|
||||||
|
|
|
@ -1,52 +1,52 @@
|
||||||
:root,
|
:root,
|
||||||
:root.light {
|
:root.light {
|
||||||
--bgColor: #EEEEEE;
|
--bgColor: #e6e9ef;
|
||||||
--fgColor: #41474E;
|
--fgColor: #4c4f69;
|
||||||
--metaColor: #D26878;
|
--metaColor: #dd7878;
|
||||||
--headColor: #;
|
--headColor: #;
|
||||||
--linkColor: #5690AF;
|
--linkColor: #209fb5;
|
||||||
--hovColor: #22453F;
|
--hovColor: #22453F;
|
||||||
--bgSelect: #FFFAE1;
|
--bgSelect: #FFFAE1;
|
||||||
--bgUrl: url(https://i.ibb.co/Qpkrw4V/tile-Light.webp) repeat;
|
--bgUrl: url(https://i.ibb.co/Qpkrw4V/tile-Light.webp) repeat;
|
||||||
--red: #D26878;
|
--red: #d20f39;
|
||||||
--dimRed: #623039;
|
--dimRed: #e64553;
|
||||||
--orange: #e08f67;
|
--orange: #fe640b;
|
||||||
--dimOrange: #926048;
|
--dimOrange: #926048;
|
||||||
--yellow: #FFFAE1;
|
--yellow: #df8e1d;
|
||||||
--dimYellow: #D5C5A1;
|
--dimYellow: #D5C5A1;
|
||||||
--green: #56AFA0;
|
--green: #40a02b;
|
||||||
--dimGreen: #22453F;
|
--dimGreen: #179299;
|
||||||
--blue: #5690AF;
|
--blue: #04a5e5;
|
||||||
--dimBlue: #223844;
|
--dimBlue: #1e66f5;
|
||||||
--purple: #9271D6;
|
--purple: #7287fd;
|
||||||
--dimPurple: #47356C;
|
--dimPurple: #47356C;
|
||||||
--grey: #CBCDCD;
|
--grey: #CBCDCD;
|
||||||
--dimGrey: #646868
|
--dimGrey: #646868
|
||||||
}
|
}
|
||||||
|
|
||||||
:root.dark {
|
:root.dark {
|
||||||
--bgColor: #222529;
|
--bgColor: #181825;
|
||||||
--fgColor: #D6D6D6;
|
--fgColor: #cdd6f4;
|
||||||
--metaColor: #78B6AD;
|
--metaColor: #74c7ec;
|
||||||
--headColor: #;
|
--headColor: #;
|
||||||
--linkColor: #e2afaf;
|
--linkColor: #f2cdcd;
|
||||||
--hovColor: #E2AEA2;
|
--hovColor: #f38ba8;
|
||||||
--bgSelect: #464949;
|
--bgSelect: #6c7086;
|
||||||
--bgUrl: url(https://i.ibb.co/LzrFBFJ/tileDark.webp) repeat;
|
--bgUrl: url(https://i.ibb.co/LzrFBFJ/tileDark.webp) repeat;
|
||||||
--red: #CD909B;
|
--red: #f38ba8;
|
||||||
--dimRed: #684249;
|
--dimRed: #eba0ac;
|
||||||
--orange: #E2AEA2;
|
--orange: #fab387;
|
||||||
--dimOrange: #704941;
|
--dimOrange: #704941;
|
||||||
--yellow: #DBD5BC;
|
--yellow: #f9e2af;
|
||||||
--dimYellow: #6F6847;
|
--dimYellow: #6F6847;
|
||||||
--green: #78B6AD;
|
--green: #a6e3a1;
|
||||||
--dimGreen: #3E615C;
|
--dimGreen: #94e2d5;
|
||||||
--blue: #87C9E5;
|
--blue: #89dceb;
|
||||||
--dimBlue: #38494F;
|
--dimBlue: #74c7ec;
|
||||||
--purple: #CEA7DE;
|
--purple: #b4befe;
|
||||||
--dimPurple: #5E406A;
|
--dimPurple: #cba6f7;
|
||||||
--grey: #CBCDCD;
|
--grey: #a6adc8;
|
||||||
--dimGrey: #464949
|
--dimGrey: #6c7086
|
||||||
}
|
}
|
||||||
|
|
||||||
::-moz-selection {
|
::-moz-selection {
|
||||||
|
@ -220,7 +220,7 @@ th {
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
font-size: 1.4rem;
|
font-size: 0.6em;
|
||||||
clear: both;
|
clear: both;
|
||||||
color: var(--footColor)
|
color: var(--footColor)
|
||||||
}
|
}
|
||||||
|
@ -228,7 +228,12 @@ footer {
|
||||||
footer,
|
footer,
|
||||||
td,
|
td,
|
||||||
th {
|
th {
|
||||||
text-align: left
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer,
|
||||||
|
img {
|
||||||
|
vertical-align: text-top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.metaData,
|
.metaData,
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
<div class=footContainer>
|
<div class=footContainer>
|
||||||
<div class="footLeft">
|
<div class="footLeft">
|
||||||
<p><!-- FC2 Counter Starts here --> <script language="javascript" type="text/javascript" src="//counter1.fc2.com/counter.php?id=39521789&main=1"></script><noscript><img src="//counter1.fc2.com/counter_img.php?id=39521789&main=1" /></noscript><!-- FC2 Counter Ends here -->
|
<p><!-- FC2 Counter Starts here --> <script language="javascript" type="text/javascript" src="//counter1.fc2.com/counter.php?id=39521789&main=1"></script><noscript><img src="//counter1.fc2.com/counter_img.php?id=39521789&main=1" /></noscript><!-- FC2 Counter Ends here -->
|
||||||
Built with <a target="_blank" rel="noopener noreferrer" href="https://www.getzola.org">Zola</a> using <a target="_blank" rel="noopener noreferrer" href="https://github.com/Speyll/anemone">anemone</a> theme & <a target="_blank" rel="noopener noreferrer" href="https://github.com/Speyll/veqev">veqev</a> colors.<br>
|
Built with <a target="_blank" rel="noopener noreferrer" href="https://www.getzola.org">Zola</a> using <a target="_blank" rel="noopener noreferrer" href="https://github.com/Speyll/anemone">anemone</a> theme.<br>
|
||||||
</p>
|
</p></font>
|
||||||
</div>
|
</div>
|
||||||
{% if config.generate_feed %}
|
{% if config.generate_feed %}
|
||||||
<div class="footRight">
|
<div class="footRight">
|
||||||
|
|
Loading…
Add table
Reference in a new issue