Difference between revisions of "Team:OLS Canmore AB CA/CSS"
(34 intermediate revisions by 2 users 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*****/ | ||
#globalWrapper{ | #globalWrapper{ | ||
width: 1000px; | width: 1000px; | ||
Line 33: | Line 17: | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | /* | |
− | + | 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*****/
- globalWrapper{
width: 1000px; }
.firstHeading{ display: none; }
- 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;
}