Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Guevara-chan authored Oct 19, 2018
1 parent 3598d92 commit e392caf
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions main.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@font-face {font-family: Roboto; src: url(res/3966.ttf)}
@font-face {font-family: Oswald; src: url(res/Oswald-Regular.ttf)}

a {text-decoration: none; text-shadow: -1px -1px 2px black; font-weight: bold; font-size: 15px;}
a {text-decoration: none; text-shadow: -1px -1px 2px black; font-style: italic; font-weight: bold; font-size: 15px;}
a:hover {text-shadow: 0px 0px 2px orange, 0 0 1em red; transition: .5s}
textarea:focus{outline: none;}

Expand All @@ -22,21 +22,25 @@

<body style="margin: 0; background: #0f0f0f -webkit-repeating-linear-gradient(top, transparent 0px, transparent 1px, rgba(0, 0, 0, 0.25) 1px, rgba(0, 0, 0, 0.25) 2px); -webkit-background-size: 100% 2px; overflow: hidden; user-select: none; -moz-user-select: none; -ms-user-select: none;">
<div id="appspace" style="position:absolute; top: 0; bottom: 0; display:flex; width: 100%; visibility: hidden; overflow: auto; flex-flow: column;">

<div class="bar" style="background: goldenrod; text-align: center; border-right: 2px dotted black; text-shadow: 0px 0px 3px #525222">• [<a href="https://github.com/Guevara-chan/Unicide" target="_blank" style="color: blanchedalmond">Unicide</a>]: forced evolution for unicellular entities •</div>

<div style="display: flex; height: 100%">
<div class="area" style="margin-top: 0">
<textarea id="uni" class="lit" style="border: 2px solid goldenrod; border-top: 0; color: gold; z-index: 2"></textarea>
<center>
<div class="tip" style="background: goldenrod; color: blanchedalmond; text-shadow: 1px 1px 2px gray, 0 0 1em red; border-radius: 0px 0px 10px 10px; border-top: 1px dashed white; "><b>⦻⋮<b style="color: #440000; text-shadow: 0px 0px 3px gray; font-family: Oswald;">UNI</b>⋮⦻</b></div>
<div class="tip" style="background: goldenrod; color: blanchedalmond; text-shadow: 1px 1px 2px gray, 0 0 1em red; border-radius: 0px 0px 10px 10px; border-top: 1px dashed rgba(255, 255, 255, 0.5); "><b>⦻⋮<b style="color: #440000; text-shadow: 0px 0px 3px gray; font-family: Oswald;">UNI</b>⋮⦻</b></div>
</center>
</div>

<div class="area" style="margin-bottom: 0">
<center>
<div class="tip" style="background: darkturquoise; color: #DFFEFE; text-shadow: 1px -1px 2px darkgray, 0 0 1em slategray; border-radius: 10px 10px 0px 0px; border-bottom: 1px dashed white">🞇⋮<b style="color:#004444; text-shadow: 0px 0px 3px gray; font-family: Oswald;">PLURI</b>⋮🞇</div>
<div class="tip" style="background: darkturquoise; color: #DFFEFE; text-shadow: 1px -1px 2px darkgray, 0 0 1em slategray; border-radius: 10px 10px 0px 0px; border-bottom: 1px dashed rgba(255, 255, 255, 0.5)">🞇⋮<b style="color:#004444; text-shadow: 0px 0px 3px gray; font-family: Oswald;">PLURI</b>⋮🞇</div>
</center>
<textarea id="pluri" class="lit" style="border: 2px solid darkturquoise; border-bottom: 0; color: cyan;" readonly></textarea>
</div>
</div>

<div class="bar" style="text-shadow: 0px 0px 3px #222222; background: darkturquoise; text-align: center; border-left: 2px dotted black">• Developed in 2018 by [<a href="http://vk.com/guevara_chan" target="_blank" style="color: #DFFEFE">Victoria A. Guevara</a>] •</div>
</div>
<script type="text/coffeescript" src="./ui.coffee"></script>
Expand Down

0 comments on commit e392caf

Please sign in to comment.