jazzy 0.0.13 → 0.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.rubocop.yml +4 -3
- data/Gemfile.lock +5 -3
- data/Rakefile +4 -2
- data/bin/sourcekitten +0 -0
- data/jazzy.gemspec +1 -0
- data/lib/jazzy/assets/css/{jazzy.css → jazzy.css.scss} +199 -231
- data/lib/jazzy/config.rb +27 -13
- data/lib/jazzy/doc.mustache +2 -2
- data/lib/jazzy/doc.rb +2 -1
- data/lib/jazzy/doc_builder.rb +124 -70
- data/lib/jazzy/gem_version.rb +1 -1
- data/lib/jazzy/source_module.rb +28 -0
- data/lib/jazzy/sourcekitten.rb +95 -70
- data/lib/jazzy/xml_helper.rb +2 -1
- data/spec/integration_specs/document_alamofire/after/docs/Classes.html +2 -2
- data/spec/integration_specs/document_alamofire/after/docs/Classes/Manager.html +2 -2
- data/spec/integration_specs/document_alamofire/after/docs/Classes/Manager/init(configuration:).html +2 -2
- data/spec/integration_specs/document_alamofire/after/docs/Classes/Request.html +2 -2
- data/spec/integration_specs/document_alamofire/after/docs/Enums.html +2 -2
- data/spec/integration_specs/document_alamofire/after/docs/Enums/ParameterEncoding.html +2 -2
- data/spec/integration_specs/document_alamofire/after/docs/Extensions.html +2 -2
- data/spec/integration_specs/document_alamofire/after/docs/Extensions/Manager.html +2 -2
- data/spec/integration_specs/document_alamofire/after/docs/Extensions/Request.html +2 -2
- data/spec/integration_specs/document_alamofire/after/docs/Functions.html +2 -2
- data/spec/integration_specs/document_alamofire/after/docs/Global Variables.html +2 -2
- data/spec/integration_specs/document_alamofire/after/docs/Protocols.html +2 -2
- data/spec/integration_specs/document_alamofire/after/docs/Protocols/URLRequestConvertible.html +2 -2
- data/spec/integration_specs/document_alamofire/after/docs/Protocols/URLStringConvertible.html +2 -2
- data/spec/integration_specs/document_alamofire/after/docs/css/jazzy.css +140 -257
- data/spec/integration_specs/document_alamofire/after/docs/index.html +2 -2
- data/spec/integration_specs/document_alamofire/after/execution_output.txt +2 -1
- data/spec/integration_specs/misc_jazzy_features/after/docs/Classes.html +2 -2
- data/spec/integration_specs/misc_jazzy_features/after/docs/Classes/ImplicitlyInternalTopLevelClass.html +2 -2
- data/spec/integration_specs/misc_jazzy_features/after/docs/Enums.html +2 -2
- data/spec/integration_specs/misc_jazzy_features/after/docs/Enums/DocumentedEnum.html +2 -2
- data/spec/integration_specs/misc_jazzy_features/after/docs/Global Variables.html +2 -2
- data/spec/integration_specs/misc_jazzy_features/after/docs/css/jazzy.css +140 -257
- data/spec/integration_specs/misc_jazzy_features/after/docs/index.html +2 -2
- data/spec/integration_specs/misc_jazzy_features/after/execution_output.txt +2 -1
- metadata +18 -4
- data/.rubocop_todo.yml +0 -24
@@ -11,14 +11,14 @@
|
|
11
11
|
<a title="Alamofire Reference"></a>
|
12
12
|
<header>
|
13
13
|
<div class="content-wrapper">
|
14
|
-
<p class="header-text"><a href="
|
14
|
+
<p class="header-text"><a href="index.html">Alamofire Docs</a> (40% documented)</p>
|
15
15
|
<p id="header-links"><a href="https://github.com/Alamofire/Alamofire"><img id="header-icon" src="img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
|
16
16
|
</div>
|
17
17
|
</header>
|
18
18
|
<section id="valence">
|
19
19
|
<div class="content-wrapper">
|
20
20
|
<p id="hierarchial_navigation">
|
21
|
-
<a href="
|
21
|
+
<a href="index.html" id="design_resources_link">Alamofire Reference</a>
|
22
22
|
<img id="carat" src="img/carat.png" height="10px" width="6px" />
|
23
23
|
Alamofire Reference
|
24
24
|
</p>
|
@@ -1,5 +1,6 @@
|
|
1
1
|
JAZZY_FAKE_DATE=YYYY-MM-DD JAZZY_FAKE_VERSION=X.X.X jazzy -m Alamofire -a Alamofire -u https://nshipster.com/alamofire -x -project,Alamofire.xcodeproj -g https://github.com/Alamofire/Alamofire --github-file-prefix https://github.com/Alamofire/Alamofire/blob/1.1.0 2>&1
|
2
2
|
Running xcodebuild -dry-run
|
3
3
|
parsing Alamofire.swift (1/1)
|
4
|
+
Alamofire.swift is 40% documented
|
4
5
|
building site
|
5
|
-
jam out ♪♫ to your fresh new docs
|
6
|
+
jam out ♪♫ to your fresh new docs in `docs`
|
@@ -11,14 +11,14 @@
|
|
11
11
|
<a title="Classes Reference"></a>
|
12
12
|
<header>
|
13
13
|
<div class="content-wrapper">
|
14
|
-
<p class="header-text"><a href="
|
14
|
+
<p class="header-text"><a href="index.html">MiscJazzyFeatures Docs</a> (81% documented)</p>
|
15
15
|
<p id="header-links"><a href="https://github.com/realm/jazzy"><img id="header-icon" src="img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
|
16
16
|
</div>
|
17
17
|
</header>
|
18
18
|
<section id="valence">
|
19
19
|
<div class="content-wrapper">
|
20
20
|
<p id="hierarchial_navigation">
|
21
|
-
<a href="
|
21
|
+
<a href="index.html" id="design_resources_link">MiscJazzyFeatures Reference</a>
|
22
22
|
<img id="carat" src="img/carat.png" height="10px" width="6px" />
|
23
23
|
Classes Reference
|
24
24
|
</p>
|
@@ -11,14 +11,14 @@
|
|
11
11
|
<a title="ImplicitlyInternalTopLevelClass Class Reference"></a>
|
12
12
|
<header>
|
13
13
|
<div class="content-wrapper">
|
14
|
-
<p class="header-text"><a href="
|
14
|
+
<p class="header-text"><a href="../index.html">MiscJazzyFeatures Docs</a> (81% documented)</p>
|
15
15
|
<p id="header-links"><a href="https://github.com/realm/jazzy"><img id="header-icon" src="../img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
|
16
16
|
</div>
|
17
17
|
</header>
|
18
18
|
<section id="valence">
|
19
19
|
<div class="content-wrapper">
|
20
20
|
<p id="hierarchial_navigation">
|
21
|
-
<a href="
|
21
|
+
<a href="../index.html" id="design_resources_link">MiscJazzyFeatures Reference</a>
|
22
22
|
<img id="carat" src="../img/carat.png" height="10px" width="6px" />
|
23
23
|
ImplicitlyInternalTopLevelClass Class Reference
|
24
24
|
</p>
|
@@ -11,14 +11,14 @@
|
|
11
11
|
<a title="Enums Reference"></a>
|
12
12
|
<header>
|
13
13
|
<div class="content-wrapper">
|
14
|
-
<p class="header-text"><a href="
|
14
|
+
<p class="header-text"><a href="index.html">MiscJazzyFeatures Docs</a> (81% documented)</p>
|
15
15
|
<p id="header-links"><a href="https://github.com/realm/jazzy"><img id="header-icon" src="img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
|
16
16
|
</div>
|
17
17
|
</header>
|
18
18
|
<section id="valence">
|
19
19
|
<div class="content-wrapper">
|
20
20
|
<p id="hierarchial_navigation">
|
21
|
-
<a href="
|
21
|
+
<a href="index.html" id="design_resources_link">MiscJazzyFeatures Reference</a>
|
22
22
|
<img id="carat" src="img/carat.png" height="10px" width="6px" />
|
23
23
|
Enums Reference
|
24
24
|
</p>
|
@@ -11,14 +11,14 @@
|
|
11
11
|
<a title="DocumentedEnum Enum Reference"></a>
|
12
12
|
<header>
|
13
13
|
<div class="content-wrapper">
|
14
|
-
<p class="header-text"><a href="
|
14
|
+
<p class="header-text"><a href="../index.html">MiscJazzyFeatures Docs</a> (81% documented)</p>
|
15
15
|
<p id="header-links"><a href="https://github.com/realm/jazzy"><img id="header-icon" src="../img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
|
16
16
|
</div>
|
17
17
|
</header>
|
18
18
|
<section id="valence">
|
19
19
|
<div class="content-wrapper">
|
20
20
|
<p id="hierarchial_navigation">
|
21
|
-
<a href="
|
21
|
+
<a href="../index.html" id="design_resources_link">MiscJazzyFeatures Reference</a>
|
22
22
|
<img id="carat" src="../img/carat.png" height="10px" width="6px" />
|
23
23
|
DocumentedEnum Enum Reference
|
24
24
|
</p>
|
@@ -11,14 +11,14 @@
|
|
11
11
|
<a title="Global Variables Reference"></a>
|
12
12
|
<header>
|
13
13
|
<div class="content-wrapper">
|
14
|
-
<p class="header-text"><a href="
|
14
|
+
<p class="header-text"><a href="index.html">MiscJazzyFeatures Docs</a> (81% documented)</p>
|
15
15
|
<p id="header-links"><a href="https://github.com/realm/jazzy"><img id="header-icon" src="img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
|
16
16
|
</div>
|
17
17
|
</header>
|
18
18
|
<section id="valence">
|
19
19
|
<div class="content-wrapper">
|
20
20
|
<p id="hierarchial_navigation">
|
21
|
-
<a href="
|
21
|
+
<a href="index.html" id="design_resources_link">MiscJazzyFeatures Reference</a>
|
22
22
|
<img id="carat" src="img/carat.png" height="10px" width="6px" />
|
23
23
|
Global Variables Reference
|
24
24
|
</p>
|
@@ -5,52 +5,36 @@ html, body, div, span, h1, h3, h4, p, a, code, em, img, ul, li, table, tbody, tr
|
|
5
5
|
margin: 0;
|
6
6
|
outline: 0;
|
7
7
|
padding: 0;
|
8
|
-
vertical-align: baseline;
|
9
|
-
}
|
8
|
+
vertical-align: baseline; }
|
10
9
|
|
11
10
|
#reference .x-instance-method.Swift {
|
12
|
-
margin-left: 15px;
|
13
|
-
}
|
14
|
-
|
11
|
+
margin-left: 15px; }
|
15
12
|
#reference .chapter {
|
16
13
|
overflow-x: hidden;
|
17
14
|
border-top: 0;
|
18
|
-
border-left: 1px solid
|
19
|
-
border-right: 1px solid
|
20
|
-
border-bottom: 1px solid
|
21
|
-
}
|
22
|
-
|
15
|
+
border-left: 1px solid #e9e9e9;
|
16
|
+
border-right: 1px solid #e9e9e9;
|
17
|
+
border-bottom: 1px solid #e9e9e9; }
|
23
18
|
#reference .nav-chapters {
|
24
|
-
height: 100%;
|
25
|
-
}
|
26
|
-
|
19
|
+
height: 100%; }
|
27
20
|
#reference .part-name {
|
28
21
|
color: #000;
|
29
22
|
cursor: default;
|
30
23
|
padding: 15px 15px 15px 20px;
|
31
|
-
min-height: 61px;
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
background: #fff;
|
36
|
-
overflow: auto;
|
37
|
-
}
|
38
|
-
|
24
|
+
min-height: 61px; }
|
25
|
+
#reference .part-name.tasks {
|
26
|
+
background: #fff;
|
27
|
+
overflow: auto; }
|
39
28
|
#reference .book-parts a {
|
40
29
|
display: initial;
|
41
|
-
margin-left: 0;
|
42
|
-
}
|
43
|
-
|
30
|
+
margin-left: 0; }
|
44
31
|
#reference .nav-chapters li {
|
45
|
-
color:
|
32
|
+
color: gray;
|
46
33
|
margin-left: 12px;
|
47
34
|
padding-left: 10px;
|
48
|
-
text-indent: -10px;
|
49
|
-
}
|
50
|
-
|
35
|
+
text-indent: -10px; }
|
51
36
|
#reference .chapter-name {
|
52
|
-
margin-top: 21px;
|
53
|
-
}
|
37
|
+
margin-top: 21px; }
|
54
38
|
|
55
39
|
.rubber-band-gap {
|
56
40
|
background: #fff;
|
@@ -59,8 +43,7 @@ html, body, div, span, h1, h3, h4, p, a, code, em, img, ul, li, table, tbody, tr
|
|
59
43
|
width: 734px;
|
60
44
|
z-index: -1;
|
61
45
|
top: 70px;
|
62
|
-
margin: 0 0 0 247px;
|
63
|
-
}
|
46
|
+
margin: 0 0 0 247px; }
|
64
47
|
|
65
48
|
#reference .task-name-container {
|
66
49
|
background: #fff;
|
@@ -68,55 +51,39 @@ html, body, div, span, h1, h3, h4, p, a, code, em, img, ul, li, table, tbody, tr
|
|
68
51
|
margin-bottom: 0;
|
69
52
|
padding: 35px 25px 0;
|
70
53
|
position: relative;
|
71
|
-
width: 100%;
|
72
|
-
}
|
73
|
-
|
54
|
+
width: 100%; }
|
74
55
|
#reference .section-name {
|
75
56
|
cursor: pointer;
|
76
|
-
display: inline-block;
|
77
|
-
}
|
78
|
-
|
57
|
+
display: inline-block; }
|
79
58
|
#reference .section .section {
|
80
|
-
margin-top: 0;
|
81
|
-
}
|
82
|
-
|
59
|
+
margin-top: 0; }
|
83
60
|
#reference .task-group-section {
|
84
|
-
padding: 1px 25px 0;
|
85
|
-
}
|
86
|
-
|
61
|
+
padding: 1px 25px 0; }
|
87
62
|
#reference .symbol {
|
88
63
|
background: #fff;
|
89
64
|
left: -25px;
|
90
65
|
list-style-type: none;
|
91
66
|
padding: 13px 25px 0;
|
92
67
|
position: relative;
|
93
|
-
width: 100%;
|
94
|
-
}
|
95
|
-
|
68
|
+
width: 100%; }
|
96
69
|
#reference .task-group-term {
|
97
70
|
font-size: 1.4em;
|
98
|
-
word-break: break-all;
|
99
|
-
|
100
|
-
|
101
|
-
#reference .task-group-term>code {
|
102
|
-
display: inline-block;
|
103
|
-
}
|
104
|
-
|
71
|
+
word-break: break-all; }
|
72
|
+
#reference .task-group-term > code {
|
73
|
+
display: inline-block; }
|
105
74
|
#reference .pointy-thing-container {
|
106
75
|
background: #fff;
|
107
|
-
border-bottom: 1px solid
|
76
|
+
border-bottom: 1px solid #e9e9e9;
|
108
77
|
left: -25px;
|
109
78
|
padding-left: 25px;
|
110
79
|
padding-right: 25px;
|
111
80
|
padding-bottom: 13px;
|
112
81
|
position: relative;
|
113
|
-
width: 100%;
|
114
|
-
}
|
115
|
-
|
82
|
+
width: 100%; }
|
116
83
|
#reference .pointy-thing {
|
117
|
-
background:
|
118
|
-
border-left: 1px solid
|
119
|
-
border-top: 1px solid
|
84
|
+
background: #f9f9f9;
|
85
|
+
border-left: 1px solid #e9e9e9;
|
86
|
+
border-top: 1px solid #e9e9e9;
|
120
87
|
height: 12px;
|
121
88
|
left: 21px;
|
122
89
|
top: -7px;
|
@@ -125,106 +92,68 @@ html, body, div, span, h1, h3, h4, p, a, code, em, img, ul, li, table, tbody, tr
|
|
125
92
|
-o-transform: rotate(45deg);
|
126
93
|
transform: rotate(45deg);
|
127
94
|
position: absolute;
|
128
|
-
width: 12px;
|
129
|
-
}
|
130
|
-
|
95
|
+
width: 12px; }
|
131
96
|
#reference .height-container {
|
132
97
|
display: none;
|
133
98
|
left: -25px;
|
134
99
|
padding: 0 25px;
|
135
100
|
position: relative;
|
136
101
|
width: 100%;
|
137
|
-
overflow: hidden;
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
#reference .height-container .section h4 {
|
151
|
-
font-size: 13px;
|
152
|
-
line-height: 1.5;
|
153
|
-
margin-top: 21px;
|
154
|
-
}
|
155
|
-
|
102
|
+
overflow: hidden; }
|
103
|
+
#reference .height-container .section {
|
104
|
+
background: #f9f9f9;
|
105
|
+
border-bottom: 1px solid #e9e9e9;
|
106
|
+
left: -25px;
|
107
|
+
margin: 0;
|
108
|
+
padding: 13px 25px 0;
|
109
|
+
position: relative;
|
110
|
+
width: 100%; }
|
111
|
+
#reference .height-container .section h4 {
|
112
|
+
font-size: 13px;
|
113
|
+
line-height: 1.5;
|
114
|
+
margin-top: 21px; }
|
156
115
|
#reference .section .declaration {
|
157
|
-
margin-top: 21px;
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
margin-bottom: 15px;
|
163
|
-
padding-bottom: 6px;
|
164
|
-
}
|
165
|
-
|
116
|
+
margin-top: 21px; }
|
117
|
+
#reference .section .declaration code {
|
118
|
+
color: gray;
|
119
|
+
margin-bottom: 15px;
|
120
|
+
padding-bottom: 6px; }
|
166
121
|
#reference .declaration div .para {
|
167
|
-
margin-bottom: 0;
|
168
|
-
}
|
169
|
-
|
122
|
+
margin-bottom: 0; }
|
170
123
|
#reference .task-group .item .graybox {
|
171
|
-
margin: 5px 0 26px;
|
172
|
-
}
|
173
|
-
|
124
|
+
margin: 5px 0 26px; }
|
174
125
|
#reference .symbol .graybox .para:last-of-type {
|
175
126
|
margin-bottom: 0;
|
176
|
-
padding-bottom: 0;
|
177
|
-
}
|
178
|
-
|
127
|
+
padding-bottom: 0; }
|
179
128
|
#reference .parameters .graybox tr td:first-of-type {
|
180
129
|
text-align: right;
|
181
130
|
padding: 7px;
|
182
131
|
vertical-align: top;
|
183
132
|
word-break: normal;
|
184
|
-
width: 40px;
|
185
|
-
|
186
|
-
|
187
|
-
#reference em.term,
|
188
|
-
#reference em.parameter-name {
|
189
|
-
color: rgba(65, 65, 65, 1);
|
133
|
+
width: 40px; }
|
134
|
+
#reference em.term, #reference em.parameter-name {
|
135
|
+
color: #414141;
|
190
136
|
font-size: 12px;
|
191
|
-
line-height: 1.5;
|
192
|
-
|
193
|
-
|
194
|
-
#reference .height-container .section>div:last-of-type {
|
195
|
-
margin-bottom: 15px;
|
196
|
-
}
|
197
|
-
|
137
|
+
line-height: 1.5; }
|
138
|
+
#reference .height-container .section > div:last-of-type {
|
139
|
+
margin-bottom: 15px; }
|
198
140
|
#reference #footer {
|
199
141
|
width: 614px;
|
200
|
-
z-index: 1;
|
201
|
-
}
|
202
|
-
|
142
|
+
z-index: 1; }
|
203
143
|
#reference .item .para {
|
204
144
|
padding-bottom: 0;
|
205
|
-
margin: 0 0 15px;
|
206
|
-
}
|
207
|
-
|
145
|
+
margin: 0 0 15px; }
|
208
146
|
#reference a[name] {
|
209
147
|
padding-top: 112px;
|
210
|
-
margin: -112px 0 0;
|
211
|
-
}
|
212
|
-
|
148
|
+
margin: -112px 0 0; }
|
213
149
|
#reference .height-container td {
|
214
|
-
max-width: inherit;
|
215
|
-
}
|
216
|
-
|
150
|
+
max-width: inherit; }
|
217
151
|
#reference .declaration .n a {
|
218
|
-
color: inherit;
|
219
|
-
|
220
|
-
|
221
|
-
#reference .declaration .n a:hover {
|
222
|
-
border-bottom: 1px solid;
|
223
|
-
}
|
224
|
-
|
152
|
+
color: inherit; }
|
153
|
+
#reference .declaration .n a:hover {
|
154
|
+
border-bottom: 1px solid; }
|
225
155
|
#reference .copyright {
|
226
|
-
margin: 10px 0;
|
227
|
-
}
|
156
|
+
margin: 10px 0; }
|
228
157
|
|
229
158
|
.nav-chapters {
|
230
159
|
font-weight: 400;
|
@@ -236,48 +165,43 @@ html, body, div, span, h1, h3, h4, p, a, code, em, img, ul, li, table, tbody, tr
|
|
236
165
|
height: 100%;
|
237
166
|
width: 200px;
|
238
167
|
position: relative;
|
239
|
-
top: 15px;
|
240
|
-
}
|
168
|
+
top: 15px; }
|
241
169
|
|
242
170
|
body {
|
243
|
-
background-color:
|
171
|
+
background-color: #f2f2f2;
|
244
172
|
color: #000;
|
245
173
|
font-family: Helvetica, Arial, sans-serif;
|
246
174
|
font-size: 62.5%;
|
247
175
|
margin: 0 auto;
|
248
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
249
|
-
}
|
176
|
+
-webkit-font-smoothing: subpixel-antialiased; }
|
250
177
|
|
251
178
|
a[name] {
|
252
179
|
display: block;
|
253
180
|
padding-top: 85px;
|
254
181
|
margin: -85px 0 0;
|
255
182
|
width: 0;
|
256
|
-
height: 0;
|
257
|
-
}
|
183
|
+
height: 0; }
|
258
184
|
|
259
185
|
.content-wrapper {
|
260
|
-
background-color:
|
186
|
+
background-color: #f2f2f2;
|
261
187
|
margin: 0 auto;
|
262
|
-
width: 980px;
|
263
|
-
}
|
188
|
+
width: 980px; }
|
264
189
|
|
265
190
|
.pixel-line {
|
266
|
-
background:
|
191
|
+
background: #e9e9e9;
|
267
192
|
height: 1px;
|
268
193
|
position: fixed;
|
269
194
|
top: 70px;
|
270
195
|
width: 734px;
|
271
196
|
z-index: 3;
|
272
197
|
top: 70px;
|
273
|
-
margin: 0 0 0 247px;
|
274
|
-
}
|
198
|
+
margin: 0 0 0 247px; }
|
275
199
|
|
276
200
|
.chapter {
|
277
201
|
background-color: #fff;
|
278
|
-
border: 1px solid
|
202
|
+
border: 1px solid #e9e9e9;
|
279
203
|
border-top: 0;
|
280
|
-
box-shadow: 0 0 1px rgba(0, 0, 0, .07);
|
204
|
+
box-shadow: 0 0 1px rgba(0, 0, 0, 0.07);
|
281
205
|
display: block;
|
282
206
|
margin-left: 246px;
|
283
207
|
min-height: calc(100% - 173px);
|
@@ -289,36 +213,30 @@ a[name] {
|
|
289
213
|
padding-bottom: 100px;
|
290
214
|
top: 70px;
|
291
215
|
-webkit-overflow-scrolling: touch;
|
292
|
-
width: 734px;
|
293
|
-
}
|
216
|
+
width: 734px; }
|
294
217
|
|
295
218
|
#hierarchial_navigation {
|
296
219
|
float: left;
|
297
220
|
font-size: 1.4em;
|
298
221
|
margin-top: 29px;
|
299
|
-
vertical-align: middle;
|
300
|
-
}
|
222
|
+
vertical-align: middle; }
|
301
223
|
|
302
224
|
.section {
|
303
|
-
padding: 15px 25px 0px;
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
margin: 30px 0 0;
|
308
|
-
padding: 0;
|
309
|
-
}
|
225
|
+
padding: 15px 25px 0px; }
|
226
|
+
.section .section {
|
227
|
+
margin: 30px 0 0;
|
228
|
+
padding: 0; }
|
310
229
|
|
311
230
|
header {
|
312
|
-
background-color:
|
313
|
-
box-shadow: 0 1px 1px rgba(0, 0, 0, .07);
|
231
|
+
background-color: #414141;
|
232
|
+
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
|
314
233
|
color: #fff;
|
315
234
|
height: 25px;
|
316
235
|
letter-spacing: .05em;
|
317
236
|
position: fixed;
|
318
237
|
top: 0;
|
319
238
|
width: 100%;
|
320
|
-
z-index: 4;
|
321
|
-
}
|
239
|
+
z-index: 4; }
|
322
240
|
|
323
241
|
.header-text {
|
324
242
|
font-size: 1.1em;
|
@@ -326,17 +244,14 @@ header {
|
|
326
244
|
padding-top: 6px;
|
327
245
|
vertical-align: middle;
|
328
246
|
float: left;
|
329
|
-
}
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
text-decoration: none;
|
334
|
-
}
|
247
|
+
color: #999; }
|
248
|
+
.header-text a {
|
249
|
+
color: #fff;
|
250
|
+
text-decoration: none; }
|
335
251
|
|
336
252
|
#header-icon {
|
337
253
|
padding-right: 8px;
|
338
|
-
vertical-align: -3px;
|
339
|
-
}
|
254
|
+
vertical-align: -3px; }
|
340
255
|
|
341
256
|
#header-links a {
|
342
257
|
float: right;
|
@@ -346,38 +261,33 @@ header {
|
|
346
261
|
vertical-align: middle;
|
347
262
|
margin: 0 auto;
|
348
263
|
color: #fff;
|
349
|
-
text-decoration: none;
|
350
|
-
}
|
264
|
+
text-decoration: none; }
|
351
265
|
|
352
266
|
#valence {
|
353
|
-
background-color:
|
267
|
+
background-color: #f2f2f2;
|
354
268
|
display: block;
|
355
269
|
height: 60px;
|
356
270
|
padding-top: 10px;
|
357
271
|
position: fixed;
|
358
272
|
top: 0;
|
359
273
|
width: 100%;
|
360
|
-
z-index: 3;
|
361
|
-
}
|
274
|
+
z-index: 3; }
|
362
275
|
|
363
276
|
#carat {
|
364
|
-
margin: 0 10px;
|
365
|
-
}
|
277
|
+
margin: 0 10px; }
|
366
278
|
|
367
279
|
#design_resources_link {
|
368
|
-
color:
|
369
|
-
text-decoration: none;
|
370
|
-
}
|
280
|
+
color: #0088cc;
|
281
|
+
text-decoration: none; }
|
371
282
|
|
372
283
|
.para {
|
373
|
-
color:
|
284
|
+
color: #414141;
|
374
285
|
font-size: 1.4em;
|
375
286
|
line-height: 145%;
|
376
|
-
margin-bottom: 15px;
|
377
|
-
}
|
287
|
+
margin-bottom: 15px; }
|
378
288
|
|
379
289
|
.chapter-name {
|
380
|
-
color:
|
290
|
+
color: black;
|
381
291
|
display: block;
|
382
292
|
font-family: Helvetica;
|
383
293
|
font-size: 2.8em;
|
@@ -385,81 +295,71 @@ header {
|
|
385
295
|
margin-bottom: 0;
|
386
296
|
padding: 15px 25px;
|
387
297
|
width: 63%;
|
388
|
-
margin-top: 21px;
|
389
|
-
}
|
298
|
+
margin-top: 21px; }
|
390
299
|
|
391
300
|
.chapter a {
|
392
|
-
color:
|
393
|
-
text-decoration: none;
|
394
|
-
}
|
301
|
+
color: #0088cc;
|
302
|
+
text-decoration: none; }
|
395
303
|
|
396
304
|
h3.section-name:before {
|
397
305
|
display: block;
|
398
306
|
content: " ";
|
399
307
|
margin-top: -85px;
|
400
308
|
height: 85px;
|
401
|
-
visibility: hidden;
|
402
|
-
}
|
309
|
+
visibility: hidden; }
|
403
310
|
|
404
311
|
.section-name {
|
405
|
-
color:
|
312
|
+
color: gray;
|
406
313
|
display: block;
|
407
314
|
font-family: Helvetica;
|
408
315
|
font-size: 2.2em;
|
409
316
|
font-weight: 100;
|
410
|
-
margin-bottom: 15px;
|
411
|
-
}
|
317
|
+
margin-bottom: 15px; }
|
412
318
|
|
413
319
|
.copyright {
|
414
320
|
clear: both;
|
415
|
-
color:
|
321
|
+
color: #a0a0a0;
|
416
322
|
float: none;
|
417
|
-
margin: 70px 25px 10px 0;
|
418
|
-
}
|
323
|
+
margin: 70px 25px 10px 0; }
|
419
324
|
|
420
325
|
.link {
|
421
|
-
color:
|
422
|
-
text-decoration: none;
|
423
|
-
}
|
326
|
+
color: #0088cc;
|
327
|
+
text-decoration: none; }
|
424
328
|
|
425
329
|
.item p {
|
426
330
|
margin: 0;
|
427
|
-
padding-bottom: 6px;
|
428
|
-
}
|
331
|
+
padding-bottom: 6px; }
|
429
332
|
|
430
333
|
.book-parts {
|
431
|
-
background-color:
|
432
|
-
border-top: 1px solid
|
433
|
-
border-left: 1px solid
|
434
|
-
border-right: 1px solid
|
334
|
+
background-color: #f9f9f9;
|
335
|
+
border-top: 1px solid #e9e9e9;
|
336
|
+
border-left: 1px solid #e9e9e9;
|
337
|
+
border-right: 1px solid #e9e9e9;
|
435
338
|
bottom: 0;
|
436
|
-
box-shadow: 0 0 1px rgba(0, 0, 0, .07);
|
339
|
+
box-shadow: 0 0 1px rgba(0, 0, 0, 0.07);
|
437
340
|
overflow: auto;
|
438
341
|
-webkit-overflow-scrolling: touch;
|
439
342
|
position: fixed;
|
440
343
|
top: 70px;
|
441
|
-
width: 230px;
|
442
|
-
}
|
344
|
+
width: 230px; }
|
443
345
|
|
444
346
|
.nav-parts {
|
445
|
-
color:
|
347
|
+
color: gray;
|
446
348
|
font-weight: 100;
|
447
349
|
line-height: 140%;
|
448
350
|
list-style-type: none;
|
449
351
|
margin: 0;
|
450
|
-
-webkit-padding-start: 0;
|
451
|
-
}
|
352
|
+
-webkit-padding-start: 0; }
|
452
353
|
|
453
354
|
.part-name {
|
454
|
-
border-bottom: 1px solid
|
355
|
+
border-bottom: 1px solid #e9e9e9;
|
455
356
|
font-family: Helvetica;
|
456
357
|
font-size: 1.6em;
|
457
358
|
line-height: 150%;
|
458
359
|
list-style-type: none;
|
459
360
|
margin: 0;
|
460
361
|
padding: 15px 30px 15px 20px;
|
461
|
-
cursor: pointer;
|
462
|
-
}
|
362
|
+
cursor: pointer; }
|
463
363
|
|
464
364
|
.nav-chapters {
|
465
365
|
font-weight: 400;
|
@@ -475,87 +375,70 @@ h3.section-name:before {
|
|
475
375
|
-moz-transition: height .3s ease-in-out;
|
476
376
|
-o-transition: height .3s ease-in-out;
|
477
377
|
-ms-transition: height .3s ease-in-out;
|
478
|
-
transition: height .3s ease-in-out;
|
479
|
-
}
|
378
|
+
transition: height .3s ease-in-out; }
|
480
379
|
|
481
380
|
.nav-chapter {
|
482
381
|
font-size: .8em;
|
483
382
|
list-style-position: outside;
|
484
383
|
list-style-type: none;
|
485
384
|
margin: 0;
|
486
|
-
padding: 0 0 8px;
|
487
|
-
}
|
385
|
+
padding: 0 0 8px; }
|
488
386
|
|
489
387
|
.nav-chapters .nav-chapter {
|
490
|
-
margin-left: 0;
|
491
|
-
}
|
388
|
+
margin-left: 0; }
|
492
389
|
|
493
390
|
.book-parts a {
|
494
|
-
color:
|
391
|
+
color: gray;
|
495
392
|
display: block;
|
496
393
|
text-decoration: none;
|
497
|
-
margin-left: 24px;
|
498
|
-
}
|
394
|
+
margin-left: 24px; }
|
499
395
|
|
500
396
|
.aside-title {
|
501
|
-
color:
|
397
|
+
color: gray;
|
502
398
|
font-size: 9px;
|
503
399
|
letter-spacing: 2px;
|
504
400
|
margin-bottom: 8px;
|
505
|
-
text-transform: uppercase;
|
506
|
-
}
|
401
|
+
text-transform: uppercase; }
|
507
402
|
|
508
403
|
div.Swift {
|
509
404
|
padding: 4px 0 2px 10px;
|
510
405
|
margin: 10px 0 21px;
|
511
|
-
}
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
}
|
516
|
-
|
517
|
-
div.Swift .aside-title {
|
518
|
-
color: rgba(75, 138, 251, 1);
|
519
|
-
-webkit-user-select: none;
|
520
|
-
}
|
406
|
+
border-left: 5px solid #cde9f4; }
|
407
|
+
div.Swift .aside-title {
|
408
|
+
color: #4b8afb;
|
409
|
+
-webkit-user-select: none; }
|
521
410
|
|
522
411
|
#footer {
|
523
412
|
font-size: 1.1em;
|
524
413
|
bottom: 0;
|
525
|
-
color:
|
414
|
+
color: #0088cc;
|
526
415
|
margin: 0 25px;
|
527
416
|
position: absolute;
|
528
|
-
width: 684px;
|
529
|
-
}
|
417
|
+
width: 684px; }
|
530
418
|
|
531
419
|
.graybox {
|
532
|
-
border: 1px solid
|
420
|
+
border: 1px solid #e9e9e9;
|
533
421
|
border-collapse: collapse;
|
534
422
|
border-spacing: 0;
|
535
423
|
empty-cells: hide;
|
536
424
|
margin: 20px 0 36px;
|
537
425
|
text-align: left;
|
538
|
-
width: 100%;
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
word-break: break-word;
|
544
|
-
min-width: 50px;
|
545
|
-
}
|
426
|
+
width: 100%; }
|
427
|
+
.graybox p {
|
428
|
+
margin: 0;
|
429
|
+
word-break: break-word;
|
430
|
+
min-width: 50px; }
|
546
431
|
|
547
432
|
td {
|
548
|
-
border: 1px solid
|
433
|
+
border: 1px solid #e9e9e9;
|
549
434
|
padding: 5px 25px 5px 10px;
|
550
435
|
margin: 0;
|
551
436
|
vertical-align: middle;
|
552
|
-
max-width: 260px;
|
553
|
-
}
|
437
|
+
max-width: 260px; }
|
554
438
|
|
555
439
|
#reference .rubber-band-gap {
|
556
440
|
background: #fff;
|
557
441
|
height: 250px;
|
558
442
|
position: fixed;
|
559
443
|
width: 734px;
|
560
|
-
z-index: -1;
|
561
|
-
}
|
444
|
+
z-index: -1; }
|