Initial Commit

This commit is contained in:
mathias 2014-11-14 23:37:00 +02:00
parent 4ba049d518
commit 5b61dd5860
2 changed files with 32 additions and 58 deletions

View file

@ -22,7 +22,7 @@ body {
height: 100%; height: 100%;
font-family: 'Open Sans', sans-serif; font-family: 'Open Sans', sans-serif;
color: #fff; color: #fff;
background-color: #595959; background: #000;
margin: 0; margin: 0;
} }
@ -51,20 +51,6 @@ p {
text-align: center; 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 { a {
color: #28c3ab; color: #28c3ab;
-webkit-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out;
@ -119,17 +105,6 @@ margin-top: 0px;
margin-bottom: 30px; margin-bottom: 30px;
} }
@media(min-width:767px) {
.brand-heading {
font-size: 100px;
}
.intro-text {
font-size: 25px;
}
}
.btn-circle { .btn-circle {
padding: 9px 14px 9px 14px; padding: 9px 14px 9px 14px;
border: 1px solid #fff; border: 1px solid #fff;
@ -152,10 +127,6 @@ text-decoration: none;
background: rgba(255,255,255,.1); background: rgba(255,255,255,.1);
} }
.content-section {
height: auto;
}
.about-section { .about-section {
width: 100%; width: 100%;
height: 100%; height: 100%;
@ -174,32 +145,6 @@ padding-bottom: 40px;
font-size: 16px; 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 { ::-moz-selection {
text-shadow: none; text-shadow: none;
background: #fcfcfc; background: #fcfcfc;
@ -264,3 +209,33 @@ border-bottom-left-radius: 3px;
#ip { #ip {
text-align: center; 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;
}
}

View file

@ -21,8 +21,7 @@
<div class="about-body"> <div class="about-body">
<h2>About minecraft.ga</h2> <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>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>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="ip"><div id="ipbox">IP</div><input type="text" value="minecraft.ga" onfocus="this.select();" onmouseup="return false;" size="10"></div> <div id="ip"><div id="ipbox">IP</div><input type="text" value="minecraft.ga" onfocus="this.select();" onmouseup="return false;" size="10"></div>
</div> </div>
</section> </section>