Moved the script and footer inclusion outside of the div to the bottom of the body. Changed how the footer were placed

This commit is contained in:
kasperrt
2014-12-30 02:17:48 +01:00
parent 8497a6957f
commit 014d36f75c
2 changed files with 4 additions and 2 deletions

View File

@@ -37,6 +37,8 @@
</div> </div>
</div> </div>
<?php include("php/footer.php"); ?> </div>
<?php include("php/footer.php"); ?>
</body> </body>
</html> </html>

View File

@@ -22,7 +22,7 @@ body{background:#000; margin:0; }
/*.small:hover{color: #CCC;}*/ /*.small:hover{color: #CCC;}*/
.big{font-size:180vh; position:absolute; top:-50%; color:#330A00 !important; z-index:-1; width: 100%; overflow: hidden; display: none;} .big{font-size:180vh; position:absolute; top:-50%; color:#330A00 !important; z-index:-1; width: 100%; overflow: hidden; display: none;}
.footer a{color:rgba(254, 254, 254, 0.42); text-decoration: none;}.footer a:hover {color:#ed207f;} .footer a{color:rgba(254, 254, 254, 0.42); text-decoration: none;}.footer a:hover {color:#ed207f;}
.footer{font-size: 15px; position: absolute; width:99%;color:rgba(192, 192, 192, 0.42) !important; margin-top: 50px; word-spacing: 2px;} .footer{font-size: 15px; position: absolute; width:99%;color:rgba(192, 192, 192, 0.42) !important; /*margin-top: 50px;*/ word-spacing: 2px;bottom:0px;}
.bottom{bottom:10px;} .bottom{bottom:10px;}
#channels{width:40%; min-width: 300px; padding-top: 4%; font-size: 25px;} #channels{width:40%; min-width: 300px; padding-top: 4%; font-size: 25px;}
.channel{padding: 7px; display: inline-block; font-weight: bold; color: #C4C4C4 !important;font-size: 18px;} .channel{padding: 7px; display: inline-block; font-weight: bold; color: #C4C4C4 !important;font-size: 18px;}