Difference between revisions of "Template:Waterloo"

m
(Adding bootstrap, fixing borders)
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>
 +
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
 +
</head>
 
<style type="text/css">
 
<style type="text/css">
 
     /* PAGE LAYOUT */
 
     /* PAGE LAYOUT */
Line 11: Line 14:
 
         height: 100%;
 
         height: 100%;
 
         background-color: #fff;
 
         background-color: #fff;
 +
    }
 +
    h1, h2, h3, h4, h5, h6, p {
 +
        color: #565656;
 +
        border-bottom: none;
 +
        font-family: "Trebuchet MS", Helvetica, sans-serif;
 
     }
 
     }
  
Line 35: Line 43:
 
     #menuContainer  {  
 
     #menuContainer  {  
 
         float:left;
 
         float:left;
         width: 134px;
+
         width: 200px;
 
         padding: 20px 0px;
 
         padding: 20px 0px;
        border-top: 2px solid #565656;
 
 
         background-color: #E8E8E9;
 
         background-color: #E8E8E9;
 
     }
 
     }
Line 45: Line 52:
 
         padding: 20px 10px 0 20px;
 
         padding: 20px 10px 0 20px;
 
         margin-bottom: 20px;
 
         margin-bottom: 20px;
         width: 814px;
+
         width: 100%;
 
         float: left;
 
         float: left;
 
         background-color: #fff;  
 
         background-color: #fff;  
 
         border-top: 2px solid #565656;
 
         border-top: 2px solid #565656;
 +
        border-bottom: 2px solid #565656;
 
         font-family: Helvetica, "Trebuchet MS", sans-serif;
 
         font-family: Helvetica, "Trebuchet MS", sans-serif;
 
     }
 
     }
Line 58: Line 66:
 
         text-align:center;
 
         text-align:center;
 
         color: #24B694;
 
         color: #24B694;
 +
        border-bottom: 2px solid #565656;
 
     }
 
     }
  
Line 65: Line 74:
 
         font-size: 13px;
 
         font-size: 13px;
 
         color: #000000;
 
         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;
 
 
     }
 
     }
  
Line 123: Line 123:
 
         color: #565656;
 
         color: #565656;
 
         text-decoration:none;
 
         text-decoration:none;
        font-weight: bold;
 
 
     }
 
     }
  

Revision as of 02:29, 11 June 2015