mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Update index.html
This commit is contained in:
parent
45d10fb9f9
commit
8d6a0b19a7
1 changed files with 146 additions and 162 deletions
48
index.html
48
index.html
|
@ -311,94 +311,76 @@
|
|||
font-family: 'icons';
|
||||
content: "\e605";
|
||||
}
|
||||
|
||||
#newsbutton:before, #news-title:before {
|
||||
font-family: 'icons';
|
||||
content: "\e602";
|
||||
}
|
||||
|
||||
#contactbutton:before, #contact-title:before {
|
||||
font-family: 'icons';
|
||||
content: "\e600";
|
||||
}
|
||||
|
||||
#aboutbutton:before {
|
||||
top: 1px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#newsbutton:before {
|
||||
top: 1px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#contactbutton:before {
|
||||
top: 2px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#about-title:before, #contact-title:before, #news-title:before {
|
||||
font-weight: normal;
|
||||
position: relative;
|
||||
}
|
||||
#news-title:before {
|
||||
font-weight: normal;
|
||||
margin-right: 12px;
|
||||
position: relative;
|
||||
margin: 0 12px 0 0;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
#about-title:before {
|
||||
font-weight: normal;
|
||||
margin-right: 8px;
|
||||
position: relative;
|
||||
margin: 0 8px 0 0;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
#contact-title:before {
|
||||
font-weight: normal;
|
||||
margin-right: 12px;
|
||||
position: relative;
|
||||
margin: 0 12px 0 0;
|
||||
top: 3px;
|
||||
}
|
||||
|
||||
#news-box {
|
||||
height: 290px;
|
||||
overflow: scroll;
|
||||
overflow-x: hidden;
|
||||
margin-bottom: 15px;
|
||||
margin: 0 0 15px 0;
|
||||
}
|
||||
|
||||
#news-list {
|
||||
text-align: left;
|
||||
list-style-type: none;
|
||||
padding-right: 10px;
|
||||
padding: 0;
|
||||
padding: 0 10px 0 0;
|
||||
}
|
||||
#news-list li {
|
||||
margin-bottom: 15px;
|
||||
margin: 0 0 15px 0;
|
||||
}
|
||||
.date {
|
||||
font-size: 9px;
|
||||
color: rgba(255,255,255,.4);
|
||||
}
|
||||
|
||||
label {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
label span {
|
||||
display: block;
|
||||
margin-bottom: 7px;
|
||||
margin: 0 0 7px 0;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
label input, label textarea {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#second {
|
||||
margin-top: 18px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
button {
|
||||
margin: 15px 0 0 0;
|
||||
}
|
||||
|
@ -528,7 +510,7 @@ margin: 25px 0 0 0;
|
|||
<div id="about-body">
|
||||
<h2 id="about-title">About</h2>
|
||||
<p>Flame.ga provides you a fun and interesting experience in Minecraft. On this server, you can do whatever you want, without any consequenses; grief, troll, use hacks - you name it. You get access to a large amount of free OP (operator) commands to use whenever you like, as well as a few server plugins, such as WorldEdit and DisguiseCraft. To give you a fresh and lag-free experience, the server will reset once every day.</p>
|
||||
<span id="ip">Join with</span><input id="ipinput" onClick="this.select();" value="flame.ga"><br/>
|
||||
<span id="ip">IP</span><input id="ipinput" onClick="this.select();" value="flame.ga"><br/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="news">
|
||||
|
@ -536,8 +518,10 @@ margin: 25px 0 0 0;
|
|||
<h2 id="news-title">News</h2>
|
||||
<div id="news-box">
|
||||
<ul id="news-list">
|
||||
<li>We've created a new spawn for the server and added a Flatlands world for easier building.<br/>
|
||||
<span class="date">November 17, 2015</span></li>
|
||||
<li>
|
||||
We've created a new spawn for the server and added a Flatlands world for easier building.<br/>
|
||||
<span class="date">November 17, 2015</span>
|
||||
</li>
|
||||
<li>The server has been moved to a new host with better specs! It should also restart much faster than before after a crash. :D<br/>
|
||||
<span class="date">October 4, 2015</span></li>
|
||||
<li>Players can now get some nice ranks/tags using the commands /rank and /ranks.<br/>
|
||||
|
|
Loading…
Reference in a new issue