4
4
background-color : powderblue;
5
5
font-family : Georgia, Times New Roman, Times, serif;
6
6
font-weight : bold;
7
- font-size : 30 px ;
7
+ font-size : 22 px ;
8
8
text-align : center;
9
-
10
9
padding : 0 ;
11
10
margin : 0 ;
12
11
}
@@ -26,11 +25,11 @@ footer {
26
25
-moz-box-shadow : 0px -5px 7px # 8db7bd ;
27
26
background-color : # 8db7bd ;
28
27
border-top : 1px solid # 698b91 ;
29
- position : relative;
28
+ position : relative;
30
29
}
31
30
32
31
h1 {
33
- font-size : 120 px ;
32
+ font-size : 100 px ;
34
33
font-weight : normal;
35
34
margin : 0 ;
36
35
font-family : 'Sansita One' , cursive;
40
39
}
41
40
42
41
h2 {
43
- font-size : 80 px ;
42
+ font-size : 60 px ;
44
43
font-weight : normal;
45
44
margin : 0 ;
46
45
text-shadow : 0 2px 1px # 000 ;
49
48
}
50
49
51
50
h3 {
52
- font-size : 40 px ;
51
+ font-size : 34 px ;
53
52
font-weight : normal;
54
53
margin : 0 ;
55
54
color : # D92B00 ;
64
63
color : # 222438 ;
65
64
}
66
65
66
+
67
67
a , a : visited {
68
68
color : # D92B00 ;
69
69
font-weight : bold;
@@ -111,50 +111,56 @@ code {
111
111
112
112
.initialize {
113
113
background : url ("../img/initialize.png" ) no-repeat scroll center center transparent;
114
- height : 300 px ;
114
+ height : 244 px ;
115
115
width : 100% ;
116
116
position : relative;
117
117
z-index : 99 ;
118
118
margin-left : 10px ;
119
119
}
120
120
121
121
.lines-small {
122
- width : 500 px ;
122
+ width : 300 px ;
123
123
height : 150px ;
124
124
background-repeat : repeat-y;
125
125
background : url ("../img/lines-small.png" );
126
126
position : relative;
127
+ left : 11px ;
127
128
}
128
129
129
130
.lines-small-end {
130
- width : 500 px ;
131
+ width : 300 px ;
131
132
height : 500px ;
132
133
background-repeat : repeat-y;
133
134
background : url ("../img/lines-small.png" );
134
135
position : absolute;
136
+ left : 361px ;
135
137
136
138
}
137
139
138
140
.lines-big {
139
- width : 500 px ;
140
- height : 5620 px ;
141
+ width : 300 px ;
142
+ height : 4390 px ;
141
143
background-repeat : repeat-y;
142
144
background : url ("../img/lines-big.png" );
143
145
position : absolute;
144
- left : 697 px ;
146
+ left : 360 px ;
145
147
146
148
}
147
149
148
150
.lines-open {
149
- width : 500 px ;
150
- height : 86 px ;
151
+ width : 300 px ;
152
+ height : 52 px ;
151
153
background : url ("../img/lines-open.png" );
154
+ position : relative;
155
+ left : 11px ;
152
156
}
153
157
154
158
.lines-close {
155
- width : 500 px ;
156
- height : 86 px ;
159
+ width : 300 px ;
160
+ height : 52 px ;
157
161
background : url ("../img/lines-close.png" );
162
+ position : relative;
163
+ left : 11px ;
158
164
}
159
165
160
166
.hotfix-end , .hotfix-start , .release-end , .release-start , .feature-end , .feature-start {
@@ -164,8 +170,8 @@ code {
164
170
background-color : rgba (173 , 215 , 223 , 0.8 );
165
171
border : 2px dashed # 008098 ;
166
172
border-radius : 25px ;
167
- width : 500 px ;
168
- height : 370 px ;
173
+ width : 300 px ;
174
+ height : 222 px ;
169
175
position : relative;
170
176
z-index : 99 ;
171
177
@@ -177,93 +183,92 @@ code {
177
183
178
184
.feature-publish {
179
185
display : inline-block;
180
- background-repeat : no-repeat;
181
-
182
- background-color : rgba (173 , 215 , 223 , 0.8 );
183
- border : 2px dashed # 008098 ;
184
- border-radius : 25px ;
185
- width : 500px ;
186
- height : 370px ;
187
- position : relative;
186
+ background-repeat : no-repeat;
188
187
188
+ background-color : rgba (173 , 215 , 223 , 0.8 );
189
+ border : 2px dashed # 008098 ;
190
+ border-radius : 25px ;
191
+ width : 300px ;
192
+ height : 120px ;
193
+ position : relative;
189
194
190
- box-shadow : 5px 5px 7px # 8db7bd ;
191
- -webkit-box-shadow : 5px 5px 7px # 8db7bd ;
192
- -moz-box-shadow : 5px 5px 7px # 8db7bd ;
195
+ box-shadow : 5px 5px 7px # 8db7bd ;
196
+ -webkit-box-shadow : 5px 5px 7px # 8db7bd ;
197
+ -moz-box-shadow : 5px 5px 7px # 8db7bd ;
193
198
background-image : url ('../img/feature-publish.png' );
194
- background-position : center;
199
+ background-position : center;
195
200
196
201
}
197
202
198
203
.feature-pull {
199
204
display : inline-block;
200
- background-repeat : no-repeat;
201
-
202
- background-color : rgba (173 , 215 , 223 , 0.8 );
203
- border : 2px dashed # 008098 ;
204
- border-radius : 25px ;
205
- width : 500px ;
206
- height : 370px ;
207
- position : relative;
208
- z-index : 99 ;
209
-
210
- box-shadow : 5px 5px 7px # 8db7bd ;
211
- -webkit-box-shadow : 5px 5px 7px # 8db7bd ;
212
- -moz-box-shadow : 5px 5px 7px # 8db7bd ;
205
+ background-repeat : no-repeat;
206
+
207
+ background-color : rgba (173 , 215 , 223 , 0.8 );
208
+ border : 2px dashed # 008098 ;
209
+ border-radius : 25px ;
210
+ width : 300px ;
211
+ height : 120px ;
212
+ position : relative;
213
+ z-index : 99 ;
214
+ margin-left : -21px ;
215
+
216
+ box-shadow : 5px 5px 7px # 8db7bd ;
217
+ -webkit-box-shadow : 5px 5px 7px # 8db7bd ;
218
+ -moz-box-shadow : 5px 5px 7px # 8db7bd ;
213
219
background-image : url ('../img/feature-pull.png' );
214
- background-position : center;
220
+ background-position : center;
215
221
216
222
}
217
223
218
-
219
224
.hotfix-end {
220
225
background-position : 0px 0px ;
221
226
}
222
227
223
228
.hotfix-start {
224
- background-position : 0px -370 px ;
229
+ background-position : 0px -222 px ;
225
230
}
226
231
227
232
.release-end {
228
- background-position : 0px -740 px ;
233
+ background-position : 0px -444 px ;
229
234
}
230
235
231
236
.release-start {
232
- background-position : 0px -1110 px ;
237
+ background-position : 0px -666 px ;
233
238
}
234
239
235
240
.feature-end {
236
- background-position : 0px -1480 px ;
241
+ background-position : 0px -888 px ;
237
242
}
238
243
239
244
.feature-start {
240
- background-position : 0px -1850 px ;
245
+ background-position : 0px -1110 px ;
241
246
}
242
247
243
248
/*---------------------------------------- BLOCKS */
244
249
245
250
.col-1 {
246
251
float : left;
247
- width : 600 px ;
252
+ width : 320 px ;
248
253
}
249
254
250
255
.col-2 {
251
256
float : right;
252
- width : 500 px ;
257
+ width : 320 px ;
253
258
margin-left : 30px ;
254
259
}
255
260
256
261
# main {
257
262
margin : 0 auto;
258
263
position : relative;
259
- width : 1200 px ;
264
+ width : 670 px ;
260
265
}
261
266
262
267
.scrollblock {
263
268
width : 100% ;
264
- padding-top : 100px ;
265
- min-height : 450px ;
269
+ padding-top : 50px ;
266
270
position : relative;
271
+ clear : both;
267
272
}
268
273
269
274
.divider , .accent {
@@ -274,15 +279,15 @@ code {
274
279
# title {
275
280
margin : auto;
276
281
padding-top : 40px ;
277
- width : 1150 px ;
282
+ width : 670 px ;
278
283
position : relative;
279
284
z-index : 99 ;
280
285
}
281
286
282
287
# author {
283
288
width : 640px ;
284
289
position : absolute;
285
- top : 180 px ;
290
+ top : 230 px ;
286
291
right : 15% ;
287
292
font-size : 20px ;
288
293
text-align : right;
@@ -299,7 +304,7 @@ code {
299
304
300
305
# desc {
301
306
position : absolute;
302
- top : 250 px ;
307
+ top : 300 px ;
303
308
width : 100% ;
304
309
}
305
310
0 commit comments