|
|
Line 1: |
Line 1: |
| <html> | | <html> |
| | | |
− | <style type="text/css">
| + | <style type="text/css"> |
− | | + | |
− | | + | |
− | | + | |
− | /* Creates a container that will wrap all of the content inside your wiki pages. */
| + | |
− | #mainContainer {
| + | |
− | width: 978px;
| + | |
− | overflow:hidden;
| + | |
− | float:left;
| + | |
− | margin-left:20px;
| + | |
− | margin-bottom: 10px;
| + | |
− | 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;
| + | |
− | }
| + | |
− | | + | |
− | /* Creates the container for the menu */
| + | |
− | #menuContainer {
| + | |
− | float:left;
| + | |
− | width: 134px;
| + | |
− | padding: 20px 0px;
| + | |
− | border-top: 14px solid #565656;
| + | |
− | }
| + | |
− | | + | |
− | /* Creates the container for the content */
| + | |
− | #contentContainer {
| + | |
− | padding-top:20px;
| + | |
− | padding-right:10px;
| + | |
− | margin-bottom: 20px;
| + | |
− | width: 814px;
| + | |
− | padding-left: 20px;
| + | |
− | float: left;
| + | |
− | border-top: 14px solid #565656;
| + | |
− | font-family: "Trebuchet MS", Helvetica, sans-serif;
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
| | | |
| | | |