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
|
||||
|
||||
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.
|
||||
|
||||
|
@ -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.
|
||||
<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;">
|
||||
|
||||
|
|
|
@ -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 |
|
||||
| :---: | :---: | :---: |
|
||||
| [![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)
|
||||
| [![Lian & Mana by @LianSirenia@transfem.social](LianXMana.png)](https://transfem.social/@LianSirenia)<br> by [Lian Sirenia](https://transfem.social/@LianSirenia)
|
||||
| [![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) |
|
||||
|
||||
<br>
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
+++
|
||||
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/13: added [second blog post](../blog/second)
|
||||
##### 24/03/11: added [fanart & creations](../fanart), added more to [picrews](../picrew)
|
||||
|
|
|
@ -1,52 +1,52 @@
|
|||
:root,
|
||||
:root.light {
|
||||
--bgColor: #EEEEEE;
|
||||
--fgColor: #41474E;
|
||||
--metaColor: #D26878;
|
||||
--bgColor: #e6e9ef;
|
||||
--fgColor: #4c4f69;
|
||||
--metaColor: #dd7878;
|
||||
--headColor: #;
|
||||
--linkColor: #5690AF;
|
||||
--linkColor: #209fb5;
|
||||
--hovColor: #22453F;
|
||||
--bgSelect: #FFFAE1;
|
||||
--bgUrl: url(https://i.ibb.co/Qpkrw4V/tile-Light.webp) repeat;
|
||||
--red: #D26878;
|
||||
--dimRed: #623039;
|
||||
--orange: #e08f67;
|
||||
--red: #d20f39;
|
||||
--dimRed: #e64553;
|
||||
--orange: #fe640b;
|
||||
--dimOrange: #926048;
|
||||
--yellow: #FFFAE1;
|
||||
--yellow: #df8e1d;
|
||||
--dimYellow: #D5C5A1;
|
||||
--green: #56AFA0;
|
||||
--dimGreen: #22453F;
|
||||
--blue: #5690AF;
|
||||
--dimBlue: #223844;
|
||||
--purple: #9271D6;
|
||||
--green: #40a02b;
|
||||
--dimGreen: #179299;
|
||||
--blue: #04a5e5;
|
||||
--dimBlue: #1e66f5;
|
||||
--purple: #7287fd;
|
||||
--dimPurple: #47356C;
|
||||
--grey: #CBCDCD;
|
||||
--dimGrey: #646868
|
||||
}
|
||||
|
||||
:root.dark {
|
||||
--bgColor: #222529;
|
||||
--fgColor: #D6D6D6;
|
||||
--metaColor: #78B6AD;
|
||||
--bgColor: #181825;
|
||||
--fgColor: #cdd6f4;
|
||||
--metaColor: #74c7ec;
|
||||
--headColor: #;
|
||||
--linkColor: #e2afaf;
|
||||
--hovColor: #E2AEA2;
|
||||
--bgSelect: #464949;
|
||||
--linkColor: #f2cdcd;
|
||||
--hovColor: #f38ba8;
|
||||
--bgSelect: #6c7086;
|
||||
--bgUrl: url(https://i.ibb.co/LzrFBFJ/tileDark.webp) repeat;
|
||||
--red: #CD909B;
|
||||
--dimRed: #684249;
|
||||
--orange: #E2AEA2;
|
||||
--red: #f38ba8;
|
||||
--dimRed: #eba0ac;
|
||||
--orange: #fab387;
|
||||
--dimOrange: #704941;
|
||||
--yellow: #DBD5BC;
|
||||
--yellow: #f9e2af;
|
||||
--dimYellow: #6F6847;
|
||||
--green: #78B6AD;
|
||||
--dimGreen: #3E615C;
|
||||
--blue: #87C9E5;
|
||||
--dimBlue: #38494F;
|
||||
--purple: #CEA7DE;
|
||||
--dimPurple: #5E406A;
|
||||
--grey: #CBCDCD;
|
||||
--dimGrey: #464949
|
||||
--green: #a6e3a1;
|
||||
--dimGreen: #94e2d5;
|
||||
--blue: #89dceb;
|
||||
--dimBlue: #74c7ec;
|
||||
--purple: #b4befe;
|
||||
--dimPurple: #cba6f7;
|
||||
--grey: #a6adc8;
|
||||
--dimGrey: #6c7086
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
|
@ -220,7 +220,7 @@ th {
|
|||
}
|
||||
|
||||
footer {
|
||||
font-size: 1.4rem;
|
||||
font-size: 0.6em;
|
||||
clear: both;
|
||||
color: var(--footColor)
|
||||
}
|
||||
|
@ -228,7 +228,12 @@ footer {
|
|||
footer,
|
||||
td,
|
||||
th {
|
||||
text-align: left
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
footer,
|
||||
img {
|
||||
vertical-align: text-top;
|
||||
}
|
||||
|
||||
.metaData,
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<div class=footContainer>
|
||||
<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 -->
|
||||
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>
|
||||
</p>
|
||||
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></font>
|
||||
</div>
|
||||
{% if config.generate_feed %}
|
||||
<div class="footRight">
|
||||
|
|
Loading…
Add table
Reference in a new issue