Skip to content

Commit

Permalink
adding new files to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
chowk committed Oct 2, 2013
1 parent 7905aa1 commit dc97162
Show file tree
Hide file tree
Showing 12 changed files with 29,142 additions and 0 deletions.
62 changes: 62 additions & 0 deletions css/explore-icons-embedded.css

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions css/explore-icons-ie7.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[class^="icon-exp"],
[class*=" icon-exp"] {
font-family: 'explore-icons'!important;
font-style: normal;
font-weight: normal;
/* fix buttons height */
line-height: 1em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
}

.icon-exp-summer { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'M '); }
.icon-exp-wellness { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'F '); }
.icon-exp-maps { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'G '); }
.icon-exp-students { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'O '); }
.icon-exp-museum { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'P '); }
.icon-exp-rec { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'Q '); }
.icon-exp-pres { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'R '); }
.icon-exp-governance { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'J '); }
.icon-exp-international { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'N '); }
.icon-exp-sustainability { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'D '); }
.icon-exp-grad { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'E '); }
.icon-exp-media { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'L '); }
.icon-exp-athletics { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'H '); }
.icon-exp-community { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'K '); }
.icon-exp-programs { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'A '); }
.icon-exp-events { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'C '); }
.icon-exp-bookstore { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'I '); }
.icon-exp-cal { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'B '); }
35 changes: 35 additions & 0 deletions css/explore-icons.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
@font-face {
font-family: 'explore-icons';
src: url("../font/explore-icons.eot");
src: url("../font/explore-icons.eot?#iefix") format('embedded-opentype'), url("../font/explore-icons.woff") format('woff'), url("../font/explore-icons.ttf") format('truetype'), url("../font/explore-icons.svg#explore-icons") format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-exp"]:before,
[class*=" icon-exp"]:before {
font-family: 'explore-icons';
font-style: normal;
font-weight: normal;
speak: none;
text-decoration: inherit;
}

.icon-exp-summer:before { content: '\4d'; } /* 'M' */
.icon-exp-wellness:before { content: '\46'; } /* 'F' */
.icon-exp-maps:before { content: '\47'; } /* 'G' */
.icon-exp-students:before { content: '\4f'; } /* 'O' */
.icon-exp-museum:before { content: '\50'; } /* 'P' */
.icon-exp-rec:before { content: '\51'; } /* 'Q' */
.icon-exp-pres:before { content: '\52'; } /* 'R' */
.icon-exp-governance:before { content: '\4a'; } /* 'J' */
.icon-exp-international:before { content: '\4e'; } /* 'N' */
.icon-exp-sustainability:before { content: '\44'; } /* 'D' */
.icon-exp-grad:before { content: '\45'; } /* 'E' */
.icon-exp-media:before { content: '\4c'; } /* 'L' */
.icon-exp-athletics:before { content: '\48'; } /* 'H' */
.icon-exp-community:before { content: '\4b'; } /* 'K' */
.icon-exp-programs:before { content: '\41'; } /* 'A' */
.icon-exp-events:before { content: '\43'; } /* 'C' */
.icon-exp-bookstore:before { content: '\49'; } /* 'I' */
.icon-exp-cal:before { content: '\42'; } /* 'B' */
.icon-exp-dino:before { content: '\53'; } /* 'S' */
Loading

0 comments on commit dc97162

Please sign in to comment.