Difference between revisions of "Template:Kent"

Line 20: Line 20:
 
border: 0px;
 
border: 0px;
 
float: center;
 
float: center;
                                 width: 99.5%;
+
                                 width: 100%;
 
margin-left:auto;
 
margin-left:auto;
 
                                 margin-right:auto;
 
                                 margin-right:auto;
Line 46: Line 46:
 
/* Creates a container that will wrap all of the content inside your wiki pages. */
 
/* Creates a container that will wrap all of the content inside your wiki pages. */
 
#mainContainer {   
 
#mainContainer {   
width: 978px;
+
width: 100%;
 +
                        height: 100%;
 
overflow:hidden;
 
overflow:hidden;
float:left;
+
float:center;
margin-left:20px;
+
margin-left: auto;
 +
                                margin-right: auto;
 
margin-bottom: 10px;
 
margin-bottom: 10px;
 
background-color: #fff;  
 
background-color: #fff;  
border-bottom: 14px solid #565656;
 
border-right: 2px solid #565656;
 
border-left: 2px solid #565656;
 
border-top: 2px solid #565656;
 
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
 
}
 
}
Line 61: Line 59:
 
/* Creates the container for the menu */
 
/* Creates the container for the menu */
 
#menuContainer  {  
 
#menuContainer  {  
float:left;
+
float:top;
width: 134px;
+
width: 100%;
padding: 20px 0px;
+
padding: 10px 0px;
border-top: 14px solid #565656;
+
                                padding-bottom: 20px;
 +
border-top: 10px solid #565656;
 +
                                border-bottom: 10px solid #565656;
 
background-color: #E8E8E9;
 
background-color: #E8E8E9;
 +
                              text-align:center;
 
}
 
}
  
 
/* Creates the container for the content */
 
/* Creates the container for the content */
 
#contentContainer {
 
#contentContainer {
padding-top:20px;
+
padding-top:5px;
padding-right:10px;
+
padding-right:0px;
 
margin-bottom: 20px;
 
margin-bottom: 20px;
width: 814px;
+
width: 100%;
 
padding-left: 20px;
 
padding-left: 20px;
 
float: left;
 
float: left;
 
background-color: #fff;  
 
background-color: #fff;  
border-top: 14px solid #565656;
+
border-top: 0px;
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
 
}
 
}
Line 152: Line 153:
 
/*Styling for the links in the menu */
 
/*Styling for the links in the menu */
 
#menuContainer a {
 
#menuContainer a {
color: #565656;
+
color: #fff;
 
text-decoration:none;
 
text-decoration:none;
font-weight: bold;
+
font-weight: 500;
 +
                                font-size: 18px;
 
}
 
}
  
 
/* Sets the style for lists inside menuContainer  */
 
/* Sets the style for lists inside menuContainer  */
 
#menuContainer ul {  
 
#menuContainer ul {  
list-style: none;
+
list-style: inline;
margin-left:0px;
+
                                color: #002147;
 +
                              margin-left: 0px;
 +
                                margin-right: 0px;
 +
margin-top:-5px;
 +
overflow: hidden;
 +
    margin: 0;
 +
    padding: 0;
 
}
 
}
  
Line 166: Line 174:
 
#menuContainer ul li {  
 
#menuContainer ul li {  
 
text-align: center;
 
text-align: center;
display: block;
+
display: inline;
 
width: 100%;
 
width: 100%;
height:30px;
+
height:40px;
padding-top:10px;
+
padding-top:3px;
 +
                                padding-left:10px;
 +
                                padding-right:10px;
 +
box-sizing: border-box;
 
}
 
}
  
Line 190: Line 201:
 
display: block;  
 
display: block;  
 
position: absolute;  
 
position: absolute;  
float:right;
+
float: right;
margin-left: 134px;
+
margin-left: 0px;
margin-top:-42px;
+
margin-top:0px;
 
  }
 
  }
  
 
/*Style the submenu buttons*/
 
/*Style the submenu buttons*/
 
#menuContainer li ul li{
 
#menuContainer li ul li{
background-color: #59BF92;  
+
background-color: #FFF;  
 
padding-left:20px;
 
padding-left:20px;
 
padding-right:20px;
 
padding-right:20px;
Line 226: Line 237:
 
padding-top: 5px;
 
padding-top: 5px;
 
     }
 
     }
 +
 +
 +
  
  

Revision as of 08:44, 23 June 2015