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
4ba049d518
commit
5b61dd5860
2 changed files with 32 additions and 58 deletions
|
@ -22,7 +22,7 @@ body {
|
|||
height: 100%;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
color: #fff;
|
||||
background-color: #595959;
|
||||
background: #000;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
@ -51,20 +51,6 @@ p {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
@media(min-width:767px) {
|
||||
p {
|
||||
margin: 0 0 20px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
margin: 0 0 30px;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: #28c3ab;
|
||||
-webkit-transition: all .2s ease-in-out;
|
||||
|
@ -119,17 +105,6 @@ margin-top: 0px;
|
|||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
@media(min-width:767px) {
|
||||
|
||||
.brand-heading {
|
||||
font-size: 100px;
|
||||
}
|
||||
|
||||
.intro-text {
|
||||
font-size: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-circle {
|
||||
padding: 9px 14px 9px 14px;
|
||||
border: 1px solid #fff;
|
||||
|
@ -152,10 +127,6 @@ text-decoration: none;
|
|||
background: rgba(255,255,255,.1);
|
||||
}
|
||||
|
||||
.content-section {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.about-section {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
@ -174,32 +145,6 @@ padding-bottom: 40px;
|
|||
font-size: 16px;
|
||||
}
|
||||
|
||||
@media(min-width:767px) {
|
||||
.content-section {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.about-section {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.about-body {
|
||||
padding-left: 90px;
|
||||
padding-right: 90px;
|
||||
font-size: 21px;
|
||||
}
|
||||
input[type="text"] {
|
||||
font-size: 21px;
|
||||
}
|
||||
#ipbox {
|
||||
font-size: 21px;
|
||||
}
|
||||
.btn-circle {
|
||||
padding: 9px 15px 9px 15px;
|
||||
font-size: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
text-shadow: none;
|
||||
background: #fcfcfc;
|
||||
|
@ -263,4 +208,34 @@ border-bottom-left-radius: 3px;
|
|||
}
|
||||
#ip {
|
||||
text-align: center;
|
||||
}
|
||||
@media(min-width:767px) {
|
||||
p {
|
||||
margin: 0 0 20px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
h2,h3,h4,h5,h6 {
|
||||
margin: 0 0 30px;
|
||||
}
|
||||
.about-body {
|
||||
padding-left: 90px;
|
||||
padding-right: 90px;
|
||||
font-size: 21px;
|
||||
}
|
||||
input[type="text"] {
|
||||
font-size: 21px;
|
||||
}
|
||||
#ipbox {
|
||||
font-size: 21px;
|
||||
}
|
||||
.btn-circle {
|
||||
padding: 9px 15px 9px 15px;
|
||||
font-size: 30px;
|
||||
}
|
||||
.brand-heading {
|
||||
font-size: 100px;
|
||||
}
|
||||
.intro-text {
|
||||
font-size: 25px;
|
||||
}
|
||||
}
|
|
@ -21,8 +21,7 @@
|
|||
<div class="about-body">
|
||||
<h2>About minecraft.ga</h2>
|
||||
<p>Build, destroy, act like an admin or simply go crazy. Minecraft.ga tries to simulate 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>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>
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue