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
a8b1493163
commit
f3cd7e9746
2 changed files with 8 additions and 8 deletions
|
@ -110,7 +110,7 @@ h1 {
|
||||||
line-height: 6px;
|
line-height: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#btn-circle {
|
#circle {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
@ -128,8 +128,8 @@ h1 {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#btn-circle:hover,
|
#circle:hover,
|
||||||
#btn-circle:focus {
|
#circle:focus {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: rgba(255,255,255,.1);
|
background: rgba(255,255,255,.1);
|
||||||
|
@ -188,7 +188,7 @@ input:focus {
|
||||||
color: #000;
|
color: #000;
|
||||||
background: #4a6f28;
|
background: #4a6f28;
|
||||||
}
|
}
|
||||||
#ipbox {
|
#ip {
|
||||||
border: 1px solid #4a6f28;
|
border: 1px solid #4a6f28;
|
||||||
color: #000;
|
color: #000;
|
||||||
background: #4a6f28;
|
background: #4a6f28;
|
||||||
|
@ -223,11 +223,11 @@ font-size:18px;
|
||||||
margin:25px 0 0 0;
|
margin:25px 0 0 0;
|
||||||
width:113px;
|
width:113px;
|
||||||
}
|
}
|
||||||
#ipbox{
|
#ip{
|
||||||
font-size:18px;
|
font-size:18px;
|
||||||
margin:25px 0 0 0;
|
margin:25px 0 0 0;
|
||||||
}
|
}
|
||||||
#btn-circle{
|
#circle{
|
||||||
font-size:29px;
|
font-size:29px;
|
||||||
width:60px;
|
width:60px;
|
||||||
height:60px;
|
height:60px;
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<div id="intro-body">
|
<div id="intro-body">
|
||||||
<p id="logo">Minecraft.ga</p>
|
<p id="logo">Minecraft.ga</p>
|
||||||
<h1>Sandbox Server in Minecraft</h1>
|
<h1>Sandbox Server in Minecraft</h1>
|
||||||
<a href="#about" id="btn-circle">▼</a>
|
<a href="#about" id="circle">▼</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="about">
|
<div id="about">
|
||||||
|
@ -20,7 +20,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 <a href="mailto:hello@minecraft.ga">hello@minecraft.ga</a>!</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">
|
<span id="ip">IP</span><input onClick="this.select();" value="minecraft.ga">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue