tweaks
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
}
|
}
|
||||||
.content-right {
|
.content-right {
|
||||||
grid-area: 1 / 2 / 2 / 3;
|
grid-area: 1 / 2 / 2 / 3;
|
||||||
|
margin-right: 2em;
|
||||||
/* background-image: url(../img/dev/collage.png);
|
/* background-image: url(../img/dev/collage.png);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;*/
|
background-repeat: no-repeat;*/
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
background-position: bottom center;
|
background-position: bottom center;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: auto; /*repeat(4, minmax(5ch,128px))*/
|
grid-template-columns: auto;
|
||||||
grid-template-rows: repeat(4, auto);
|
grid-template-rows: repeat(4, auto);
|
||||||
/*grid-template-columns: minmax(0%,10%) repeat(6, minmax(7ch,96px)) minmax(0%,10%);*/
|
/*grid-template-columns: minmax(0%,10%) repeat(6, minmax(7ch,96px)) minmax(0%,10%);*/
|
||||||
grid-column-gap: 0px;
|
grid-column-gap: 0px;
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 447 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.5 MiB |
+2
-2
@@ -1,8 +1,8 @@
|
|||||||
% rebase('frame.tpl')
|
% rebase('frame.tpl')
|
||||||
<div class="content-grid">
|
<div class="content-grid">
|
||||||
<div class="center"><h1>about blessfrey</h1></div>
|
<div class="center"><h1>about blessfrey</h1></div>
|
||||||
<div class="jump"><img src="/static/img/prom/BlessFREY_logo.png" alt="(link: BLESSFREY" class="logo">
|
<div class="center"><!--<img src="/static/img/prom/BlessFREY_logo.png" alt="(link: BLESSFREY" class="logo">
|
||||||
<a href="#demo">play</a> • <a href="#system">system</a> • <a href="#story">story</a> • <a href="#characters">characters</a> • <a href="#info">info</a><br>
|
--><a href="#demo">play</a> • <a href="#system">system</a> • <a href="#story">story</a> • <a href="#characters">characters</a> • <a href="#info">info</a><br>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="system" id="system">
|
<div class="system" id="system">
|
||||||
|
|||||||
@@ -30,6 +30,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div><div class="star"></div></div>
|
</div><div class="star"></div></div>
|
||||||
<div class="links">
|
<div class="links">
|
||||||
. • . <a href=/milestones>milestones</a> {{random.choice(['.','•','☆','★'])}} <a href=/gdd>game design document</a> {{random.choice(['.','•','☆','★'])}} <a href=/blessfrey-presskit>presskit</a> {{random.choice(['.','•','☆','★'])}} © chimchooree 2020-{{year}} ☆ .. . <br>
|
. • . <a href=/milestones>milestones</a> {{random.choice(['.','•','☆','★'])}} <a href=/gdd>gdd</a> {{random.choice(['.','•','☆','★'])}} <a href=/blessfrey-presskit>presskit</a> {{random.choice(['.','•','☆','★'])}}<!-- © chimchooree 2020-{{year}}--> ☆ .. . <br>
|
||||||
</div>
|
</div>
|
||||||
</div></footer>
|
</div></footer>
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
<div class="top">. ★. . <a href="/">blessfrey.me</a> .. ☆ .</div>
|
<div class="top">. ★. . <a href="/">blessfrey.me</a> .. ☆ .</div>
|
||||||
|
|
||||||
{{!base}}
|
{{!base}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user