Difference between revisions of "Team:OLS Canmore AB CA/CSS"

Line 1: Line 1:
 
/*****Wiki Edits*****/
 
/*****Wiki Edits*****/
 
#globalWrapper{
 
#globalWrapper{
width: 1200px;
+
width: 1000px;
 
}
 
}
  
Line 13: Line 13:
  
 
#content{
 
#content{
width: 1200px;
+
width: 1000px;
 
         border: none;
 
         border: none;
 
margin: 0 auto;
 
margin: 0 auto;
Line 23: Line 23:
 
html{
 
html{
 
margin: 0px auto;
 
margin: 0px auto;
width: 1200px;
+
width: 1000px;
 
background: #e0e0e0;
 
background: #e0e0e0;
 
}
 
}
  
 
body{
 
body{
width: 1200px;
+
width: 1000px;
 
padding-top: 95px;
 
padding-top: 95px;
 
       margin-bottom: 0px;
 
       margin-bottom: 0px;

Revision as of 17:34, 16 September 2015

/*****Wiki Edits*****/

  1. globalWrapper{

width: 1000px; }

.firstHeading{ display: none; }

  1. top_menu_under{

display: none; }

  1. content{

width: 1000px;

       border: none;

margin: 0 auto;

       margin-top: -10px;
       margin-bottom: -20px;
       padding:0;

}

html{ margin: 0px auto; width: 1000px; background: #e0e0e0; }

body{ width: 1000px; padding-top: 95px;

      margin-bottom: 0px;

}

a img{ border: none; }

h1{ font-size: 2.5em; line-height: 1.5em; font-weight: 200; margin: 0px 0px 10px 0px;

       border-bottom: none;

}

h2{ text-transform: uppercase;

       border-bottom: none;

}

h3{ font-size: 1.2em;

       border-bottom: none;
       margin-bottom: 3px;

}

ul{ list-style-type: none; list-style: none; }

p{ width: 1000px; font-size: 1.3em; line-height: 1.25em; }