|
|
(3 intermediate revisions by the same user not shown) |
Line 3: |
Line 3: |
| <!-- Declare that you are going to use html code instead of wiki code --> | | <!-- Declare that you are going to use html code instead of wiki code --> |
| <html> | | <html> |
− | <head>
| + | |
− | <meta charset="utf-8">
| + | |
− | <meta http-equiv="X-UA-Compatible" content="IE=edge">
| + | |
− | <meta name="viewport" content="width=device-width, initial-scale=1">
| + | |
− | <title></title>
| + | |
− | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
| + | |
− | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
| + | |
− | <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
| + | |
− | </head> | + | |
− | <style>
| + | |
− | .menu {
| + | |
− | font-family: "Verdana", Geneva, sans-serif;
| + | |
− | font-weight: 100;
| + | |
− | font-size: 28px;
| + | |
− | float: top;
| + | |
− | color: black;
| + | |
− | margin-top: 20px;
| + | |
− | }
| + | |
− | .submenu {
| + | |
− | font-weight: 50;
| + | |
− | font-family: "Verdana", Geneva, sans-serif;
| + | |
− | font-size: 20px;
| + | |
− | color: black;
| + | |
− | float: right;
| + | |
− | margin-top: 10px;
| + | |
− | }
| + | |
− | .btn-default {
| + | |
− | background-color: transparent;
| + | |
− | border-color: transparent;
| + | |
− | font-weight: bold;
| + | |
− | font-size: 25px;
| + | |
− | color: black;
| + | |
− | }
| + | |
− | .headerline {
| + | |
− | height: 30px;
| + | |
− | width: 100px;
| + | |
− | }
| + | |
− | .body {
| + | |
− | margin-top: 25px;
| + | |
− | }
| + | |
− | .abstract{
| + | |
− | font-family: "Verdana", Geneva, sans-serif;
| + | |
− | font-weight: 100;
| + | |
− | font-size: 25px;
| + | |
− | color: black;
| + | |
− | }
| + | |
− | .footer{
| + | |
− | background-color: black;
| + | |
− | font-family: "Verdana", Geneva, sans-serif;
| + | |
− | font-weight: 100;
| + | |
− | font-size: 35px;
| + | |
− | color: white;
| + | |
− | }
| + | |
− | </style>
| + | |
− | | + | |
− | | + | |
− | <!-- Start of CSS-->
| + | |
− | <style type="text/css">
| + | |
− | | + | |
− | /* PAGE LAYOUT */
| + | |
− | | + | |
− | /* Change Background color*/
| + | |
− | body {
| + | |
− | background-color: #fff;
| + | |
− | }
| + | |
− | | + | |
− | /* Creates a container that will wrap all of the content inside your wiki pages. */
| + | |
− | #mainContainer {
| + | |
− | width: 100%;
| + | |
− | overflow:hidden;
| + | |
− | margin-left: auto;
| + | |
− | margin-right: auto;
| + | |
− | margin-bottom: 10px;
| + | |
− | background-color: #fff;
| + | |
− | font-family: "Trebuchet MS", Helvetica, sans-serif;
| + | |
− | }
| + | |
− | | + | |
− | /* Creates the container for the menu */
| + | |
− | #menuNavbar {
| + | |
− | float:top;
| + | |
− | width: 97%;
| + | |
− | margin-left: auto;
| + | |
− | margin-right: auto;
| + | |
− | }
| + | |
− | | + | |
− | /* Creates the container for the content */
| + | |
− | #contentContainer {
| + | |
− | padding-top:20px;
| + | |
− | padding-right:20px;
| + | |
− | padding-left: 20px;
| + | |
− | margin-bottom: 20px;
| + | |
− | width: 100%;
| + | |
− | background-color: #fff;
| + | |
− | border-top: 14px solid #565656;
| + | |
− | font-family: "Trebuchet MS", Helvetica, sans-serif;
| + | |
− | }
| + | |
− | | + | |
− | /*Set up height place holder for the banner*/
| + | |
− | #bannerContainer {
| + | |
− | height:200px;
| + | |
− | margin:auto;
| + | |
− | text-align:center;
| + | |
− | color: #24B694;
| + | |
− | }
| + | |
− | | + | |
− | /*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;
| + | |
− | }
| + | |
− | | + | |
− | /*Change the styling of table cells*/
| + | |
− | #contentContainer td {
| + | |
− | padding: 10px;
| + | |
− | border: 1px solid #565656;
| + | |
− | border-collapse: collapse;
| + | |
− | vertical-align: text-top;
| + | |
− | }
| + | |
− | | + | |
− | /*Change the styling of table headers */
| + | |
− | #contentContainer th {
| + | |
− | background-color: #E8E8E9;
| + | |
− | padding: 10px;
| + | |
− | border: 1px solid #565656;
| + | |
− | border-collapse: collapse;
| + | |
− | vertical-align: text-top;
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | | + | |
− | /*MENU STYLING */
| + | |
− | | + | |
− | /*Styling for the links in the menu */
| + | |
− | #menuContainer a {
| + | |
− | color: #565656;
| + | |
− | text-decoration:none;
| + | |
− | font-weight: bold;
| + | |
− | }
| + | |
− | | + | |
− | /* Sets the style for lists inside menuContainer */
| + | |
− | #menuContainer ul {
| + | |
− | list-style: none;
| + | |
− | margin-left:0px;
| + | |
− | }
| + | |
− | | + | |
− | /*Styles the list items to become menu buttons */
| + | |
− | #menuContainer ul li {
| + | |
− | text-align: center;
| + | |
− | display: block;
| + | |
− | width: 100%;
| + | |
− | height:30px;
| + | |
− | }
| + | |
− | | + | |
− | /*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;
| + | |
− | margin-left: 134px;
| + | |
− | margin-top:-42px;
| + | |
− | }
| + | |
− | | + | |
− | /*Style the submenu buttons*/
| + | |
− | #menuContainer li ul li{
| + | |
− | background-color: #59BF92;
| + | |
− | 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 --> | | <!-- End of CSS --> |
| </html> | | </html> |