2
0
mirror of https://github.com/erikflowers/weather-icons.git synced 2025-10-12 07:22:11 -06:00

58 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

* {
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 {
2015-07-31 17:04:10 -07:00
font-family: 'weathericons';
src: url('../font/weathericons-regular-webfont.eot');
src: url('../font/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/weathericons-regular-webfont.woff') format('woff'), url('../font/weathericons-regular-webfont.ttf') format('truetype'), url('../font/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;
}