idk algo
This commit is contained in:
parent
e3c60a1307
commit
99a5d06f47
@ -941,6 +941,18 @@
|
||||
background-size: 400px, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto;
|
||||
}
|
||||
|
||||
.easter{
|
||||
position: absolute;
|
||||
z-index: 300;
|
||||
}
|
||||
|
||||
.trovador_link{
|
||||
width: 25px;
|
||||
height: 40px;
|
||||
margin-left: 10%;
|
||||
margin-top: 1600px;
|
||||
}
|
||||
|
||||
.bg5{
|
||||
height: 5800px;
|
||||
background-image:
|
||||
@ -1128,6 +1140,14 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.moyai_link{
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 150px;
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
|
||||
.otto{
|
||||
max-width: 1500px;
|
||||
width: 100%;
|
||||
|
@ -1,3 +1,9 @@
|
||||
body{
|
||||
background-image: url("/public/images/argentum/map_assets/pasto.png");
|
||||
background-image:
|
||||
url("/public/images/argentum/map_assets/rosas.png"),
|
||||
url("/public/images/argentum/map_assets/pasto.png");
|
||||
}
|
||||
|
||||
main{
|
||||
margin: 0;
|
||||
}
|
3
src/router/common_path_settings/argentum/argentum.json
Normal file
3
src/router/common_path_settings/argentum/argentum.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"map": "argentum/map/index"
|
||||
}
|
@ -1,6 +1,5 @@
|
||||
{
|
||||
"layout": "argentum",
|
||||
"icon": "/public/images/argentum/logo.png",
|
||||
"title": "Argentum Online ~ lyricaltokarev.com",
|
||||
"map": "argentum/map/index"
|
||||
"title": "Argentum Online ~ lyricaltokarev.com"
|
||||
}
|
@ -228,5 +228,6 @@
|
||||
</center>
|
||||
</div>
|
||||
<div class="bg bg7">
|
||||
<a href="/argentum/top" class="easter moyai_link"></a>
|
||||
<center><a href="/argentum/otto"><img src="/public/images/argentum/map_assets/otto.png" class="otto"></a></center>
|
||||
</div>
|
3
views/argentum/top.hbs
Normal file
3
views/argentum/top.hbs
Normal file
@ -0,0 +1,3 @@
|
||||
<main>
|
||||
|
||||
</main>
|
@ -1,6 +1,9 @@
|
||||
<body>
|
||||
<main>
|
||||
<center>
|
||||
<p>
|
||||
>>> Absolutely all of the views and opinions expressed by the authors and contributors of the following websites are shared and therefore brutally endorsed with an iron fist. <<<
|
||||
</p>
|
||||
<table>
|
||||
{{#each categoriesAndSites}}
|
||||
{{#ifDivisibleBy @index 2}}
|
||||
|
@ -10,6 +10,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="bg bg4">
|
||||
<a href="/argentum/sombrilla" class="easter trovador_link"></a>
|
||||
<div class="bg bg-wall reverse grass-wall"></div>
|
||||
</div>
|
||||
<div class="bg bg5">
|
||||
|
Loading…
Reference in New Issue
Block a user