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

Line 1: Line 1:
/* WIKI SETTINGS*/
+
/*****Wiki Edits*****/
+
#globalWrapper{
/* Hide first heading */
+
width: 1200px;
.firstHeading {
+
}
display: none;
+
}
+
+
/*-- Remove borders, float content left and remove padding/margin */
+
#globalWrapper, #content{
+
background-color: transparent;
+
border: 0px;
+
float: none;
+
margin:0px;
+
padding: 0px;
+
}
+
  
/*left align Black Menu Bar */
+
.firstHeading{
#top_menu_inside {  
+
display: none;
margin-center: 20px;  
+
}
}
+
 
 +
#top_menu_under{
 +
display: none;
 +
}
 +
 
 +
#content{
 +
width: 1200px;
 +
        border: none;
 +
margin: 0 auto;
 +
        margin-top: -10px;
 +
        margin-bottom: -20px;
 +
        padding:0;
 +
}
 +
 
 +
html{
 +
margin: 0px auto;
 +
width: 1200px;
 +
background: #e0e0e0;
 +
}
 +
 
 +
body{
 +
width: 1200px;
 +
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;
 +
}

Revision as of 19:46, 16 September 2015

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

  1. globalWrapper{

width: 1200px; }

.firstHeading{ display: none; }

  1. top_menu_under{

display: none; }

  1. content{

width: 1200px;

       border: none;

margin: 0 auto;

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

}

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

body{ width: 1200px; 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; }