update pictures

This commit is contained in:
Daniel Kummer
2012-08-08 15:04:34 +02:00
parent bf4e1af004
commit 1b9e63e912
21 changed files with 187 additions and 78 deletions

View File

@ -37,6 +37,23 @@ body {
margin: 0;
}
header {
box-shadow: 0px 5px 7px #8db7bd;
-webkit-box-shadow: 0px 5px 7px #8db7bd;
-moz-box-shadow: 0px 5px 7px #8db7bd;
height: 400px;
background-color: #8db7bd;
border-bottom: 1px solid #698b91
}
footer {
box-shadow: 0px -5px 7px #8db7bd;
-webkit-box-shadow: 0px -5px 7px #8db7bd;
-moz-box-shadow: 0px -5px 7px #8db7bd;
background-color: #8db7bd;
border-top: 1px solid #698b91
}
h1 {
font-size: 120px;
font-weight: normal;
@ -120,14 +137,6 @@ code {
/*---------------------------------------- Images */
div#git-repo {
background: url("../img/git-repo.png") no-repeat scroll center center transparent;
height: 275px;
width: 257px;
position: relative;
z-index: 99;
}
div#init-img {
background: url("../img/initialize.png") no-repeat scroll center center transparent;
height: 300px;
@ -136,42 +145,6 @@ div#init-img {
z-index: 99;
}
div#feature-start-img {
background: url("../img/feature-start.png") no-repeat scroll center center transparent;
position: relative;
width: 321px;
height: 386px;
left: -8px;
z-index: 99;
}
div#feature-finish-img {
background: url("../img/feature-finish.png") no-repeat scroll center center transparent;
position: relative;
width: 321px;
height: 338px;
left: -8px;
z-index: 99;
}
div#blue-line-img {
background: url("../img/blue_line.png") repeat-y scroll center center transparent;
width: 46px;
position: relative;
height: 1500px;
left: 37px;
top: -10px;
}
div#violet-line-img {
background: url("../img/violet-line.png") repeat-y scroll center center transparent;
width: 46px;
position: relative;
height: 300px;
left: 184px;
top: -60px;
}
/*---------------------------------------- BLOCKS */
.col-1 {
@ -305,8 +278,13 @@ div#violet-line-img {
font-style: italic;
}
#disqus_thread {
width: 800px;
text-align: left;
margin-left: auto;
margin-right: auto;
}
#disqus_thread { width: 800px; text-align: left; margin-left: auto; margin-right: auto; }
/*---------------------------------------- Banner */
#banner {
height: 149px;
@ -361,3 +339,95 @@ div#violet-line-img {
}
.small {
width: 496px;
height: 2600px;
background-repeat: repeat-y;
background: url("../img/small.png");
position: absolute;
top: 0;
}
.small-end {
width: 496px;
height: 985px;
background-repeat: repeat-y;
background: url("../img/small.png");
position: relative;
}
.big {
width: 496px;
height: 6285px;
background-repeat: repeat-y;
background: url("../img/big.png");
position: absolute;
left: 703px;
}
#open {
width: 496px;
height: 215px;
background: url("../img/opening.png");
background-repeat: no-repeat;
}
#closing {
width: 496px;
height: 215px;
background-repeat: no-repeat;
background: url("../img/closing.png");
}
#feature-start {
width: 496px;
height: 302px;
background-position: -0px -259px;
background-repeat: no-repeat;
}
#feature-finish {
width: 496px;
height: 331px;
background-position: -0px -561px;
background-repeat: no-repeat;
}
#release-start {
width: 496px;
height: 297px;
background-position: -0px -892px;
background-repeat: no-repeat;
}
#release-finish {
width: 496px;
height: 331px;
background-position: -0px -1189px;
background-repeat: no-repeat;
}
#hotfix-start {
width: 496px;
height: 303px;
background-position: -0px -1520px;
background-repeat: no-repeat;
}
#hotfix-finish {
width: 496px;
height: 333px;
background-position: -0px -1823px;
background-repeat: no-repeat;
}
#feature-start, #feature-finish, #release-start, #release-start, #hotfix-start, #hotfix-finish {
background-image: url("../img/git-flow-process.png");
background-color: rgba(163, 167, 251, 0.5);
border: 7px solid #008098;
border-radius: 25px;
}