pondasee 1.0 → 1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/stylesheets/_pondasee.scss +1 -12
- data/templates/project/manifest.rb +25 -18
- data/templates/project/sass/partials/_base.scss +24 -1
- data/templates/project/sass/partials/_font-awesome.scss +295 -1
- data/templates/project/sass/partials/_grid.scss +37 -1
- data/templates/project/sass/partials/_images.scss +168 -1
- data/templates/project/sass/partials/_media-queries.scss +56 -1
- data/templates/project/sass/partials/_mixins.scss +61 -5
- data/templates/project/sass/partials/_reset.scss +72 -1
- data/templates/project/sass/partials/_table.scss +40 -1
- data/templates/project/sass/partials/_typography.scss +217 -1
- data/templates/project/sass/partials/_utilities.scss +187 -1
- metadata +7 -19
- data/stylesheets/pondasee/_mixins.scss +0 -63
- data/stylesheets/pondasee/_settings.scss +0 -3
- data/stylesheets/pondasee/base.scss +0 -24
- data/stylesheets/pondasee/font-awesome.scss +0 -295
- data/stylesheets/pondasee/forms.scss +0 -345
- data/stylesheets/pondasee/grid.scss +0 -37
- data/stylesheets/pondasee/images.scss +0 -168
- data/stylesheets/pondasee/media-queries.scss +0 -56
- data/stylesheets/pondasee/reset.scss +0 -72
- data/stylesheets/pondasee/table.scss +0 -40
- data/stylesheets/pondasee/typography.scss +0 -217
- data/stylesheets/pondasee/utilities.scss +0 -181
- /data/{stylesheets/pondasee → templates/project/sass/partials}/_variable.scss +0 -0
- /data/{stylesheets/pondasee → templates/project/sass/partials}/mixins/_basic-buttons.scss +0 -0
- /data/{stylesheets/pondasee → templates/project/sass/partials}/mixins/_fonts.scss +0 -0
- /data/{stylesheets/pondasee → templates/project/sass/partials}/mixins/_helper.scss +0 -0
- /data/{stylesheets/pondasee → templates/project/sass/partials}/mixins/_simple-responsive-grid.scss +0 -0
- /data/{stylesheets/pondasee → templates/project/sass/partials}/mixins/_zurb-button.scss +0 -0
data/stylesheets/_pondasee.scss
CHANGED
@@ -1,12 +1 @@
|
|
1
|
-
|
2
|
-
@import "pondasee/settings";
|
3
|
-
@import "pondasee/base";
|
4
|
-
@import "pondasee/font-awesome";
|
5
|
-
@import "pondasee/forms";
|
6
|
-
@import "pondasee/grid";
|
7
|
-
@import "pondasee/images";
|
8
|
-
@import "pondasee/media-queries";
|
9
|
-
@import "pondasee/reset";
|
10
|
-
@import "pondasee/table";
|
11
|
-
@import "pondasee/typography";
|
12
|
-
@import "pondasee/utilities";
|
1
|
+
// Pondasee 1.0.1
|
@@ -1,24 +1,31 @@
|
|
1
1
|
description "Compass extension for Pondasee"
|
2
2
|
|
3
3
|
# Sass Files
|
4
|
-
stylesheet 'sass/partials/_base.scss',
|
5
|
-
stylesheet 'sass/partials/_font-awesome.scss',
|
6
|
-
stylesheet 'sass/partials/_forms.scss',
|
7
|
-
stylesheet 'sass/partials/_grid.scss',
|
8
|
-
stylesheet 'sass/partials/_images.scss',
|
9
|
-
stylesheet 'sass/partials/_media-queries.scss',
|
10
|
-
stylesheet 'sass/partials/_reset.scss',
|
11
|
-
stylesheet 'sass/partials/_table.scss',
|
12
|
-
stylesheet 'sass/partials/_typography.scss',
|
13
|
-
stylesheet 'sass/partials/_utilities.scss',
|
14
|
-
stylesheet 'sass/partials/_ie.scss',
|
15
|
-
stylesheet 'sass/partials/_plugins.scss',
|
16
|
-
stylesheet 'sass/partials/_main.scss',
|
17
|
-
stylesheet 'sass/partials/
|
18
|
-
stylesheet 'sass/partials/
|
19
|
-
stylesheet 'sass/partials/
|
20
|
-
stylesheet 'sass/
|
21
|
-
stylesheet 'sass/
|
4
|
+
stylesheet 'sass/partials/_base.scss', :to => 'partials/_base.scss', :media => "screen, projector, print"
|
5
|
+
stylesheet 'sass/partials/_font-awesome.scss', :to => 'partials/_font-awesome.scss', :media => "screen, projector, print"
|
6
|
+
stylesheet 'sass/partials/_forms.scss', :to => 'partials/_forms.scss', :media => "screen, projector, print"
|
7
|
+
stylesheet 'sass/partials/_grid.scss', :to => 'partials/_grid.scss', :media => "screen, projector, print"
|
8
|
+
stylesheet 'sass/partials/_images.scss', :to => 'partials/_images.scss', :media => "screen, projector, print"
|
9
|
+
stylesheet 'sass/partials/_media-queries.scss', :to => 'partials/_media-queries.scss', :media => "screen, projector, print"
|
10
|
+
stylesheet 'sass/partials/_reset.scss', :to => 'partials/_reset.scss', :media => "screen, projector, print"
|
11
|
+
stylesheet 'sass/partials/_table.scss', :to => 'partials/_table.scss', :media => "screen, projector, print"
|
12
|
+
stylesheet 'sass/partials/_typography.scss', :to => 'partials/_typography.scss', :media => "screen, projector, print"
|
13
|
+
stylesheet 'sass/partials/_utilities.scss', :to => 'partials/_utilities.scss', :media => "screen, projector, print"
|
14
|
+
stylesheet 'sass/partials/_ie.scss', :to => 'partials/_ie.scss', :media => "screen, projector, print"
|
15
|
+
stylesheet 'sass/partials/_plugins.scss', :to => 'partials/_plugins.scss', :media => "screen, projector, print"
|
16
|
+
stylesheet 'sass/partials/_main.scss', :to => 'partials/_main.scss', :media => "screen, projector, print"
|
17
|
+
stylesheet 'sass/partials/_mixins.scss', :to => 'partials/_mixins.scss', :media => "screen, projector, print"
|
18
|
+
stylesheet 'sass/partials/mixins/_basic-buttons.scss', :to => 'partials/mixins/_basic-buttons.scss', :media => "screen, projector, print"
|
19
|
+
stylesheet 'sass/partials/mixins/_fonts.scss', :to => 'partials/mixins/_fonts.scss', :media => "screen, projector, print"
|
20
|
+
stylesheet 'sass/partials/mixins/_helper.scss', :to => 'partials/mixins/_helper.scss', :media => "screen, projector, print"
|
21
|
+
stylesheet 'sass/partials/mixins/_zurb-button.scss', :to => 'partials/mixins/_zurb-button.scss', :media => "screen, projector, print"
|
22
|
+
stylesheet 'sass/partials/mixins/_helper.scss', :to => 'partials/mixins/_helper.scss', :media => "screen, projector, print"
|
23
|
+
stylesheet 'sass/partials/_variable.scss', :to => 'partials/_variable.scss', :media => "screen, projector, print"
|
24
|
+
stylesheet 'sass/partials/main/_footer.scss', :to => 'partials/main/_footer.scss', :media => "screen, projector, print"
|
25
|
+
stylesheet 'sass/partials/main/_header.scss', :to => 'partials/main/_header.scss', :media => "screen, projector, print"
|
26
|
+
stylesheet 'sass/partials/main/_menus.scss', :to => 'partials/main/_menus.scss', :media => "screen, projector, print"
|
27
|
+
stylesheet 'sass/style.scss', :to => 'style.scss', :media => "screen, projector, print"
|
28
|
+
stylesheet 'sass/skins/default.scss', :to => 'skins/default.scss', :media => "screen, projector, print"
|
22
29
|
|
23
30
|
# Javascripts
|
24
31
|
javascript 'js/vendor/jquery-1.7.2.min.js', :to => 'vendor/jquery-1.7.2.min.js'
|
@@ -2,4 +2,27 @@
|
|
2
2
|
// Setup your baseline, selection and links
|
3
3
|
// =================================================================================
|
4
4
|
|
5
|
-
|
5
|
+
// Vertical rhythm
|
6
|
+
@include establish-baseline(16px);
|
7
|
+
|
8
|
+
/* SELECTION
|
9
|
+
----------------- */
|
10
|
+
@include selection($black, $white);
|
11
|
+
|
12
|
+
|
13
|
+
/* LINKS
|
14
|
+
----------------- */
|
15
|
+
a {
|
16
|
+
color: $linkColor;
|
17
|
+
text-decoration: none;
|
18
|
+
&:visited {
|
19
|
+
color: $linkColor;
|
20
|
+
}
|
21
|
+
&:hover {
|
22
|
+
color: $linkHover;
|
23
|
+
text-decoration: none;
|
24
|
+
}
|
25
|
+
&:focus {
|
26
|
+
outline: thin dotted;
|
27
|
+
}
|
28
|
+
}
|
@@ -2,4 +2,298 @@
|
|
2
2
|
// http://fortawesome.github.com/Font-Awesome
|
3
3
|
// -------------------------------------------------------
|
4
4
|
|
5
|
-
|
5
|
+
[class^="icon-"]:before,
|
6
|
+
[class*=" icon-"]:before {
|
7
|
+
font-family: FontAwesome;
|
8
|
+
font-weight: normal;
|
9
|
+
font-style: normal;
|
10
|
+
display: inline-block;
|
11
|
+
*display: inline;
|
12
|
+
text-decoration: inherit;
|
13
|
+
*zoom: 1;
|
14
|
+
}
|
15
|
+
|
16
|
+
a [class^="icon-"],
|
17
|
+
a [class*=" icon-"] {
|
18
|
+
display: inline-block;
|
19
|
+
*display: inline;
|
20
|
+
text-decoration: inherit;
|
21
|
+
*zoom: 1;
|
22
|
+
}
|
23
|
+
|
24
|
+
/* makes the font 33% larger relative to the icon container */
|
25
|
+
.icon-large:before {
|
26
|
+
vertical-align: middle;
|
27
|
+
font-size: 1.3333333333333333em;
|
28
|
+
}
|
29
|
+
|
30
|
+
.btn, .nav-tabs {
|
31
|
+
[class^="icon-"],
|
32
|
+
[class*=" icon-"] {
|
33
|
+
/* keeps button heights with and without icons the same */
|
34
|
+
line-height: .9em;
|
35
|
+
}
|
36
|
+
}
|
37
|
+
|
38
|
+
li {
|
39
|
+
[class^="icon-"],
|
40
|
+
[class*=" icon-"] {
|
41
|
+
display: inline-block;
|
42
|
+
*display: inline;
|
43
|
+
width: 1.25em;
|
44
|
+
text-align: center;
|
45
|
+
*zoom: 1;
|
46
|
+
}
|
47
|
+
.icon-large:before,
|
48
|
+
.icon-large:before {
|
49
|
+
/* 1.5 increased font size for icon-large * 1.25 width */
|
50
|
+
width: 1.5*1.25em;
|
51
|
+
}
|
52
|
+
}
|
53
|
+
|
54
|
+
ul.icons {
|
55
|
+
list-style-type: none;
|
56
|
+
margin-left: 2em;
|
57
|
+
text-indent: -.8em;
|
58
|
+
|
59
|
+
li {
|
60
|
+
[class^="icon-"],
|
61
|
+
[class*=" icon-"] {
|
62
|
+
width: .8em;
|
63
|
+
}
|
64
|
+
.icon-large:before,
|
65
|
+
.icon-large:before {
|
66
|
+
/* 1.5 increased font size for icon-large * 1.25 width */
|
67
|
+
vertical-align: initial; // width: 1.5*1.25em;
|
68
|
+
}
|
69
|
+
}
|
70
|
+
}
|
71
|
+
|
72
|
+
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
73
|
+
readers do not read off random characters that represent icons */
|
74
|
+
.icon-glass:before { content: "\f000"; }
|
75
|
+
.icon-music:before { content: "\f001"; }
|
76
|
+
.icon-search:before { content: "\f002"; }
|
77
|
+
.icon-envelope:before { content: "\f003"; }
|
78
|
+
.icon-heart:before { content: "\f004"; }
|
79
|
+
.icon-star:before { content: "\f005"; }
|
80
|
+
.icon-star-empty:before { content: "\f006"; }
|
81
|
+
.icon-user:before { content: "\f007"; }
|
82
|
+
.icon-film:before { content: "\f008"; }
|
83
|
+
.icon-th-large:before { content: "\f009"; }
|
84
|
+
.icon-th:before { content: "\f00a"; }
|
85
|
+
.icon-th-list:before { content: "\f00b"; }
|
86
|
+
.icon-ok:before { content: "\f00c"; }
|
87
|
+
.icon-remove:before { content: "\f00d"; }
|
88
|
+
.icon-zoom-in:before { content: "\f00e"; }
|
89
|
+
|
90
|
+
.icon-zoom-out:before { content: "\f010"; }
|
91
|
+
.icon-off:before { content: "\f011"; }
|
92
|
+
.icon-signal:before { content: "\f012"; }
|
93
|
+
.icon-cog:before { content: "\f013"; }
|
94
|
+
.icon-trash:before { content: "\f014"; }
|
95
|
+
.icon-home:before { content: "\f015"; }
|
96
|
+
.icon-file:before { content: "\f016"; }
|
97
|
+
.icon-time:before { content: "\f017"; }
|
98
|
+
.icon-road:before { content: "\f018"; }
|
99
|
+
.icon-download-alt:before { content: "\f019"; }
|
100
|
+
.icon-download:before { content: "\f01a"; }
|
101
|
+
.icon-upload:before { content: "\f01b"; }
|
102
|
+
.icon-inbox:before { content: "\f01c"; }
|
103
|
+
.icon-play-circle:before { content: "\f01d"; }
|
104
|
+
.icon-repeat:before { content: "\f01e"; }
|
105
|
+
|
106
|
+
/* \f020 is not a valid unicode character. all shifted one down */
|
107
|
+
.icon-refresh:before { content: "\f021"; }
|
108
|
+
.icon-list-alt:before { content: "\f022"; }
|
109
|
+
.icon-lock:before { content: "\f023"; }
|
110
|
+
.icon-flag:before { content: "\f024"; }
|
111
|
+
.icon-headphones:before { content: "\f025"; }
|
112
|
+
.icon-volume-off:before { content: "\f026"; }
|
113
|
+
.icon-volume-down:before { content: "\f027"; }
|
114
|
+
.icon-volume-up:before { content: "\f028"; }
|
115
|
+
.icon-qrcode:before { content: "\f029"; }
|
116
|
+
.icon-barcode:before { content: "\f02a"; }
|
117
|
+
.icon-tag:before { content: "\f02b"; }
|
118
|
+
.icon-tags:before { content: "\f02c"; }
|
119
|
+
.icon-book:before { content: "\f02d"; }
|
120
|
+
.icon-bookmark:before { content: "\f02e"; }
|
121
|
+
.icon-print:before { content: "\f02f"; }
|
122
|
+
|
123
|
+
.icon-camera:before { content: "\f030"; }
|
124
|
+
.icon-font:before { content: "\f031"; }
|
125
|
+
.icon-bold:before { content: "\f032"; }
|
126
|
+
.icon-italic:before { content: "\f033"; }
|
127
|
+
.icon-text-height:before { content: "\f034"; }
|
128
|
+
.icon-text-width:before { content: "\f035"; }
|
129
|
+
.icon-align-left:before { content: "\f036"; }
|
130
|
+
.icon-align-center:before { content: "\f037"; }
|
131
|
+
.icon-align-right:before { content: "\f038"; }
|
132
|
+
.icon-align-justify:before { content: "\f039"; }
|
133
|
+
.icon-list:before { content: "\f03a"; }
|
134
|
+
.icon-indent-left:before { content: "\f03b"; }
|
135
|
+
.icon-indent-right:before { content: "\f03c"; }
|
136
|
+
.icon-facetime-video:before { content: "\f03d"; }
|
137
|
+
.icon-picture:before { content: "\f03e"; }
|
138
|
+
|
139
|
+
.icon-pencil:before { content: "\f040"; }
|
140
|
+
.icon-map-marker:before { content: "\f041"; }
|
141
|
+
.icon-adjust:before { content: "\f042"; }
|
142
|
+
.icon-tint:before { content: "\f043"; }
|
143
|
+
.icon-edit:before { content: "\f044"; }
|
144
|
+
.icon-share:before { content: "\f045"; }
|
145
|
+
.icon-check:before { content: "\f046"; }
|
146
|
+
.icon-move:before { content: "\f047"; }
|
147
|
+
.icon-step-backward:before { content: "\f048"; }
|
148
|
+
.icon-fast-backward:before { content: "\f049"; }
|
149
|
+
.icon-backward:before { content: "\f04a"; }
|
150
|
+
.icon-play:before { content: "\f04b"; }
|
151
|
+
.icon-pause:before { content: "\f04c"; }
|
152
|
+
.icon-stop:before { content: "\f04d"; }
|
153
|
+
.icon-forward:before { content: "\f04e"; }
|
154
|
+
|
155
|
+
.icon-fast-forward:before { content: "\f050"; }
|
156
|
+
.icon-step-forward:before { content: "\f051"; }
|
157
|
+
.icon-eject:before { content: "\f052"; }
|
158
|
+
.icon-chevron-left:before { content: "\f053"; }
|
159
|
+
.icon-chevron-right:before { content: "\f054"; }
|
160
|
+
.icon-plus-sign:before { content: "\f055"; }
|
161
|
+
.icon-minus-sign:before { content: "\f056"; }
|
162
|
+
.icon-remove-sign:before { content: "\f057"; }
|
163
|
+
.icon-ok-sign:before { content: "\f058"; }
|
164
|
+
.icon-question-sign:before { content: "\f059"; }
|
165
|
+
.icon-info-sign:before { content: "\f05a"; }
|
166
|
+
.icon-screenshot:before { content: "\f05b"; }
|
167
|
+
.icon-remove-circle:before { content: "\f05c"; }
|
168
|
+
.icon-ok-circle:before { content: "\f05d"; }
|
169
|
+
.icon-ban-circle:before { content: "\f05e"; }
|
170
|
+
|
171
|
+
.icon-arrow-left:before { content: "\f060"; }
|
172
|
+
.icon-arrow-right:before { content: "\f061"; }
|
173
|
+
.icon-arrow-up:before { content: "\f062"; }
|
174
|
+
.icon-arrow-down:before { content: "\f063"; }
|
175
|
+
.icon-share-alt:before { content: "\f064"; }
|
176
|
+
.icon-resize-full:before { content: "\f065"; }
|
177
|
+
.icon-resize-small:before { content: "\f066"; }
|
178
|
+
.icon-plus:before { content: "\f067"; }
|
179
|
+
.icon-minus:before { content: "\f068"; }
|
180
|
+
.icon-asterisk:before { content: "\f069"; }
|
181
|
+
.icon-exclamation-sign:before { content: "\f06a"; }
|
182
|
+
.icon-gift:before { content: "\f06b"; }
|
183
|
+
.icon-leaf:before { content: "\f06c"; }
|
184
|
+
.icon-fire:before { content: "\f06d"; }
|
185
|
+
.icon-eye-open:before { content: "\f06e"; }
|
186
|
+
|
187
|
+
.icon-eye-close:before { content: "\f070"; }
|
188
|
+
.icon-warning-sign:before { content: "\f071"; }
|
189
|
+
.icon-plane:before { content: "\f072"; }
|
190
|
+
.icon-calendar:before { content: "\f073"; }
|
191
|
+
.icon-random:before { content: "\f074"; }
|
192
|
+
.icon-comment:before { content: "\f075"; }
|
193
|
+
.icon-magnet:before { content: "\f076"; }
|
194
|
+
.icon-chevron-up:before { content: "\f077"; }
|
195
|
+
.icon-chevron-down:before { content: "\f078"; }
|
196
|
+
.icon-retweet:before { content: "\f079"; }
|
197
|
+
.icon-shopping-cart:before { content: "\f07a"; }
|
198
|
+
.icon-folder-close:before { content: "\f07b"; }
|
199
|
+
.icon-folder-open:before { content: "\f07c"; }
|
200
|
+
.icon-resize-vertical:before { content: "\f07d"; }
|
201
|
+
.icon-resize-horizontal:before { content: "\f07e"; }
|
202
|
+
|
203
|
+
.icon-bar-chart:before { content: "\f080"; }
|
204
|
+
.icon-twitter-sign:before { content: "\f081"; }
|
205
|
+
.icon-facebook-sign:before { content: "\f082"; }
|
206
|
+
.icon-camera-retro:before { content: "\f083"; }
|
207
|
+
.icon-key:before { content: "\f084"; }
|
208
|
+
.icon-cogs:before { content: "\f085"; }
|
209
|
+
.icon-comments:before { content: "\f086"; }
|
210
|
+
.icon-thumbs-up:before { content: "\f087"; }
|
211
|
+
.icon-thumbs-down:before { content: "\f088"; }
|
212
|
+
.icon-star-half:before { content: "\f089"; }
|
213
|
+
.icon-heart-empty:before { content: "\f08a"; }
|
214
|
+
.icon-signout:before { content: "\f08b"; }
|
215
|
+
.icon-linkedin-sign:before { content: "\f08c"; }
|
216
|
+
.icon-pushpin:before { content: "\f08d"; }
|
217
|
+
.icon-external-link:before { content: "\f08e"; }
|
218
|
+
|
219
|
+
.icon-signin:before { content: "\f090"; }
|
220
|
+
.icon-trophy:before { content: "\f091"; }
|
221
|
+
.icon-github-sign:before { content: "\f092"; }
|
222
|
+
.icon-upload-alt:before { content: "\f093"; }
|
223
|
+
.icon-lemon:before { content: "\f094"; }
|
224
|
+
.icon-phone:before { content: "\f095"; }
|
225
|
+
.icon-check-empty:before { content: "\f096"; }
|
226
|
+
.icon-bookmark-empty:before { content: "\f097"; }
|
227
|
+
.icon-phone-sign:before { content: "\f098"; }
|
228
|
+
.icon-twitter:before { content: "\f099"; }
|
229
|
+
.icon-facebook:before { content: "\f09a"; }
|
230
|
+
.icon-github:before { content: "\f09b"; }
|
231
|
+
.icon-unlock:before { content: "\f09c"; }
|
232
|
+
.icon-credit-card:before { content: "\f09d"; }
|
233
|
+
.icon-rss:before { content: "\f09e"; }
|
234
|
+
|
235
|
+
.icon-hdd:before { content: "\f0a0"; }
|
236
|
+
.icon-bullhorn:before { content: "\f0a1"; }
|
237
|
+
.icon-bell:before { content: "\f0a2"; }
|
238
|
+
.icon-certificate:before { content: "\f0a3"; }
|
239
|
+
.icon-hand-right:before { content: "\f0a4"; }
|
240
|
+
.icon-hand-left:before { content: "\f0a5"; }
|
241
|
+
.icon-hand-up:before { content: "\f0a6"; }
|
242
|
+
.icon-hand-down:before { content: "\f0a7"; }
|
243
|
+
.icon-circle-arrow-left:before { content: "\f0a8"; }
|
244
|
+
.icon-circle-arrow-right:before { content: "\f0a9"; }
|
245
|
+
.icon-circle-arrow-up:before { content: "\f0aa"; }
|
246
|
+
.icon-circle-arrow-down:before { content: "\f0ab"; }
|
247
|
+
.icon-globe:before { content: "\f0ac"; }
|
248
|
+
.icon-wrench:before { content: "\f0ad"; }
|
249
|
+
.icon-tasks:before { content: "\f0ae"; }
|
250
|
+
|
251
|
+
.icon-filter:before { content: "\f0b0"; }
|
252
|
+
.icon-briefcase:before { content: "\f0b1"; }
|
253
|
+
.icon-fullscreen:before { content: "\f0b2"; }
|
254
|
+
|
255
|
+
.icon-group:before { content: "\f0c0"; }
|
256
|
+
.icon-link:before { content: "\f0c1"; }
|
257
|
+
.icon-cloud:before { content: "\f0c2"; }
|
258
|
+
.icon-beaker:before { content: "\f0c3"; }
|
259
|
+
.icon-cut:before { content: "\f0c4"; }
|
260
|
+
.icon-copy:before { content: "\f0c5"; }
|
261
|
+
.icon-paper-clip:before { content: "\f0c6"; }
|
262
|
+
.icon-save:before { content: "\f0c7"; }
|
263
|
+
.icon-sign-blank:before { content: "\f0c8"; }
|
264
|
+
.icon-reorder:before { content: "\f0c9"; }
|
265
|
+
.icon-list-ul:before { content: "\f0ca"; }
|
266
|
+
.icon-list-ol:before { content: "\f0cb"; }
|
267
|
+
.icon-strikethrough:before { content: "\f0cc"; }
|
268
|
+
.icon-underline:before { content: "\f0cd"; }
|
269
|
+
.icon-table:before { content: "\f0ce"; }
|
270
|
+
|
271
|
+
.icon-magic:before { content: "\f0d0"; }
|
272
|
+
.icon-truck:before { content: "\f0d1"; }
|
273
|
+
.icon-pinterest:before { content: "\f0d2"; }
|
274
|
+
.icon-pinterest-sign:before { content: "\f0d3"; }
|
275
|
+
.icon-google-plus-sign:before { content: "\f0d4"; }
|
276
|
+
.icon-google-plus:before { content: "\f0d5"; }
|
277
|
+
.icon-money:before { content: "\f0d6"; }
|
278
|
+
.icon-caret-down:before { content: "\f0d7"; }
|
279
|
+
.icon-caret-up:before { content: "\f0d8"; }
|
280
|
+
.icon-caret-left:before { content: "\f0d9"; }
|
281
|
+
.icon-caret-right:before { content: "\f0da"; }
|
282
|
+
.icon-columns:before { content: "\f0db"; }
|
283
|
+
.icon-sort:before { content: "\f0dc"; }
|
284
|
+
.icon-sort-down:before { content: "\f0dd"; }
|
285
|
+
.icon-sort-up:before { content: "\f0de"; }
|
286
|
+
|
287
|
+
.icon-envelope-alt:before { content: "\f0e0"; }
|
288
|
+
.icon-linkedin:before { content: "\f0e1"; }
|
289
|
+
.icon-undo:before { content: "\f0e2"; }
|
290
|
+
.icon-legal:before { content: "\f0e3"; }
|
291
|
+
.icon-dashboard:before { content: "\f0e4"; }
|
292
|
+
.icon-comment-alt:before { content: "\f0e5"; }
|
293
|
+
.icon-comments-alt:before { content: "\f0e6"; }
|
294
|
+
.icon-bolt:before { content: "\f0e7"; }
|
295
|
+
.icon-sitemap:before { content: "\f0e8"; }
|
296
|
+
.icon-umbrella:before { content: "\f0e9"; }
|
297
|
+
.icon-paste:before { content: "\f0ea"; }
|
298
|
+
|
299
|
+
.icon-user-md:before { content: "\f200"; }
|
@@ -3,4 +3,40 @@
|
|
3
3
|
// See mixins/simple-responsive-grid.scss for more informations
|
4
4
|
// =================================================================================
|
5
5
|
|
6
|
-
|
6
|
+
.container {
|
7
|
+
@include container;
|
8
|
+
}
|
9
|
+
|
10
|
+
.row {
|
11
|
+
@extend .clearfix;
|
12
|
+
[class*="column"] {
|
13
|
+
@include columnBase;
|
14
|
+
}
|
15
|
+
}
|
16
|
+
|
17
|
+
// Generate classes for the grid
|
18
|
+
@for $n from 1 through $totalColumns {
|
19
|
+
.grid-#{$n} {
|
20
|
+
@include column($n);
|
21
|
+
}
|
22
|
+
}
|
23
|
+
|
24
|
+
// Prefix classes
|
25
|
+
//
|
26
|
+
// @for $n from 1 to $totalColumns {
|
27
|
+
// .row {
|
28
|
+
// .prefix#{$n} {
|
29
|
+
// @include prepend($n);
|
30
|
+
// }
|
31
|
+
// }
|
32
|
+
//}
|
33
|
+
|
34
|
+
// Suffix classes
|
35
|
+
//
|
36
|
+
// @for $n from 1 to $totalColumns {
|
37
|
+
// .row {
|
38
|
+
// .suffix#{$n} {
|
39
|
+
// @include append($n);
|
40
|
+
// }
|
41
|
+
// }
|
42
|
+
// }
|
@@ -2,4 +2,171 @@
|
|
2
2
|
// basic image styles include with WordPress classes
|
3
3
|
// =================================================================================
|
4
4
|
|
5
|
-
|
5
|
+
/* BASE IMAGES STYLES
|
6
|
+
include w/ WordPress classes
|
7
|
+
----------------- */
|
8
|
+
img[class*="align"],
|
9
|
+
img[class*="wp-image-"],
|
10
|
+
img[class*="attachment-"] {
|
11
|
+
height: auto;
|
12
|
+
}
|
13
|
+
|
14
|
+
img.size-full,
|
15
|
+
img.size-large {
|
16
|
+
max-width: 97.5%;
|
17
|
+
height: auto;
|
18
|
+
}
|
19
|
+
|
20
|
+
img.wp-smiley {
|
21
|
+
border: none;
|
22
|
+
margin-bottom: 0;
|
23
|
+
margin-top: 0;
|
24
|
+
padding: 0;
|
25
|
+
}
|
26
|
+
|
27
|
+
img.alignleft,
|
28
|
+
img.alignright,
|
29
|
+
img.aligncenter {
|
30
|
+
margin-top: 10px;
|
31
|
+
}
|
32
|
+
|
33
|
+
/* CAPTION
|
34
|
+
----------------- */
|
35
|
+
p img,
|
36
|
+
.wp-caption,
|
37
|
+
.caption {
|
38
|
+
margin-top: 8px;
|
39
|
+
}
|
40
|
+
|
41
|
+
.wp-caption {
|
42
|
+
background: $whiteDark;
|
43
|
+
max-width: 96%;
|
44
|
+
padding: 15px 10px 10px;
|
45
|
+
@include transition(all .15s ease-in-out);
|
46
|
+
img {
|
47
|
+
display: block;
|
48
|
+
margin: 0 auto;
|
49
|
+
max-width: 98%;
|
50
|
+
}
|
51
|
+
&:hover {
|
52
|
+
background: $grayLighter;
|
53
|
+
}
|
54
|
+
}
|
55
|
+
|
56
|
+
.wp-caption-text {
|
57
|
+
color: $fontColor;
|
58
|
+
font-size: 12px;
|
59
|
+
margin: 0;
|
60
|
+
padding: 15px 0 5px 40px;
|
61
|
+
position: relative;
|
62
|
+
|
63
|
+
&:before {
|
64
|
+
content: '\2014';
|
65
|
+
font-size: 14px;
|
66
|
+
font-style: normal;
|
67
|
+
font-weight: bold;
|
68
|
+
margin-right: 5px;
|
69
|
+
position: absolute;
|
70
|
+
left: 10px;
|
71
|
+
top: 17px;
|
72
|
+
}
|
73
|
+
}
|
74
|
+
|
75
|
+
.caption {
|
76
|
+
@extend .wp-caption;
|
77
|
+
}
|
78
|
+
|
79
|
+
.caption-text {
|
80
|
+
@extend .wp-caption-text;
|
81
|
+
}
|
82
|
+
|
83
|
+
/* GALLERY
|
84
|
+
----------------- */
|
85
|
+
.gallery {
|
86
|
+
margin: auto;
|
87
|
+
overflow: hidden;
|
88
|
+
width: 100%;
|
89
|
+
.gallery-item {
|
90
|
+
@include float(left);
|
91
|
+
margin-bottom: 10px;
|
92
|
+
text-align: center;
|
93
|
+
}
|
94
|
+
.gallery-caption {
|
95
|
+
background: #f7f7f7;
|
96
|
+
border: 1px solid #e6e6e6;
|
97
|
+
clear: both;
|
98
|
+
color: #888;
|
99
|
+
display: block;
|
100
|
+
font-size: 12px;
|
101
|
+
margin: 10px 0;
|
102
|
+
padding: 5px 3px;
|
103
|
+
text-align: center;
|
104
|
+
width: 100%;
|
105
|
+
}
|
106
|
+
dl {
|
107
|
+
margin: 0;
|
108
|
+
}
|
109
|
+
img {
|
110
|
+
border: 1px solid #e0e0e0;
|
111
|
+
}
|
112
|
+
a:hover img {
|
113
|
+
border-color: $gray;
|
114
|
+
}
|
115
|
+
br {
|
116
|
+
clear: both;
|
117
|
+
}
|
118
|
+
br+br {
|
119
|
+
display: none;
|
120
|
+
}
|
121
|
+
}
|
122
|
+
|
123
|
+
.gallery-columns-1 .gallery-item {
|
124
|
+
width: 100%;
|
125
|
+
}
|
126
|
+
|
127
|
+
.gallery-columns-2 .gallery-item {
|
128
|
+
width: 50%;
|
129
|
+
}
|
130
|
+
|
131
|
+
.gallery-columns-3 .gallery-item {
|
132
|
+
width: 33.333%;
|
133
|
+
}
|
134
|
+
|
135
|
+
.gallery-columns-4 .gallery-item {
|
136
|
+
margin-right: 2%;
|
137
|
+
width: 23%;
|
138
|
+
}
|
139
|
+
|
140
|
+
.gallery-columns-5 .gallery-item {
|
141
|
+
margin-right: 2%;
|
142
|
+
width: 18%;
|
143
|
+
}
|
144
|
+
|
145
|
+
.gallery-columns-6 .gallery-item {
|
146
|
+
margin-right: 2%;
|
147
|
+
width: 14.666%;
|
148
|
+
}
|
149
|
+
|
150
|
+
.gallery-columns-7 .gallery-item {
|
151
|
+
margin-right: 2%;
|
152
|
+
width: 12.285%;
|
153
|
+
}
|
154
|
+
|
155
|
+
.gallery-columns-8 .gallery-item {
|
156
|
+
margin-right: 2%;
|
157
|
+
width: 10.5%;
|
158
|
+
}
|
159
|
+
|
160
|
+
.gallery-columns-9 .gallery-item {
|
161
|
+
margin-right: 2%;
|
162
|
+
width: 9.111%;
|
163
|
+
}
|
164
|
+
|
165
|
+
/* ATTACHMENT
|
166
|
+
----------------- */
|
167
|
+
embed,
|
168
|
+
iframe,
|
169
|
+
object {
|
170
|
+
max-width: 100%;
|
171
|
+
width: 100%;
|
172
|
+
}
|
@@ -3,4 +3,59 @@
|
|
3
3
|
// pros @Aris_FM
|
4
4
|
// =================================================================================
|
5
5
|
|
6
|
-
|
6
|
+
/* iPad & Tablets*/
|
7
|
+
@media screen and (min-width: 768px) and (max-width: 959px) {}
|
8
|
+
|
9
|
+
/* Tablets Portrait & Big Smartphone Landscape */
|
10
|
+
@media screen and (min-width: 600px) and (max-width: 767px) {}
|
11
|
+
|
12
|
+
/* Smartphone Landscape */
|
13
|
+
@media screen and (min-width: 480px) and (max-width: 599px) {}
|
14
|
+
|
15
|
+
/* Smartphone */
|
16
|
+
@media screen and (min-width: 320px) and (max-width: 479px) {}
|
17
|
+
|
18
|
+
/* Featured Phone (rarely used since featured phone often doesn't support CSS3) */
|
19
|
+
@media screen and (max-width: 319px) {}
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
// Be Prepared for SASS 3.2, embrace yourself! (or use it right now, if you already using SASS pre version)
|
24
|
+
|
25
|
+
$query-big : 959px;
|
26
|
+
$query-bigMedium : 767px;
|
27
|
+
$query-medium : 599px;
|
28
|
+
$query-mediumSmall : 479px;
|
29
|
+
$query-small : 319px;
|
30
|
+
|
31
|
+
@mixin responsive($media) {
|
32
|
+
@if $media == ipad {
|
33
|
+
@media screen and (max-width:$query-big) { @content; }
|
34
|
+
}
|
35
|
+
@else if $media == tablet {
|
36
|
+
@media screen and (max-width:$bigMedium) { @content; }
|
37
|
+
}
|
38
|
+
@else if $media == smartphone {
|
39
|
+
@media screen and (max-width:$medium) { @content; }
|
40
|
+
}
|
41
|
+
@else if $media == phone {
|
42
|
+
@media screen and (max-width:$mediumSmall) { @content; }
|
43
|
+
}
|
44
|
+
}
|
45
|
+
|
46
|
+
// How To Use It:
|
47
|
+
// .foo {
|
48
|
+
// float: left;
|
49
|
+
// width: 1000px;
|
50
|
+
//
|
51
|
+
// @include responsive(ipad) {
|
52
|
+
// float: none;
|
53
|
+
// width: 600px;
|
54
|
+
// }
|
55
|
+
// @include responsive(tablet) {
|
56
|
+
// width: 480px;
|
57
|
+
// }
|
58
|
+
// @include responsive(smartphone) {
|
59
|
+
// width: 280px;
|
60
|
+
// }
|
61
|
+
// }
|