mirror of
https://github.com/kaboomserver/website.git
synced 2024-11-29 10:46:00 -05:00
Initial Commit
This commit is contained in:
parent
eba21fd6ca
commit
d35f9f80ca
2 changed files with 7 additions and 2 deletions
|
@ -102,7 +102,7 @@ a:focus {
|
|||
|
||||
.intro-text {
|
||||
font-size: 18px;
|
||||
text-transform: uppercase;
|
||||
text-transfo font-family: 'Open Sans', sans-serif;rm: uppercase;
|
||||
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
margin-top: -35px;
|
||||
}
|
||||
|
@ -201,6 +201,8 @@ input[type="text"] {
|
|||
color: #488c1d;
|
||||
background-color: transparent;
|
||||
padding: 7px;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-size: 21px;
|
||||
margin-top: 25px;
|
||||
-webkit-border-top-right-radius: 3px;
|
||||
-webkit-border-bottom-right-radius: 3px;
|
||||
|
@ -230,4 +232,7 @@ display:inline-block;
|
|||
-moz-border-radius-bottomleft: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
#ip {
|
||||
text-align: center;
|
||||
}
|
|
@ -26,7 +26,7 @@
|
|||
<p>Build, destroy, act like an admin or simply go crazy. Minecraft.ga gives you an opportunity to feel the experience of being an admin or moderator on a server. With access to operator (OP) commands and features used by server staff, you can do heaps of stuff. We have to block a few commands, such as /ban, /kick, /stop etc, to prevent people from abusing too much.</p>
|
||||
<p>The world on Minecraft.ga resets automatically once every week, simply to provide you a fresh and lag-free experience. You can save your buildings and continue working on them after the world has reset; more info concerning this will be given once you join the server.
|
||||
</p>
|
||||
<p><div id="ipbox">IP</div><input type="text" value="minecraft.ga" onfocus="this.select();" onmouseup="return false;" size="10"></p>
|
||||
<div id="ip"><div id="ipbox">IP</div><input type="text" value="minecraft.ga" onfocus="this.select();" onmouseup="return false;" size="10"></div>
|
||||
</div>
|
||||
</section>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
|
||||
|
|
Loading…
Reference in a new issue