Cleaning up CSS

This commit is contained in:
mathias 2015-02-16 02:26:17 +02:00
parent 04f057232d
commit 54fd115691
2 changed files with 2 additions and 5 deletions

View file

@ -132,6 +132,7 @@ a:focus {
padding-top: 30px; padding-top: 30px;
padding-bottom: 30px; padding-bottom: 30px;
font-size: 13px; font-size: 13px;
text-align: center;
} }
::-moz-selection { ::-moz-selection {
@ -172,16 +173,12 @@ input[type="text"]:focus {
color: #000; color: #000;
background: #488c1d; background: #488c1d;
padding: 7px; padding: 7px;
display: inline-block;
margin: 15px 0 0 0; margin: 15px 0 0 0;
font-size: 13px; font-size: 13px;
-moz-border-radius: 3px 0px 0px 3px; -moz-border-radius: 3px 0px 0px 3px;
-webkit-border-radius: 3px 0px 0px 3px; -webkit-border-radius: 3px 0px 0px 3px;
border-radius: 3px 0px 0px 3px; border-radius: 3px 0px 0px 3px;
} }
#ip {
text-align: center;
}
@media(min-width:767px) { @media(min-width:767px) {
h2, h2,
h3, h3,

View file

@ -22,7 +22,7 @@
<h2>About Minecraft.ga</h2> <h2>About Minecraft.ga</h2>
<p>Minecraft.ga provides you a unique and interesting experience in Minecraft. This server allows you to do whatever you want; griefing, acting like a staff member, building - you name it. A large set of operator (OP) commands is granted for you to use whenever you like, as well as a few server plugins, such as WorldEdit. With no rules, this is the perfect place to do what you may not be allowed to do elsewhere.</p> <p>Minecraft.ga provides you a unique and interesting experience in Minecraft. This server allows you to do whatever you want; griefing, acting like a staff member, building - you name it. A large set of operator (OP) commands is granted for you to use whenever you like, as well as a few server plugins, such as WorldEdit. With no rules, this is the perfect place to do what you may not be allowed to do elsewhere.</p>
<p>Minecraft.ga uses an auto restart function, which assures the server will always stay up for you to play on. To give you a fresh and lag-free experience, the world will also reset automatically every Sunday. If you need to reach us, please send a mail to hello@minecraft.ga!</p> <p>Minecraft.ga uses an auto restart function, which assures the server will always stay up for you to play on. To give you a fresh and lag-free experience, the world will also reset automatically every Sunday. If you need to reach us, please send a mail to hello@minecraft.ga!</p>
<div id="ip"><div id="ipbox">IP</div><input type="text" value="minecraft.ga" onfocus="this.select();" onmouseup="return false;" size="10"></div> <span id="ipbox">IP</span><input type="text" value="minecraft.ga" onfocus="this.select();" onmouseup="return false;" size="10">
</div> </div>
</section> </section>
<script src="js/scroll.js"></script> <script src="js/scroll.js"></script>