Add a footer.
This commit is contained in:
parent
d1197bf159
commit
2cfe39b6f9
@ -13,13 +13,22 @@ body {
|
|||||||
font-weight: 300 !important;
|
font-weight: 300 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Header */
|
/* Page layout */
|
||||||
#header {
|
html, body {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#push {
|
||||||
|
position: relative;
|
||||||
|
min-height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Header, footer */
|
||||||
|
#header, #footer {
|
||||||
background: #EBEBEB;
|
background: #EBEBEB;
|
||||||
color: #3B3738;
|
color: #3B3738;
|
||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-top: 1px solid #DED3D6;
|
|
||||||
width: 1540px;
|
width: 1540px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
@ -47,6 +56,13 @@ body {
|
|||||||
font-size: 42px;
|
font-size: 42px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#footer {
|
||||||
|
border-top-right-radius: 2px;
|
||||||
|
border-top-left-radius: 2px;
|
||||||
|
font-size: 16px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
|
||||||
/* Tagline */
|
/* Tagline */
|
||||||
#tagline {
|
#tagline {
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
@ -79,7 +95,7 @@ body {
|
|||||||
/* Server listing */
|
/* Server listing */
|
||||||
#server-container {
|
#server-container {
|
||||||
width: 1540px;
|
width: 1540px;
|
||||||
margin: 10px auto 0 auto;
|
margin: 10px auto;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -16,6 +16,8 @@
|
|||||||
|
|
||||||
<div id="tooltip"></div>
|
<div id="tooltip"></div>
|
||||||
|
|
||||||
|
<div id="push">
|
||||||
|
|
||||||
<div id="header">
|
<div id="header">
|
||||||
|
|
||||||
<h1 class="text-uppercase">Minetrack</h1>
|
<h1 class="text-uppercase">Minetrack</h1>
|
||||||
@ -63,6 +65,14 @@
|
|||||||
|
|
||||||
<div id="server-container" class="container"></div>
|
<div id="server-container" class="container"></div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="footer">
|
||||||
|
|
||||||
|
Copyright © 2015. All rights reserved. Logo copyrights belong to their respective owners.
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="quick-jump-container"></div>
|
<div id="quick-jump-container"></div>
|
||||||
|
|
||||||
<!-- External JS assets -->
|
<!-- External JS assets -->
|
||||||
|
Loading…
Reference in New Issue
Block a user