Difference between revisions of "Template:Columbia NYC"

Line 1: Line 1:
 
{{Template_All_Teams}}
 
{{Template_All_Teams}}
  
<!-- HTML Code Declaration -->
+
<!-- Declare that you are going to use html code instead of wiki code -->
 
<html>
 
<html>
  
<!-- CSS START -->
+
<!-- Start of CSS-->
<style type="text/css">
+
<style type="text/css">
+
/* PAGE LAYOUT */
+
/* BACKGROUND COLOR */
+
body {
+
background-color: #C4D8E2;
+
}
+
+
/* MAIN CONTAINER FORMATTING */
+
#mainContainer {
+
/* Physical Formatting */
+
width: auto;
+
float: center;
+
background-color: #FFFFFF;
+
margin-left: 20px;
+
margin-bottom: 10px;
+
border-bottom: 2px solid #565656;
+
border-right: 2px solid #565656;
+
border-left: 2px solid #565656;
+
border-top: 2px solid #565656;
+
  
/* Text Formatting */
+
/* PAGE LAYOUT */
font-family: "Times New Roman",
+
 
color: red;  
+
/* Change Background color*/
overflow: hidden;
+
body {
}
+
background-color: #fff;
 +
}
 +
 
 +
/* 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;
 +
background-color: #fff;
 +
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 */
 
/* Creates the container for the menu */
 
#menuContainer  {  
 
#menuContainer  {  
float:center;
+
float:left;
 
width: 134px;
 
width: 134px;
 
padding: 20px 0px;
 
padding: 20px 0px;

Revision as of 21:32, 15 July 2015