forked from Lane/institutional-framework
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexplore-icons-ie7.css
29 lines (28 loc) · 2.16 KB
/
explore-icons-ie7.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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 '); }