Skip to content

Commit 4aa4e52

Browse files
author
nevins-b
committed
initial fork
0 parents  commit 4aa4e52

File tree

145 files changed

+45390
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+45390
-0
lines changed

html/css/app.css

Lines changed: 7305 additions & 0 deletions
Large diffs are not rendered by default.

html/css/foundation.css

Lines changed: 4159 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
/* font-face */
2+
@font-face {
3+
font-family: "AccessibilityFoundicons";
4+
src: url("/html/css/foundicons/fonts/accessibility_foundicons.eot");
5+
src: url("/html/css/foundicons/fonts/accessibility_foundicons.eot?#iefix") format("embedded-opentype"), url("/html/css/foundicons/fonts/accessibility_foundicons.woff") format("woff"), url("/html/css/foundicons/fonts/accessibility_foundicons.ttf") format("truetype"), url("/html/css/foundicons/fonts/accessibility_foundicons.svg#AccessibilityFoundicons") format("svg");
6+
font-weight: normal;
7+
font-style: normal;
8+
}
9+
10+
/* global foundicon styles */
11+
[class*="foundicon-acc-"] {
12+
display: inline;
13+
width: auto;
14+
height: auto;
15+
line-height: inherit;
16+
vertical-align: baseline;
17+
background-image: none;
18+
background-position: 0 0;
19+
background-repeat: repeat;
20+
}
21+
22+
[class*="foundicon-acc-"]:before {
23+
font-family: "AccessibilityFoundicons";
24+
font-weight: normal;
25+
font-style: normal;
26+
text-decoration: inherit;
27+
}
28+
29+
/* icons */
30+
.foundicon-acc-wheelchair:before {
31+
content: "\f000";
32+
}
33+
34+
.foundicon-acc-speaker:before {
35+
content: "\f001";
36+
}
37+
38+
.foundicon-acc-fontsize:before {
39+
content: "\f002";
40+
}
41+
42+
.foundicon-acc-eject:before {
43+
content: "\f003";
44+
}
45+
46+
.foundicon-acc-view-mode:before {
47+
content: "\f004";
48+
}
49+
50+
.foundicon-acc-eyeball:before {
51+
content: "\f005";
52+
}
53+
54+
.foundicon-acc-asl:before {
55+
content: "\f006";
56+
}
57+
58+
.foundicon-acc-person:before {
59+
content: "\f007";
60+
}
61+
62+
.foundicon-acc-question:before {
63+
content: "\f008";
64+
}
65+
66+
.foundicon-acc-adult:before {
67+
content: "\f009";
68+
}
69+
70+
.foundicon-acc-child:before {
71+
content: "\f00a";
72+
}
73+
74+
.foundicon-acc-glasses:before {
75+
content: "\f00b";
76+
}
77+
78+
.foundicon-acc-cc:before {
79+
content: "\f00c";
80+
}
81+
82+
.foundicon-acc-blind:before {
83+
content: "\f00d";
84+
}
85+
86+
.foundicon-acc-braille:before {
87+
content: "\f00e";
88+
}
89+
90+
.foundicon-acc-iphone-home:before {
91+
content: "\f00f";
92+
}
93+
94+
.foundicon-acc-w3c:before {
95+
content: "\f010";
96+
}
97+
98+
.foundicon-acc-css:before {
99+
content: "\f011";
100+
}
101+
102+
.foundicon-acc-key:before {
103+
content: "\f012";
104+
}
105+
106+
.foundicon-acc-hearing-impaired:before {
107+
content: "\f013";
108+
}
109+
110+
.foundicon-acc-male:before {
111+
content: "\f014";
112+
}
113+
114+
.foundicon-acc-female:before {
115+
content: "\f015";
116+
}
117+
118+
.foundicon-acc-network:before {
119+
content: "\f016";
120+
}
121+
122+
.foundicon-acc-guidedog:before {
123+
content: "\f017";
124+
}
125+
126+
.foundicon-acc-universal-access:before {
127+
content: "\f018";
128+
}
129+
130+
.foundicon-acc-elevator:before {
131+
content: "\f019";
132+
}
Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
/* general icons for IE7 */
2+
[class*="foundicon-acc-"] {
3+
font-family: "AccessibilityFoundicons";
4+
font-weight: normal;
5+
font-style: normal;
6+
}
7+
8+
.foundicon-acc-wheelchair {
9+
*zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "");
10+
}
11+
12+
.foundicon-acc-speaker {
13+
*zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "");
14+
}
15+
16+
.foundicon-acc-fontsize {
17+
*zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "");
18+
}
19+
20+
.foundicon-acc-eject {
21+
*zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "");
22+
}
23+
24+
.foundicon-acc-view-mode {
25+
*zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "");
26+
}
27+
28+
.foundicon-acc-eyeball {
29+
*zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "");
30+
}
31+
32+
.foundicon-acc-asl {
33+
*zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "");
34+
}
35+
36+
.foundicon-acc-person {
37+
*zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "");
38+
}
39+
40+
.foundicon-acc-question {
41+
*zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "");
42+
}
43+
44+
.foundicon-acc-adult {
45+
*zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "");
46+
}
47+
48+
.foundicon-acc-child {
49+
*zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "");
50+
}
51+
52+
.foundicon-acc-glasses {
53+
*zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "");
54+
}
55+
56+
.foundicon-acc-cc {
57+
*zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "");
58+
}
59+
60+
.foundicon-acc-blind {
61+
*zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "");
62+
}
63+
64+
.foundicon-acc-braille {
65+
*zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "");
66+
}
67+
68+
.foundicon-acc-iphone-home {
69+
*zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "");
70+
}
71+
72+
.foundicon-acc-w3c {
73+
*zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "");
74+
}
75+
76+
.foundicon-acc-css {
77+
*zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "");
78+
}
79+
80+
.foundicon-acc-key {
81+
*zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "");
82+
}
83+
84+
.foundicon-acc-hearing-impaired {
85+
*zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "");
86+
}
87+
88+
.foundicon-acc-male {
89+
*zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "");
90+
}
91+
92+
.foundicon-acc-female {
93+
*zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "");
94+
}
95+
96+
.foundicon-acc-network {
97+
*zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "");
98+
}
99+
100+
.foundicon-acc-guidedog {
101+
*zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "");
102+
}
103+
104+
.foundicon-acc-universal-access {
105+
*zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "");
106+
}
107+
108+
.foundicon-acc-elevator {
109+
*zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "");
110+
}
15 KB
Binary file not shown.
Lines changed: 15 additions & 0 deletions
Loading
14.7 KB
Binary file not shown.
8.97 KB
Binary file not shown.
18.5 KB
Binary file not shown.
Lines changed: 15 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)