Difference between revisions of "Template:Columbia NYC"

Line 1: Line 1:
{{Template_All_Teams}}
+
<!-- HTML Code Declaration -->
 
+
<!-- Declare that you are going to use html code instead of wiki code -->
+
 
<html>
 
<html>
  
<!-- Start of CSS-->
+
<!-- CSS START -->
<style type="text/css">
+
<style type="text/css">
  
 
/* PAGE LAYOUT */
 
/* PAGE LAYOUT */
  
/* Change Background color*/
+
/* Background Formatting */
body {  
+
body {
background-color: #fff;
+
background-color: #C4D8E2;
}
+
}
  
/* Creates a container that will wrap all of the content inside your wiki pages. */
+
/* Main Container Formatting */
#mainContainer {
+
#mainContainer {
width: 978px;
+
width: auto;
overflow:hidden;
+
float: center;
float:left;
+
overflow: hidden;
margin-left:20px;
+
margin-bottom: 10px;
margin-bottom: 10px;
+
background-color: #C4D8E2;
background-color: #fff;  
+
border: 2px solid #565656;
border-bottom: 14px solid #565656;
+
font-family: "Times New Roman", Times, serif;
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 */
+
/* Menu Container Formatting */
#menuContainer {  
+
#menuContainer {
float:left;
+
width: auto;
width: 134px;
+
float: left;
padding: 20px 0px;
+
border-top: 14px solid #565656;
+
border-top: 14px solid #565656;
background-color: #E8E8E9;
+
background-color: #009999;
}
+
}
  
/* Creates the container for the content */
+
/* Content Container Formatting */
#contentContainer {
+
#contentContainer {
padding-top:20px;
+
float: center;
padding-right:10px;
+
border-top: 14px solid #565656;
margin-bottom: 20px;
+
background-color: #FFFFFF;
width: 814px;
+
font-family: "Times New Roman", Times, serif;
padding-left: 20px;
+
}
float: left;
+
background-color: #fff;  
+
border-top: 14px solid #565656;
+
font-family: "Trebuchet MS", Helvetica, sans-serif;
+
}
+
  
 
/*Set up height place holder for the banner*/
 
/*Set up height place holder for the banner*/

Revision as of 02:38, 16 July 2015