mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Cleaning up CSS
This commit is contained in:
parent
24045414c5
commit
cb2a4c288f
2 changed files with 10 additions and 5 deletions
|
@ -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 {
|
||||
|
|
|
@ -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="mailto:hello@minecraft.ga">hello@minecraft.ga</a>!</p>
|
||||
<span id="ipbox">IP</span><input onClick="this.select();" value="minecraft.ga">
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue