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

Line 1: Line 1:
/*****Wiki Edits*****/
+
*{
 +
margin: 0;
 +
padding: 0;
 +
}
 +
 
 +
html{
 +
font-size: 100%;
 +
border-color: none;
 +
}
 +
 
 +
body{
 +
font: 10px%/1.5 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
 +
color: #343434;
 +
background-color: #e0e0e0;
 +
}
 +
 
 +
 
 +
p{
 +
margin-bottom: 1.5em;
 +
}
 +
 
 +
 
 
#globalWrapper{
 
#globalWrapper{
 
width: 1000px;
 
width: 1000px;

Revision as of 17:35, 16 September 2015

  • {

margin: 0; padding: 0; }

html{ font-size: 100%; border-color: none; }

body{ font: 10px%/1.5 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif; color: #343434; background-color: #e0e0e0; }


p{ margin-bottom: 1.5em; }


  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; }