Restore Ruby's css.
This commit is contained in:
parent
29b952303a
commit
b93d48920a
4 changed files with 46 additions and 136 deletions
|
@ -1,3 +1,3 @@
|
|||
/* This file is for your main application css. */
|
||||
|
||||
@import "./phoenix.css";
|
||||
@import "./ruby.css";
|
||||
|
|
File diff suppressed because one or more lines are too long
41
ui/assets/css/ruby.css
Normal file
41
ui/assets/css/ruby.css
Normal file
|
@ -0,0 +1,41 @@
|
|||
body {
|
||||
background-color: lightblue;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 30px;
|
||||
font-family: "Verdana", Verdana, sans-serif;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 25px;
|
||||
font-family: "Verdana", Verdana, sans-serif;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 20px;
|
||||
font-family: "Verdana", Verdana, sans-serif;
|
||||
}
|
||||
|
||||
#buttonwrap {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.button {
|
||||
background-color: #4CAF50; /* Green */
|
||||
border: none;
|
||||
color: white;
|
||||
padding: 15px 32px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
width: 70%;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
#hintbutton {
|
||||
background-color: white;
|
||||
font-size: 15px;
|
||||
}
|
|
@ -4,11 +4,14 @@
|
|||
|
||||
<div id="buttonwrap">
|
||||
<input onclick="start()" value="Start" type="button" class="button">
|
||||
<p>Response status:</p>
|
||||
<p id="response"></p>
|
||||
</div>
|
||||
|
||||
<a href="http://www.geochecker.com/index.php?code=d9dbdc4542a4911a5f81a51bc9312a35&action=check&wp=47433743363432&name=4573726f6d">en: check your coordinate on GeoChecker.com nl: controleer je coördinaat op GeoChecker.</a>
|
||||
<input type="button" onclick="givehint()" value="Click here for a hint!" id="stupidbutton">
|
||||
<br>
|
||||
<br>
|
||||
<input type="button" onclick="givehint()" value="Click here for a hint!" id="hintbutton">
|
||||
<div id="givehint" style="visibility:hidden">
|
||||
<p>en: Position yourself on the bridge. Watch carefully around to windows of houses, remember this is a nightly geocache. During daytime it is quite hard to see, but not impossible. After pushing the button, it takes 3
|
||||
seconds to start. The whole process takes about 35 sec. During the process it cannot be stopped nor restarted. You can start it all over again as much as you like. In case you are really stuck, you could try to contact me via WhatsApp on number +31 6 41633689. Best of luck to you!</p>
|
||||
|
|
Loading…
Reference in a new issue