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

 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
 +
@charset "UTF-8";
 +
@import url(font-awesome.min.css);
 +
@import url("http://fonts.googleapis.com/css?family=Roboto:500,300");
 +
 
/*****Wiki Edits*****/
 
/*****Wiki Edits*****/
 
#globalWrapper{
 
#globalWrapper{
width: 1200px;
+
width: 1000px;
 
}
 
}
  
Line 12: Line 17:
 
}
 
}
  
#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;
+
Ion by TEMPLATED
padding-top: 95px;
+
templated.co @templatedco
      margin-bottom: 0px;
+
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
}
+
*/
  
a img{
+
/* Basic */
border: none;
+
}
+
  
h1{
+
body {
font-size: 2.5em;
+
background: #000;
line-height: 1.5em;
+
}
font-weight: 200;
+
margin: 0px 0px 10px 0px;
+
        border-bottom: none;
+
}
+
  
h2{
+
body, input, select, textarea {
text-transform: uppercase;
+
color: #555f66;
        border-bottom: none;
+
font-family: "Roboto", Helvetica, sans-serif;
}
+
font-size: 10pt;
 
+
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;
+
}
+

Latest revision as of 21:36, 16 September 2015

@charset "UTF-8"; @import url(font-awesome.min.css); @import url("http://fonts.googleapis.com/css?family=Roboto:500,300");

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

  1. globalWrapper{

width: 1000px; }

.firstHeading{ display: none; }

  1. top_menu_under{

display: none; }


/* Ion by TEMPLATED templated.co @templatedco Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)

  • /

/* Basic */

body { background: #000; }

body, input, select, textarea { color: #555f66; font-family: "Roboto", Helvetica, sans-serif; font-size: 10pt;

}