Cleaning up CSS

This commit is contained in:
mathias 2015-02-16 15:13:34 +02:00
parent 24045414c5
commit cb2a4c288f
2 changed files with 10 additions and 5 deletions

View file

@ -17,8 +17,6 @@
src: local('Merriweather Sans Light'), local('MerriweatherSans-Light'), url(https://fonts.gstatic.com/s/merriweathersans/v5/6LmGj5dOJopQKEkt88Gowby3qP8l_EZEfCX16eKT4TP3rGVtsTkPsbDajuO5ueQw.woff) format('woff');
}
html, body {
width: 100%;
height: 100%;
@ -61,10 +59,17 @@ p {
text-align: center;
}
a,/
a {
text-decoration: none;
color: #4a6f28;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
a:hover,
a:focus {
text-decoration: none;
color: #5b8731;
}
#intro {

View file

@ -19,7 +19,7 @@
<div id="about-body">
<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 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 <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#104;&#101;&#108;&#108;&#111;&#64;&#109;&#105;&#110;&#101;&#99;&#114;&#97;&#102;&#116;&#46;&#103;&#97;">&#104;&#101;&#108;&#108;&#111;&#64;&#109;&#105;&#110;&#101;&#99;&#114;&#97;&#102;&#116;&#46;&#103;&#97;</a>!</p>
<span id="ipbox">IP</span><input onClick="this.select();" value="minecraft.ga">
</div>
</div>