Update index.html

This commit is contained in:
mathias 2015-12-11 22:57:27 +02:00
parent c53ec528b9
commit 922ab07b58

View file

@ -186,10 +186,9 @@
font-size: 285px; font-size: 285px;
line-height: 262px; line-height: 262px;
margin: 0 0 0 10px; margin: 0 0 0 10px;
font-family: 'icons';
} }
#icon:before { #icon:before {
content: "\e601"; content: "\f0d2";
} }
#logo { #logo {
font-size: 35px; font-size: 35px;
@ -284,12 +283,10 @@
} }
#facebook:before { #facebook:before {
background: #3b5998; background: #3b5998;
font-family: 'icons';
content: '\e603'; content: '\e603';
} }
#twitter:before { #twitter:before {
background: #0084b4; background: #0084b4;
font-family: 'icons';
content: '\e604'; content: '\e604';
} }
#intro a { #intro a {
@ -312,17 +309,17 @@
border-left: 1px solid #aa0000; border-left: 1px solid #aa0000;
padding: 6px 13px 6px 10px; padding: 6px 13px 6px 10px;
} }
#intro a:first-of-type:before, #about h2:before { #facebook:before, h2:before, #icon, #intro a:before, #twitter:before {
font-family: 'icons'; font-family: 'icons';
content: "\e605"; }
#intro a:first-of-type:before, #about h2:before {
content: "\f129";
} }
#intro a:before, #news h2:before { #intro a:before, #news h2:before {
font-family: 'icons'; content: "\f0a1";
content: "\e602";
} }
#intro a:last-of-type:before, #contact h2:before{ #intro a:last-of-type:before, #contact h2:before {
font-family: 'icons'; content: "\f1d8";
content: "\e600";
} }
#intro a:first-of-type:before { #intro a:first-of-type:before {
top: 1px; top: 1px;
@ -352,18 +349,18 @@
margin: 0 12px 0 0; margin: 0 12px 0 0;
top: 3px; top: 3px;
} }
#news-box { #newsbox {
height: 290px; height: 290px;
overflow: scroll; overflow: scroll;
overflow-x: hidden; overflow-x: hidden;
margin: 0 0 15px 0; margin: 0 0 15px 0;
} }
#news-list { #newsbox ul {
text-align: left; text-align: left;
list-style-type: none; list-style-type: none;
padding: 0 10px 0 0; padding: 0 10px 0 0;
} }
#news-list li { #newsbox li {
margin: 0 0 15px 0; margin: 0 0 15px 0;
} }
.date { .date {
@ -521,8 +518,8 @@ margin: 25px 0 0 0;
<div id="news"> <div id="news">
<div id="news-body"> <div id="news-body">
<h2>News</h2> <h2>News</h2>
<div id="news-box"> <div id="newsbox">
<ul id="news-list"> <ul>
<li> <li>
We've created a new spawn for the server and added a Flatlands world for easier building.<br/> 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> <span class="date">November 17, 2015</span>