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

 
(20 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: 980px;
+
width: 1000px;
 
}
 
}
  
Line 11: Line 16:
 
display: none;
 
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;
 +
 +
}

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;

}