Difference between revisions of "Template:Kent"

Line 55: Line 55:
 
background-color: #fff;  
 
background-color: #fff;  
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
}
 
 
/* Creates the container for the menu */
 
#menuContainer  {
 
float:left;
 
width: 100%;
 
padding: 10px 0px;
 
                                padding-bottom: 20px;
 
border-top: 10px solid #000000;
 
                                border-bottom: 10px solid #000000;
 
background-color: #000000;
 
                              text-align:center;
 
 
}
 
}
  
Line 160: Line 148:
 
     vertical-align: text-top;
 
     vertical-align: text-top;
 
     }
 
     }
 
 
 
/*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:50px;
 
padding-top:3px;
 
                                padding-left:5px;
 
                                padding-right:5px;
 
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;
 
                                float: none;
 
position: absolute;
 
margin-left: 0px;
 
margin-top:0px;
 
}
 
 
/*Style the submenu buttons*/
 
#menuContainer li ul li{
 
background-color: #FFF;
 
padding-left:20px;
 
padding-right:20px;
 
height:50px;
 
padding-top:10px;
 
margin-top:-2px;
 
color: #565656;
 
width: 150px;
 
}
 
  
 
/*CLASSES */
 
/*CLASSES */

Revision as of 10:29, 25 June 2015