Skip to content

Commit 72603e6

Browse files
DanielDaniel
authored andcommitted
smaller version (print optimized width)
1 parent e6ee0ae commit 72603e6

18 files changed

+71
-65
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea/

css/style.css

Lines changed: 63 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ body {
44
background-color: powderblue;
55
font-family: Georgia, Times New Roman, Times, serif;
66
font-weight: bold;
7-
font-size: 30px;
7+
font-size: 22px;
88
text-align: center;
9-
109
padding: 0;
1110
margin: 0;
1211
}
@@ -26,11 +25,11 @@ footer {
2625
-moz-box-shadow: 0px -5px 7px #8db7bd;
2726
background-color: #8db7bd;
2827
border-top: 1px solid #698b91;
29-
position:relative;
28+
position: relative;
3029
}
3130

3231
h1 {
33-
font-size: 120px;
32+
font-size: 100px;
3433
font-weight: normal;
3534
margin: 0;
3635
font-family: 'Sansita One', cursive;
@@ -40,7 +39,7 @@ h1 {
4039
}
4140

4241
h2 {
43-
font-size: 80px;
42+
font-size: 60px;
4443
font-weight: normal;
4544
margin: 0;
4645
text-shadow: 0 2px 1px #000;
@@ -49,7 +48,7 @@ h2 {
4948
}
5049

5150
h3 {
52-
font-size: 40px;
51+
font-size: 34px;
5352
font-weight: normal;
5453
margin: 0;
5554
color: #D92B00;
@@ -64,6 +63,7 @@ p {
6463
color: #222438;
6564
}
6665

66+
6767
a, a:visited {
6868
color: #D92B00;
6969
font-weight: bold;
@@ -111,50 +111,56 @@ code {
111111

112112
.initialize {
113113
background: url("../img/initialize.png") no-repeat scroll center center transparent;
114-
height: 300px;
114+
height: 244px;
115115
width: 100%;
116116
position: relative;
117117
z-index: 99;
118118
margin-left: 10px;
119119
}
120120

121121
.lines-small {
122-
width: 500px;
122+
width: 300px;
123123
height: 150px;
124124
background-repeat: repeat-y;
125125
background: url("../img/lines-small.png");
126126
position: relative;
127+
left: 11px;
127128
}
128129

129130
.lines-small-end {
130-
width: 500px;
131+
width: 300px;
131132
height: 500px;
132133
background-repeat: repeat-y;
133134
background: url("../img/lines-small.png");
134135
position: absolute;
136+
left: 361px;
135137

136138
}
137139

138140
.lines-big {
139-
width: 500px;
140-
height: 5620px;
141+
width: 300px;
142+
height: 4390px;
141143
background-repeat: repeat-y;
142144
background: url("../img/lines-big.png");
143145
position: absolute;
144-
left: 697px;
146+
left: 360px;
145147

146148
}
147149

148150
.lines-open {
149-
width: 500px;
150-
height: 86px;
151+
width: 300px;
152+
height: 52px;
151153
background: url("../img/lines-open.png");
154+
position: relative;
155+
left: 11px;
152156
}
153157

154158
.lines-close {
155-
width: 500px;
156-
height: 86px;
159+
width: 300px;
160+
height: 52px;
157161
background: url("../img/lines-close.png");
162+
position: relative;
163+
left: 11px;
158164
}
159165

160166
.hotfix-end, .hotfix-start, .release-end, .release-start, .feature-end, .feature-start {
@@ -164,8 +170,8 @@ code {
164170
background-color: rgba(173, 215, 223, 0.8);
165171
border: 2px dashed #008098;
166172
border-radius: 25px;
167-
width: 500px;
168-
height: 370px;
173+
width: 300px;
174+
height: 222px;
169175
position: relative;
170176
z-index: 99;
171177

@@ -177,93 +183,92 @@ code {
177183

178184
.feature-publish {
179185
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;
188187

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;
189194

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;
193198
background-image: url('../img/feature-publish.png');
194-
background-position:center;
199+
background-position: center;
195200

196201
}
197202

198203
.feature-pull {
199204
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;
213219
background-image: url('../img/feature-pull.png');
214-
background-position:center;
220+
background-position: center;
215221

216222
}
217223

218-
219224
.hotfix-end {
220225
background-position: 0px 0px;
221226
}
222227

223228
.hotfix-start {
224-
background-position: 0px -370px;
229+
background-position: 0px -222px;
225230
}
226231

227232
.release-end {
228-
background-position: 0px -740px;
233+
background-position: 0px -444px;
229234
}
230235

231236
.release-start {
232-
background-position: 0px -1110px;
237+
background-position: 0px -666px;
233238
}
234239

235240
.feature-end {
236-
background-position: 0px -1480px;
241+
background-position: 0px -888px;
237242
}
238243

239244
.feature-start {
240-
background-position: 0px -1850px;
245+
background-position: 0px -1110px;
241246
}
242247

243248
/*---------------------------------------- BLOCKS */
244249

245250
.col-1 {
246251
float: left;
247-
width: 600px;
252+
width: 320px;
248253
}
249254

250255
.col-2 {
251256
float: right;
252-
width: 500px;
257+
width: 320px;
253258
margin-left: 30px;
254259
}
255260

256261
#main {
257262
margin: 0 auto;
258263
position: relative;
259-
width: 1200px;
264+
width: 670px;
260265
}
261266

262267
.scrollblock {
263268
width: 100%;
264-
padding-top: 100px;
265-
min-height: 450px;
269+
padding-top: 50px;
266270
position: relative;
271+
clear: both;
267272
}
268273

269274
.divider, .accent {
@@ -274,15 +279,15 @@ code {
274279
#title {
275280
margin: auto;
276281
padding-top: 40px;
277-
width: 1150px;
282+
width: 670px;
278283
position: relative;
279284
z-index: 99;
280285
}
281286

282287
#author {
283288
width: 640px;
284289
position: absolute;
285-
top: 180px;
290+
top: 230px;
286291
right: 15%;
287292
font-size: 20px;
288293
text-align: right;
@@ -299,7 +304,7 @@ code {
299304

300305
#desc {
301306
position: absolute;
302-
top: 250px;
307+
top: 300px;
303308
width: 100%;
304309
}
305310

img/download.png

-1.36 KB
Loading

img/feature-end.png

-13.1 KB
Binary file not shown.

img/feature-publish.png

-3.44 KB
Loading

img/feature-pull.png

-3.26 KB
Loading

img/feature-start.png

-13.3 KB
Binary file not shown.

img/flow-sprites.png

-9.8 KB
Loading

img/hotfix-end.png

1.79 KB
Loading

img/hotfix-start.png

845 Bytes
Loading

0 commit comments

Comments
 (0)