Compare commits

...

1 commit

Author SHA1 Message Date
rainbownapkin 39a9f29a52 Added birthday decor 2022-11-16 05:48:38 +00:00
4 changed files with 15 additions and 2 deletions

View file

@ -4,7 +4,9 @@ mixin navheader()
span.icon-bar span.icon-bar
span.icon-bar span.icon-bar
span.icon-bar span.icon-bar
a.navbar-brand(href="/")= siteTitle img#bcandle(src="/img/bdaycandle.png",title="Happy Birthday Ourfore.st!")
a.navbar-brand(href="/",title="Happy Birthday Ourfore.st!")= siteTitle
img#bhat(src="/img/bdayhat.png",title="Happy Birthday Ourfore.st!")
mixin navdefaultlinks() mixin navdefaultlinks()
li li

View file

@ -40,7 +40,18 @@ body{
max-width: 100%; max-width: 100%;
overflow-x: hidden; overflow-x: hidden;
} }
#bhat{
position: absolute;
width: 1.5em;
left: 6.2em;
top: 0.2em;
}
#bcandle{
position: absolute;
height: 1.4em;
left: 1.3em;
top: 0.2em;
}
#mp-show-ip-in-tooltip{ #mp-show-ip-in-tooltip{
margin-top: 0.5em; margin-top: 0.5em;
} }

BIN
www/img/bdaycandle.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
www/img/bdayhat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB