Cleaning up CSS

This commit is contained in:
mathias 2015-02-16 16:22:59 +02:00
parent a8b1493163
commit f3cd7e9746
2 changed files with 8 additions and 8 deletions

View file

@ -110,7 +110,7 @@ h1 {
line-height: 6px;
}
#btn-circle {
#circle {
display: inline-block;
width: 30px;
height: 30px;
@ -128,8 +128,8 @@ h1 {
text-decoration: none;
}
#btn-circle:hover,
#btn-circle:focus {
#circle:hover,
#circle:focus {
outline: 0;
color: #fff;
background: rgba(255,255,255,.1);
@ -188,7 +188,7 @@ input:focus {
color: #000;
background: #4a6f28;
}
#ipbox {
#ip {
border: 1px solid #4a6f28;
color: #000;
background: #4a6f28;
@ -223,11 +223,11 @@ font-size:18px;
margin:25px 0 0 0;
width:113px;
}
#ipbox{
#ip{
font-size:18px;
margin:25px 0 0 0;
}
#btn-circle{
#circle{
font-size:29px;
width:60px;
height:60px;

View file

@ -12,7 +12,7 @@
<div id="intro-body">
<p id="logo">Minecraft.ga</p>
<h1>Sandbox Server in Minecraft</h1>
<a href="#about" id="btn-circle">&#9660;</a>
<a href="#about" id="circle">&#9660;</a>
</div>
</div>
<div id="about">
@ -20,7 +20,7 @@
<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 <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">
<span id="ip">IP</span><input onClick="this.select();" value="minecraft.ga">
</div>
</div>
</body>