anjlab-bootstrap-rails 2.3.1.2 → 3.0.0.0.alpha1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitmodules +3 -0
- data/Rakefile +42 -26
- data/lib/bootstrap-rails.rb +5 -6
- data/lib/bootstrap-rails/engine.rb +2 -9
- data/lib/bootstrap-rails/version.rb +1 -1
- data/test/test_helper.rb +2 -2
- data/vendor/assets/fonts/twitter/glyphiconshalflings-regular.eot +0 -0
- data/vendor/assets/fonts/twitter/glyphiconshalflings-regular.otf +0 -0
- data/vendor/assets/fonts/twitter/glyphiconshalflings-regular.svg +175 -0
- data/vendor/assets/fonts/twitter/glyphiconshalflings-regular.ttf +0 -0
- data/vendor/assets/fonts/twitter/glyphiconshalflings-regular.woff +0 -0
- data/vendor/assets/javascripts/twitter/bootstrap.js +4 -5
- data/vendor/assets/javascripts/twitter/bootstrap/affix.js +50 -47
- data/vendor/assets/javascripts/twitter/bootstrap/alert.js +32 -35
- data/vendor/assets/javascripts/twitter/bootstrap/button.js +37 -37
- data/vendor/assets/javascripts/twitter/bootstrap/carousel.js +123 -127
- data/vendor/assets/javascripts/twitter/bootstrap/collapse.js +81 -95
- data/vendor/assets/javascripts/twitter/bootstrap/dropdown.js +61 -81
- data/vendor/assets/javascripts/twitter/bootstrap/modal.js +146 -151
- data/vendor/assets/javascripts/twitter/bootstrap/popover.js +53 -58
- data/vendor/assets/javascripts/twitter/bootstrap/scrollspy.js +99 -105
- data/vendor/assets/javascripts/twitter/bootstrap/tab.js +70 -81
- data/vendor/assets/javascripts/twitter/bootstrap/tooltip.js +246 -254
- data/vendor/assets/javascripts/twitter/bootstrap/transition.js +24 -37
- data/vendor/assets/stylesheets/twitter/bootstrap.scss +1 -1
- data/vendor/{frameworks/twitter/bootstrap/accordion.scss → assets/stylesheets/twitter/bootstrap/_accordion.scss} +2 -2
- data/vendor/assets/stylesheets/twitter/bootstrap/_alerts.scss +92 -0
- data/vendor/assets/stylesheets/twitter/bootstrap/_badges.scss +58 -0
- data/vendor/assets/stylesheets/twitter/bootstrap/_bootstrap.scss +64 -0
- data/vendor/assets/stylesheets/twitter/bootstrap/_breadcrumbs.scss +28 -0
- data/vendor/assets/stylesheets/twitter/bootstrap/_button-groups.scss +170 -0
- data/vendor/assets/stylesheets/twitter/bootstrap/_buttons.scss +160 -0
- data/vendor/assets/stylesheets/twitter/bootstrap/_carousel.scss +191 -0
- data/vendor/{frameworks/twitter/bootstrap/close.scss → assets/stylesheets/twitter/bootstrap/_close.scss} +7 -6
- data/vendor/{frameworks/twitter/bootstrap/code.scss → assets/stylesheets/twitter/bootstrap/_code.scss} +14 -14
- data/vendor/{frameworks/twitter/bootstrap/component-animations.scss → assets/stylesheets/twitter/bootstrap/_component-animations.scss} +1 -0
- data/vendor/{frameworks/twitter/bootstrap/dropdowns.scss → assets/stylesheets/twitter/bootstrap/_dropdowns.scss} +46 -57
- data/vendor/assets/stylesheets/twitter/bootstrap/_forms.scss +464 -0
- data/vendor/assets/stylesheets/twitter/bootstrap/_glyphicons.scss +200 -0
- data/vendor/assets/stylesheets/twitter/bootstrap/_grid.scss +65 -0
- data/vendor/assets/stylesheets/twitter/bootstrap/_jumbotron.scss +32 -0
- data/vendor/assets/stylesheets/twitter/bootstrap/_labels.scss +70 -0
- data/vendor/assets/stylesheets/twitter/bootstrap/_list-group.scss +96 -0
- data/vendor/{frameworks/twitter/bootstrap/media.scss → assets/stylesheets/twitter/bootstrap/_media.scss} +0 -1
- data/vendor/assets/stylesheets/twitter/bootstrap/_mixins.scss +510 -0
- data/vendor/assets/stylesheets/twitter/bootstrap/_modals.scss +137 -0
- data/vendor/assets/stylesheets/twitter/bootstrap/_navbar.scss +356 -0
- data/vendor/assets/stylesheets/twitter/bootstrap/_navs.scss +249 -0
- data/vendor/assets/stylesheets/twitter/bootstrap/_normalize.scss +396 -0
- data/vendor/assets/stylesheets/twitter/bootstrap/_pager.scss +54 -0
- data/vendor/assets/stylesheets/twitter/bootstrap/_pagination.scss +87 -0
- data/vendor/assets/stylesheets/twitter/bootstrap/_panels.scss +96 -0
- data/vendor/{frameworks/twitter/bootstrap/popovers.scss → assets/stylesheets/twitter/bootstrap/_popovers.scss} +32 -32
- data/vendor/assets/stylesheets/twitter/bootstrap/_print.scss +74 -0
- data/vendor/{frameworks/twitter/bootstrap/progress-bars.scss → assets/stylesheets/twitter/bootstrap/_progress-bars.scss} +40 -44
- data/vendor/assets/stylesheets/twitter/bootstrap/_responsive-utilities.scss +77 -0
- data/vendor/assets/stylesheets/twitter/bootstrap/_scaffolding.scss +83 -0
- data/vendor/assets/stylesheets/twitter/bootstrap/_tables.scss +242 -0
- data/vendor/assets/stylesheets/twitter/bootstrap/_thumbnails.scss +43 -0
- data/vendor/{frameworks/twitter/bootstrap/tooltip.scss → assets/stylesheets/twitter/bootstrap/_tooltip.scss} +20 -19
- data/vendor/assets/stylesheets/twitter/bootstrap/_type.scss +253 -0
- data/vendor/{frameworks/twitter/bootstrap/utilities.scss → assets/stylesheets/twitter/bootstrap/_utilities.scss} +17 -5
- data/vendor/assets/stylesheets/twitter/bootstrap/_variables.scss +416 -0
- data/vendor/{frameworks/twitter/bootstrap/wells.scss → assets/stylesheets/twitter/bootstrap/_wells.scss} +5 -5
- metadata +49 -53
- data/lib/bootstrap-rails/ie_hex_str.rb +0 -16
- data/test/ie_hex_str_test.rb +0 -26
- data/vendor/assets/images/twitter/glyphicons-halflings-white.png +0 -0
- data/vendor/assets/images/twitter/glyphicons-halflings.png +0 -0
- data/vendor/assets/javascripts/twitter/bootstrap/typeahead.js +0 -335
- data/vendor/assets/stylesheets/twitter/bootstrap-responsive.scss +0 -1
- data/vendor/frameworks/twitter/bootstrap.scss +0 -1
- data/vendor/frameworks/twitter/bootstrap/alerts.scss +0 -79
- data/vendor/frameworks/twitter/bootstrap/bootstrap.scss +0 -63
- data/vendor/frameworks/twitter/bootstrap/breadcrumbs.scss +0 -24
- data/vendor/frameworks/twitter/bootstrap/button-groups.scss +0 -230
- data/vendor/frameworks/twitter/bootstrap/buttons.scss +0 -228
- data/vendor/frameworks/twitter/bootstrap/carousel.scss +0 -158
- data/vendor/frameworks/twitter/bootstrap/forms.scss +0 -690
- data/vendor/frameworks/twitter/bootstrap/grid.scss +0 -21
- data/vendor/frameworks/twitter/bootstrap/hero-unit.scss +0 -25
- data/vendor/frameworks/twitter/bootstrap/labels-badges.scss +0 -83
- data/vendor/frameworks/twitter/bootstrap/layouts.scss +0 -16
- data/vendor/frameworks/twitter/bootstrap/mixins.scss +0 -704
- data/vendor/frameworks/twitter/bootstrap/modals.scss +0 -95
- data/vendor/frameworks/twitter/bootstrap/navbar.scss +0 -496
- data/vendor/frameworks/twitter/bootstrap/navs.scss +0 -409
- data/vendor/frameworks/twitter/bootstrap/pager.scss +0 -43
- data/vendor/frameworks/twitter/bootstrap/pagination.scss +0 -123
- data/vendor/frameworks/twitter/bootstrap/reset.scss +0 -216
- data/vendor/frameworks/twitter/bootstrap/responsive-1200px-min.scss +0 -28
- data/vendor/frameworks/twitter/bootstrap/responsive-767px-max.scss +0 -189
- data/vendor/frameworks/twitter/bootstrap/responsive-768px-979px.scss +0 -19
- data/vendor/frameworks/twitter/bootstrap/responsive-navbar.scss +0 -189
- data/vendor/frameworks/twitter/bootstrap/responsive-utilities.scss +0 -59
- data/vendor/frameworks/twitter/bootstrap/responsive.scss +0 -48
- data/vendor/frameworks/twitter/bootstrap/scaffolding.scss +0 -53
- data/vendor/frameworks/twitter/bootstrap/sprites.scss +0 -197
- data/vendor/frameworks/twitter/bootstrap/tables.scss +0 -235
- data/vendor/frameworks/twitter/bootstrap/thumbnails.scss +0 -53
- data/vendor/frameworks/twitter/bootstrap/type.scss +0 -246
- data/vendor/frameworks/twitter/bootstrap/variables.scss +0 -295
@@ -0,0 +1,249 @@
|
|
1
|
+
//
|
2
|
+
// Navs
|
3
|
+
// --------------------------------------------------
|
4
|
+
|
5
|
+
|
6
|
+
// Base class
|
7
|
+
// --------------------------------------------------
|
8
|
+
|
9
|
+
.nav {
|
10
|
+
margin-left: 0;
|
11
|
+
margin-bottom: 0;
|
12
|
+
padding-left: 0; // Override default ul/ol
|
13
|
+
list-style: none;
|
14
|
+
@include clearfix();
|
15
|
+
|
16
|
+
> li {
|
17
|
+
position: relative;
|
18
|
+
display: block;
|
19
|
+
|
20
|
+
> a {
|
21
|
+
position: relative;
|
22
|
+
display: block;
|
23
|
+
padding: 10px 15px;
|
24
|
+
&:hover,
|
25
|
+
&:focus {
|
26
|
+
text-decoration: none;
|
27
|
+
background-color: $gray-lighter;
|
28
|
+
}
|
29
|
+
}
|
30
|
+
|
31
|
+
// Disabled state sets text to gray and nukes hover/tab effects
|
32
|
+
&.disabled > a {
|
33
|
+
color: $gray-light;
|
34
|
+
}
|
35
|
+
&.disabled > a:hover,
|
36
|
+
&.disabled > a:focus {
|
37
|
+
color: $gray-light;
|
38
|
+
text-decoration: none;
|
39
|
+
background-color: transparent;
|
40
|
+
cursor: default;
|
41
|
+
}
|
42
|
+
|
43
|
+
// Space the headers out when they follow another list item (link)
|
44
|
+
+ .nav-header {
|
45
|
+
margin-top: 9px;
|
46
|
+
}
|
47
|
+
}
|
48
|
+
|
49
|
+
// Open dropdowns
|
50
|
+
&.open > a,
|
51
|
+
&.open > a:hover,
|
52
|
+
&.open > a:focus {
|
53
|
+
color: #fff;
|
54
|
+
background-color: $link-color;
|
55
|
+
border-color: $link-color;
|
56
|
+
.caret {
|
57
|
+
border-top-color: #fff;
|
58
|
+
border-bottom-color: #fff;
|
59
|
+
}
|
60
|
+
}
|
61
|
+
|
62
|
+
// Redeclare pull classes because of specifity
|
63
|
+
// Todo: consider making these utilities !important to avoid this bullshit
|
64
|
+
> .pull-right {
|
65
|
+
float: right;
|
66
|
+
}
|
67
|
+
|
68
|
+
// Dividers (basically an hr) within the dropdown
|
69
|
+
.nav-divider {
|
70
|
+
@include nav-divider();
|
71
|
+
}
|
72
|
+
}
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
// Nav variations
|
77
|
+
// --------------------------------------------------
|
78
|
+
|
79
|
+
// Justified nav links
|
80
|
+
// -------------------------
|
81
|
+
|
82
|
+
@mixin nav-justified {
|
83
|
+
width: 100%;
|
84
|
+
> li {
|
85
|
+
float: none;
|
86
|
+
display: table-cell;
|
87
|
+
width: 1%;
|
88
|
+
> a {
|
89
|
+
text-align: center;
|
90
|
+
}
|
91
|
+
}
|
92
|
+
}
|
93
|
+
|
94
|
+
// Move borders to anchors instead of bottom of list
|
95
|
+
@mixin nav-tabs-justified () {
|
96
|
+
border-bottom: 0;
|
97
|
+
> li > a {
|
98
|
+
border-bottom: 1px solid #ddd;
|
99
|
+
|
100
|
+
// Override margin from .nav-tabs
|
101
|
+
margin-right: 0;
|
102
|
+
}
|
103
|
+
> .active > a {
|
104
|
+
border-bottom-color: $body-bg;
|
105
|
+
}
|
106
|
+
|
107
|
+
}
|
108
|
+
|
109
|
+
|
110
|
+
// Tabs
|
111
|
+
// -------------------------
|
112
|
+
|
113
|
+
// Give the tabs something to sit on
|
114
|
+
.nav-tabs {
|
115
|
+
border-bottom: 1px solid #ddd;
|
116
|
+
> li {
|
117
|
+
float: left;
|
118
|
+
// Make the list-items overlay the bottom border
|
119
|
+
margin-bottom: -1px;
|
120
|
+
|
121
|
+
// Actual tabs (as links)
|
122
|
+
> a {
|
123
|
+
margin-right: 2px;
|
124
|
+
line-height: $line-height-base;
|
125
|
+
border: 1px solid transparent;
|
126
|
+
border-radius: $border-radius-base $border-radius-base 0 0;
|
127
|
+
&:hover {
|
128
|
+
border-color: $gray-lighter $gray-lighter #ddd;
|
129
|
+
}
|
130
|
+
}
|
131
|
+
|
132
|
+
// Active state, and it's :hover to override normal :hover
|
133
|
+
&.active > a,
|
134
|
+
&.active > a:hover,
|
135
|
+
&.active > a:focus {
|
136
|
+
color: $gray;
|
137
|
+
background-color: $body-bg;
|
138
|
+
border: 1px solid #ddd;
|
139
|
+
border-bottom-color: transparent;
|
140
|
+
cursor: default;
|
141
|
+
}
|
142
|
+
}
|
143
|
+
// pulling this in mainly for less shorthand
|
144
|
+
&.nav-justified {
|
145
|
+
@include nav-justified;
|
146
|
+
@include nav-tabs-justified;
|
147
|
+
}
|
148
|
+
}
|
149
|
+
|
150
|
+
|
151
|
+
// Pills
|
152
|
+
// -------------------------
|
153
|
+
.nav-pills {
|
154
|
+
> li {
|
155
|
+
float: left;
|
156
|
+
|
157
|
+
// Links rendered as pills
|
158
|
+
> a {
|
159
|
+
border-radius: 5px;
|
160
|
+
}
|
161
|
+
+ li {
|
162
|
+
> a {
|
163
|
+
margin-left: 2px;
|
164
|
+
}
|
165
|
+
}
|
166
|
+
|
167
|
+
// Active state
|
168
|
+
&.active > a,
|
169
|
+
&.active > a:hover,
|
170
|
+
&.active > a:focus {
|
171
|
+
color: #fff;
|
172
|
+
background-color: $component-active-bg;
|
173
|
+
}
|
174
|
+
}
|
175
|
+
}
|
176
|
+
|
177
|
+
|
178
|
+
// Stacked pills
|
179
|
+
.nav-stacked {
|
180
|
+
> li {
|
181
|
+
float: none;
|
182
|
+
+ li {
|
183
|
+
> a {
|
184
|
+
margin-top: 2px;
|
185
|
+
margin-left: 0; // no need for this gap between nav items
|
186
|
+
}
|
187
|
+
}
|
188
|
+
}
|
189
|
+
}
|
190
|
+
|
191
|
+
.nav-justified { @include nav-justified }
|
192
|
+
|
193
|
+
|
194
|
+
// Nav headers (for dropdowns and lists)
|
195
|
+
// -------------------------
|
196
|
+
|
197
|
+
.nav-header {
|
198
|
+
display: block;
|
199
|
+
padding: 3px 15px;
|
200
|
+
font-size: $font-size-mini;
|
201
|
+
font-weight: bold;
|
202
|
+
line-height: $line-height-base;
|
203
|
+
color: $gray-light;
|
204
|
+
text-shadow: 0 1px 0 rgba(255,255,255,.5);
|
205
|
+
text-transform: uppercase;
|
206
|
+
}
|
207
|
+
|
208
|
+
|
209
|
+
|
210
|
+
// Tabbable tabs
|
211
|
+
// -------------------------
|
212
|
+
|
213
|
+
// Clear any floats
|
214
|
+
.tabbable {
|
215
|
+
@include clearfix();
|
216
|
+
}
|
217
|
+
|
218
|
+
// Show/hide tabbable areas
|
219
|
+
.tab-content > .tab-pane,
|
220
|
+
.pill-content > .pill-pane {
|
221
|
+
display: none;
|
222
|
+
}
|
223
|
+
.tab-content > .active,
|
224
|
+
.pill-content > .active {
|
225
|
+
display: block;
|
226
|
+
}
|
227
|
+
|
228
|
+
|
229
|
+
|
230
|
+
// Dropdowns
|
231
|
+
// -------------------------
|
232
|
+
|
233
|
+
// Make dropdown carets use link color in navs
|
234
|
+
.nav .caret {
|
235
|
+
border-top-color: $link-color;
|
236
|
+
border-bottom-color: $link-color;
|
237
|
+
}
|
238
|
+
.nav a:hover .caret {
|
239
|
+
border-top-color: $link-hover-color;
|
240
|
+
border-bottom-color: $link-hover-color;
|
241
|
+
}
|
242
|
+
|
243
|
+
// Specific dropdowns
|
244
|
+
.nav-tabs .dropdown-menu {
|
245
|
+
// make dropdown border overlap tab border
|
246
|
+
margin-top: -1px;
|
247
|
+
// Remove the top rounded corners here since there is a hard edge above the menu
|
248
|
+
@include border-top-radius(0);
|
249
|
+
}
|
@@ -0,0 +1,396 @@
|
|
1
|
+
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
|
2
|
+
|
3
|
+
// ==========================================================================
|
4
|
+
// HTML5 display definitions
|
5
|
+
// ==========================================================================
|
6
|
+
|
7
|
+
//
|
8
|
+
// Correct `block` display not defined in IE 8/9.
|
9
|
+
//
|
10
|
+
|
11
|
+
article,
|
12
|
+
aside,
|
13
|
+
details,
|
14
|
+
figcaption,
|
15
|
+
figure,
|
16
|
+
footer,
|
17
|
+
header,
|
18
|
+
hgroup,
|
19
|
+
main,
|
20
|
+
nav,
|
21
|
+
section,
|
22
|
+
summary {
|
23
|
+
display: block;
|
24
|
+
}
|
25
|
+
|
26
|
+
//
|
27
|
+
// Correct `inline-block` display not defined in IE 8/9.
|
28
|
+
//
|
29
|
+
|
30
|
+
audio,
|
31
|
+
canvas,
|
32
|
+
video {
|
33
|
+
display: inline-block;
|
34
|
+
}
|
35
|
+
|
36
|
+
//
|
37
|
+
// Prevent modern browsers from displaying `audio` without controls.
|
38
|
+
// Remove excess height in iOS 5 devices.
|
39
|
+
//
|
40
|
+
|
41
|
+
audio:not([controls]) {
|
42
|
+
display: none;
|
43
|
+
height: 0;
|
44
|
+
}
|
45
|
+
|
46
|
+
//
|
47
|
+
// Address styling not present in IE 8/9.
|
48
|
+
//
|
49
|
+
|
50
|
+
[hidden] {
|
51
|
+
display: none;
|
52
|
+
}
|
53
|
+
|
54
|
+
// ==========================================================================
|
55
|
+
// Base
|
56
|
+
// ==========================================================================
|
57
|
+
|
58
|
+
//
|
59
|
+
// 1. Set default font family to sans-serif.
|
60
|
+
// 2. Prevent iOS text size adjust after orientation change, without disabling
|
61
|
+
// user zoom.
|
62
|
+
//
|
63
|
+
|
64
|
+
html {
|
65
|
+
font-family: sans-serif; // 1
|
66
|
+
-webkit-text-size-adjust: 100%; // 2
|
67
|
+
-ms-text-size-adjust: 100%; // 2
|
68
|
+
}
|
69
|
+
|
70
|
+
//
|
71
|
+
// Remove default margin.
|
72
|
+
//
|
73
|
+
|
74
|
+
body {
|
75
|
+
margin: 0;
|
76
|
+
}
|
77
|
+
|
78
|
+
// ==========================================================================
|
79
|
+
// Links
|
80
|
+
// ==========================================================================
|
81
|
+
|
82
|
+
//
|
83
|
+
// Address `outline` inconsistency between Chrome and other browsers.
|
84
|
+
//
|
85
|
+
|
86
|
+
a:focus {
|
87
|
+
outline: thin dotted;
|
88
|
+
}
|
89
|
+
|
90
|
+
//
|
91
|
+
// Improve readability when focused and also mouse hovered in all browsers.
|
92
|
+
//
|
93
|
+
|
94
|
+
a:active,
|
95
|
+
a:hover {
|
96
|
+
outline: 0;
|
97
|
+
}
|
98
|
+
|
99
|
+
// ==========================================================================
|
100
|
+
// Typography
|
101
|
+
// ==========================================================================
|
102
|
+
|
103
|
+
//
|
104
|
+
// Address variable `h1` font-size and margin within `section` and `article`
|
105
|
+
// contexts in Firefox 4+, Safari 5, and Chrome.
|
106
|
+
//
|
107
|
+
|
108
|
+
h1 {
|
109
|
+
font-size: 2em;
|
110
|
+
margin: 0.67em 0;
|
111
|
+
}
|
112
|
+
|
113
|
+
//
|
114
|
+
// Address styling not present in IE 8/9, Safari 5, and Chrome.
|
115
|
+
//
|
116
|
+
|
117
|
+
abbr[title] {
|
118
|
+
border-bottom: 1px dotted;
|
119
|
+
}
|
120
|
+
|
121
|
+
//
|
122
|
+
// Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
|
123
|
+
//
|
124
|
+
|
125
|
+
b,
|
126
|
+
strong {
|
127
|
+
font-weight: bold;
|
128
|
+
}
|
129
|
+
|
130
|
+
//
|
131
|
+
// Address styling not present in Safari 5 and Chrome.
|
132
|
+
//
|
133
|
+
|
134
|
+
dfn {
|
135
|
+
font-style: italic;
|
136
|
+
}
|
137
|
+
|
138
|
+
//
|
139
|
+
// Address differences between Firefox and other browsers.
|
140
|
+
//
|
141
|
+
|
142
|
+
hr {
|
143
|
+
-moz-box-sizing: content-box;
|
144
|
+
box-sizing: content-box;
|
145
|
+
height: 0;
|
146
|
+
}
|
147
|
+
|
148
|
+
//
|
149
|
+
// Address styling not present in IE 8/9.
|
150
|
+
//
|
151
|
+
|
152
|
+
mark {
|
153
|
+
background: #ff0;
|
154
|
+
color: #000;
|
155
|
+
}
|
156
|
+
|
157
|
+
//
|
158
|
+
// Correct font family set oddly in Safari 5 and Chrome.
|
159
|
+
//
|
160
|
+
|
161
|
+
code,
|
162
|
+
kbd,
|
163
|
+
pre,
|
164
|
+
samp {
|
165
|
+
font-family: monospace, serif;
|
166
|
+
font-size: 1em;
|
167
|
+
}
|
168
|
+
|
169
|
+
//
|
170
|
+
// Improve readability of pre-formatted text in all browsers.
|
171
|
+
//
|
172
|
+
|
173
|
+
pre {
|
174
|
+
white-space: pre-wrap;
|
175
|
+
}
|
176
|
+
|
177
|
+
//
|
178
|
+
// Set consistent quote types.
|
179
|
+
//
|
180
|
+
|
181
|
+
q {
|
182
|
+
quotes: "\201C" "\201D" "\2018" "\2019";
|
183
|
+
}
|
184
|
+
|
185
|
+
//
|
186
|
+
// Address inconsistent and variable font size in all browsers.
|
187
|
+
//
|
188
|
+
|
189
|
+
small {
|
190
|
+
font-size: 80%;
|
191
|
+
}
|
192
|
+
|
193
|
+
//
|
194
|
+
// Prevent `sub` and `sup` affecting `line-height` in all browsers.
|
195
|
+
//
|
196
|
+
|
197
|
+
sub,
|
198
|
+
sup {
|
199
|
+
font-size: 75%;
|
200
|
+
line-height: 0;
|
201
|
+
position: relative;
|
202
|
+
vertical-align: baseline;
|
203
|
+
}
|
204
|
+
|
205
|
+
sup {
|
206
|
+
top: -0.5em;
|
207
|
+
}
|
208
|
+
|
209
|
+
sub {
|
210
|
+
bottom: -0.25em;
|
211
|
+
}
|
212
|
+
|
213
|
+
// ==========================================================================
|
214
|
+
// Embedded content
|
215
|
+
// ==========================================================================
|
216
|
+
|
217
|
+
//
|
218
|
+
// Remove border when inside `a` element in IE 8/9.
|
219
|
+
//
|
220
|
+
|
221
|
+
img {
|
222
|
+
border: 0;
|
223
|
+
}
|
224
|
+
|
225
|
+
//
|
226
|
+
// Correct overflow displayed oddly in IE 9.
|
227
|
+
//
|
228
|
+
|
229
|
+
svg:not(:root) {
|
230
|
+
overflow: hidden;
|
231
|
+
}
|
232
|
+
|
233
|
+
// ==========================================================================
|
234
|
+
// Figures
|
235
|
+
// ==========================================================================
|
236
|
+
|
237
|
+
//
|
238
|
+
// Address margin not present in IE 8/9 and Safari 5.
|
239
|
+
//
|
240
|
+
|
241
|
+
figure {
|
242
|
+
margin: 0;
|
243
|
+
}
|
244
|
+
|
245
|
+
// ==========================================================================
|
246
|
+
// Forms
|
247
|
+
// ==========================================================================
|
248
|
+
|
249
|
+
//
|
250
|
+
// Define consistent border, margin, and padding.
|
251
|
+
//
|
252
|
+
|
253
|
+
fieldset {
|
254
|
+
border: 1px solid #c0c0c0;
|
255
|
+
margin: 0 2px;
|
256
|
+
padding: 0.35em 0.625em 0.75em;
|
257
|
+
}
|
258
|
+
|
259
|
+
//
|
260
|
+
// 1. Correct `color` not being inherited in IE 8/9.
|
261
|
+
// 2. Remove padding so people aren't caught out if they zero out fieldsets.
|
262
|
+
//
|
263
|
+
|
264
|
+
legend {
|
265
|
+
border: 0; // 1
|
266
|
+
padding: 0; // 2
|
267
|
+
}
|
268
|
+
|
269
|
+
//
|
270
|
+
// 1. Correct font family not being inherited in all browsers.
|
271
|
+
// 2. Correct font size not being inherited in all browsers.
|
272
|
+
// 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
|
273
|
+
//
|
274
|
+
|
275
|
+
button,
|
276
|
+
input,
|
277
|
+
select,
|
278
|
+
textarea {
|
279
|
+
font-family: inherit; // 1
|
280
|
+
font-size: 100%; // 2
|
281
|
+
margin: 0; // 3
|
282
|
+
}
|
283
|
+
|
284
|
+
//
|
285
|
+
// Address Firefox 4+ setting `line-height` on `input` using `!important` in
|
286
|
+
// the UA stylesheet.
|
287
|
+
//
|
288
|
+
|
289
|
+
button,
|
290
|
+
input {
|
291
|
+
line-height: normal;
|
292
|
+
}
|
293
|
+
|
294
|
+
//
|
295
|
+
// Address inconsistent `text-transform` inheritance for `button` and `select`.
|
296
|
+
// All other form control elements do not inherit `text-transform` values.
|
297
|
+
// Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
|
298
|
+
// Correct `select` style inheritance in Firefox 4+ and Opera.
|
299
|
+
//
|
300
|
+
|
301
|
+
button,
|
302
|
+
select {
|
303
|
+
text-transform: none;
|
304
|
+
}
|
305
|
+
|
306
|
+
//
|
307
|
+
// 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
308
|
+
// and `video` controls.
|
309
|
+
// 2. Correct inability to style clickable `input` types in iOS.
|
310
|
+
// 3. Improve usability and consistency of cursor style between image-type
|
311
|
+
// `input` and others.
|
312
|
+
//
|
313
|
+
|
314
|
+
button,
|
315
|
+
html input[type="button"], // 1
|
316
|
+
input[type="reset"],
|
317
|
+
input[type="submit"] {
|
318
|
+
-webkit-appearance: button; // 2
|
319
|
+
cursor: pointer; // 3
|
320
|
+
}
|
321
|
+
|
322
|
+
//
|
323
|
+
// Re-set default cursor for disabled elements.
|
324
|
+
//
|
325
|
+
|
326
|
+
button[disabled],
|
327
|
+
html input[disabled] {
|
328
|
+
cursor: default;
|
329
|
+
}
|
330
|
+
|
331
|
+
//
|
332
|
+
// 1. Address box sizing set to `content-box` in IE 8/9.
|
333
|
+
// 2. Remove excess padding in IE 8/9.
|
334
|
+
//
|
335
|
+
|
336
|
+
input[type="checkbox"],
|
337
|
+
input[type="radio"] {
|
338
|
+
box-sizing: border-box; // 1
|
339
|
+
padding: 0; // 2
|
340
|
+
}
|
341
|
+
|
342
|
+
//
|
343
|
+
// 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
|
344
|
+
// 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
|
345
|
+
// (include `-moz` to future-proof).
|
346
|
+
//
|
347
|
+
|
348
|
+
input[type="search"] {
|
349
|
+
-webkit-appearance: textfield; // 1
|
350
|
+
-moz-box-sizing: content-box;
|
351
|
+
-webkit-box-sizing: content-box; // 2
|
352
|
+
box-sizing: content-box;
|
353
|
+
}
|
354
|
+
|
355
|
+
//
|
356
|
+
// Remove inner padding and search cancel button in Safari 5 and Chrome
|
357
|
+
// on OS X.
|
358
|
+
//
|
359
|
+
|
360
|
+
input[type="search"]::-webkit-search-cancel-button,
|
361
|
+
input[type="search"]::-webkit-search-decoration {
|
362
|
+
-webkit-appearance: none;
|
363
|
+
}
|
364
|
+
|
365
|
+
//
|
366
|
+
// Remove inner padding and border in Firefox 4+.
|
367
|
+
//
|
368
|
+
|
369
|
+
button::-moz-focus-inner,
|
370
|
+
input::-moz-focus-inner {
|
371
|
+
border: 0;
|
372
|
+
padding: 0;
|
373
|
+
}
|
374
|
+
|
375
|
+
//
|
376
|
+
// 1. Remove default vertical scrollbar in IE 8/9.
|
377
|
+
// 2. Improve readability and alignment in all browsers.
|
378
|
+
//
|
379
|
+
|
380
|
+
textarea {
|
381
|
+
overflow: auto; // 1
|
382
|
+
vertical-align: top; // 2
|
383
|
+
}
|
384
|
+
|
385
|
+
// ==========================================================================
|
386
|
+
// Tables
|
387
|
+
// ==========================================================================
|
388
|
+
|
389
|
+
//
|
390
|
+
// Remove most spacing between table cells.
|
391
|
+
//
|
392
|
+
|
393
|
+
table {
|
394
|
+
border-collapse: collapse;
|
395
|
+
border-spacing: 0;
|
396
|
+
}
|