You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
erikflowers_weather-icons/_docs/less/cheatsheet.less

58 lines
1.2 KiB
Plaintext

* {
padding:0;
margin:0;
}
#header_content {
width: 960px;
margin: 0 auto;
}
#main {
float: none;
}
#main_content {
width: 960px;
margin: 0 auto;
float: none;
}
h2 {
font-family: 'Average Sans', sans-serif;
color: #0099FF;
margin-top: 25px;
margin-bottom: 15px;
}
.left {
float:left;
width: 320px;
}
.center {
float:left;
width: 320px;
}
.right {
float:left;
width: 320px;
}
.icon {
font-family: 'weathericons';
src: url('../fonts/weathericons-regular-webfont.eot');
src: url('../fonts/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/weathericons-regular-webfont.woff') format('woff'), url('../fonts/weathericons-regular-webfont.ttf') format('truetype'), url('../fonts/weathericons-regular-webfont.svg#weathericons-regular-webfontRg') format('svg');
font-weight: normal;
font-style: normal;
}
.icon_name {
font-family: 'Average Sans', sans-serif;
}
.icon_unicode {
font-family: 'Average Sans', sans-serif;
color: #BBBBBB;
font-size: 0.8em;
float: none;
}
.stop_float {
clear: both;
}
#footer_content {
width: 960px;
margin: 0 auto;
}