Difference between revisions of "Template:Kent"
Jamesaston (Talk | contribs) |
Jamesaston (Talk | contribs) |
||
Line 20: | Line 20: | ||
border: 0px; | border: 0px; | ||
float: center; | float: center; | ||
− | width: | + | 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: | + | width: 100%; |
+ | height: 100%; | ||
overflow:hidden; | overflow:hidden; | ||
− | float: | + | float:center; |
− | margin-left: | + | margin-left: auto; |
+ | margin-right: auto; | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
background-color: #fff; | background-color: #fff; | ||
− | |||
− | |||
− | |||
− | |||
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: | + | float:top; |
− | width: | + | width: 100%; |
− | padding: | + | padding: 10px 0px; |
− | border-top: | + | 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: | + | padding-top:5px; |
− | padding-right: | + | padding-right:0px; |
margin-bottom: 20px; | margin-bottom: 20px; | ||
− | width: | + | width: 100%; |
padding-left: 20px; | padding-left: 20px; | ||
float: left; | float: left; | ||
background-color: #fff; | background-color: #fff; | ||
− | border-top: | + | 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: # | + | color: #fff; |
text-decoration:none; | text-decoration:none; | ||
− | font-weight: | + | 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: | + | list-style: inline; |
− | + | 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: | + | display: inline; |
width: 100%; | width: 100%; | ||
− | height: | + | 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: | + | margin-left: 0px; |
− | margin-top: | + | margin-top:0px; |
} | } | ||
/*Style the submenu buttons*/ | /*Style the submenu buttons*/ | ||
#menuContainer li ul li{ | #menuContainer li ul li{ | ||
− | background-color: # | + | 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