Difference between revisions of "Template:KentFooter"

(Replaced content with "<html> <footer style="margin-bottom: -31px;"> <div class="wrapper clearfix"> <div class="FooterLogos"> <div id="FL1"><a href="http://www.facebook.c...")
Line 1: Line 1:
 
<html>
 
<html>
 +
 
<footer style="margin-bottom: -31px;">
 
<footer style="margin-bottom: -31px;">
  
<!-- Declare that you are going to use html code instead of wiki code -->
+
    <div class="wrapper clearfix">
 
+
<html>
+
 
+
<!-- Start of CSS-->
+
<style type="text/css">
+
 
+
/* WIKI SETTINGS*/
+
+
/* Hide first heading */
+
.firstHeading {
+
display: none;
+
}
+
+
/*-- Remove borders, float content left and remove padding/margin */
+
#globalWrapper, #content{
+
background-color: transparent;
+
border: 0px;
+
float: center;
+
                                width: 100%;
+
margin-left:auto;
+
                                margin-right:auto;
+
padding-top: -5px;
+
}
+
 
+
/*left align Black Menu Bar */
+
#top_menu_inside {
+
margin-left: 20px;
+
}
+
</style>
+
 
+
<html>
+
 
+
<!-- Start of CSS-->
+
<style type="text/css">
+
 
+
/* PAGE LAYOUT */
+
 
+
/* Creates the container for the menu */
+
#menuContainer  {
+
float:top;
+
width: 100%;
+
padding: 10px 0px;
+
                                padding-bottom: 20px;
+
border-top: 10px solid #000000;
+
                                border-bottom: 10px solid #000000;
+
background-color: #000000;
+
                              text-align:center;
+
}
+
 
+
/*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
+
 
+
/*Change the styling of text for everything inside main container*/
+
#mainContainer p {
+
font-size: 13px;
+
color: #000000;
+
}
+
+
/*This changes the color and font family */
+
#contentContainer h1, h2, h3, h4, h5, h6 {
+
color: #565656;
+
border-bottom: none;
+
font-weight: bold;
+
font-family: "Trebuchet MS", Helvetica, sans-serif;
+
margin-top:10px;
+
}
+
 
+
/*Style of the links - links are different inside the menu */
+
#contentContainer a {
+
font-weight: bold;
+
color: #23b593;
+
}
+
 
+
  /* Styling links on hover- links are different inside the menu */
+
#contentContainer a:hover {
+
color: #59bf92;
+
}
+
 
+
/*Change the styling of tables */
+
        #contentContainer table {
+
    border: 1px solid #565656;
+
    border-collapse: collapse;
+
    width: 90%
+
    margin: auto;
+
    margin-bottom: 15px;
+
    margin-top: 15px;
+
    margin-right: 10px;
+
    margin-left: 10px;
+
    }
+
 
+
 
+
 
+
/*MENU STYLING */
+
 
+
/*Styling for the links in the menu */
+
#menuContainer a {
+
color: #fff;
+
text-decoration:none;
+
font-weight: 500;
+
                                font-size: 18px;
+
}
+
 
+
/* Sets the style for lists inside menuContainer  */
+
#menuContainer ul {
+
list-style: inline;
+
                                color: #002147;
+
                              margin-left: 0px;
+
                                margin-right: 0px;
+
margin-top:-5px;
+
overflow: hidden;
+
    margin: 0;
+
    padding: 0;
+
}
+
 
+
/*Styles the list items to become menu buttons */
+
#menuContainer ul li {
+
text-align: center;
+
display: inline;
+
width: 100%;
+
height:40px;
+
padding-top:3px;
+
                                padding-left:10px;
+
                                padding-right:10px;
+
box-sizing: border-box;
+
}
+
 
+
/*For the menu buttons, changes the color when hovering*/
+
#menuContainer li:hover {
+
color:  #FFF;
+
background-color: #24B694;
+
}
+
 
+
/*Submenus are not displayed as default*/
+
#menuContainer li ul {
+
display: none;
+
padding-top:15px;
+
margin-left: -19px;
+
}
+
 
+
/*Submenus are displayed when hovering the menu button */
+
#menuContainer li:hover ul {
+
/*display: inline-block; */
+
display: block;
+
position: absolute;
+
float: right;
+
margin-left: 0px;
+
margin-top:0px;
+
}
+
 
+
/*Style the submenu buttons*/
+
#menuContainer li ul li{
+
background-color: #FFF;
+
padding-left:20px;
+
padding-right:20px;
+
height:30px;
+
padding-top:10px;
+
margin-top:-2px;
+
color: #565656;
+
width: 150px;
+
}
+
 
+
/*CLASSES */
+
 
+
/*Clear class for all the pages, adds spacing too*/
+
.clear{
+
clear:both;
+
height: 10px;
+
}
+
 
+
 
+
/* highlight box for special messages */
+
    .highlightBox {
+
        width:500px;
+
        margin:auto;
+
        background-color: #E8E8E9;
+
margin-bottom: 15px;
+
margin-top: 15px;
+
padding: 15px;
+
padding-top: 5px;
+
    }
+
 
+
</style>
+
<!-- End of CSS -->
+
  
<div id ="mainContainer"><!--The closing tag for mainContainer should be placed at the bottom of each content page.-->
+
        <div class="FooterLogos">
 +
            <div id="FL1"><a href="http://www.facebook.com"> Facebook </a></div>
  
<!-- Start of menu -->
+
            <div id="FL2"><a href="http://www.twitter.com/igem_kent"> Twitter </a></div>
<div id="menuContainer">
+
<ul>
+
</li></a>
+
  
<a href="http://www.facebook.com"><li> Facebook </li></a>
+
            <div id="FL3"><a href="http://www.instagram.com"> Instagram </a></div>
     
+
        </div>
<a href="http://www.instagram.com"><li> Instagram </li></a>
+
  
<a href="http://www.twitter.com/igem_kent"><li> Twitter</li></a>
+
</footer>
</ul>
+
</div>
+
  
 
</html>
 
</html>

Revision as of 10:24, 23 June 2015