update style

This commit is contained in:
Daniel Kummer
2012-08-09 12:52:39 +02:00
parent 65b23492c5
commit b3d3561b7e
2 changed files with 51 additions and 7 deletions

View File

@ -28,7 +28,8 @@ footer {
-webkit-box-shadow: 0px -5px 7px #8db7bd;
-moz-box-shadow: 0px -5px 7px #8db7bd;
background-color: #8db7bd;
border-top: 1px solid #698b91
border-top: 1px solid #698b91;
position:relative;
}
h1 {
@ -130,7 +131,7 @@ code {
.lines-small-end {
width: 500px;
height: 464px;
height: 500px;
background-repeat: repeat-y;
background: url("../img/lines-small.png");
position: absolute;
@ -143,6 +144,7 @@ code {
background-repeat: repeat-y;
background: url("../img/lines-big.png");
position: absolute;
left: 697px;
}
@ -176,6 +178,47 @@ code {
}
.feature-publish {
display: inline-block;
background-repeat: no-repeat;
background-color: rgba(173, 215, 223, 0.8);
border: 2px dashed #008098;
border-radius: 25px;
width: 500px;
height: 370px;
position: relative;
box-shadow: 5px 5px 7px #8db7bd;
-webkit-box-shadow: 5px 5px 7px #8db7bd;
-moz-box-shadow: 5px 5px 7px #8db7bd;
background-image: url('../img/feature-publish.png');
background-position:center;
}
.feature-pull {
display: inline-block;
background-repeat: no-repeat;
background-color: rgba(173, 215, 223, 0.8);
border: 2px dashed #008098;
border-radius: 25px;
width: 500px;
height: 370px;
position: relative;
z-index: 99;
box-shadow: 5px 5px 7px #8db7bd;
-webkit-box-shadow: 5px 5px 7px #8db7bd;
-moz-box-shadow: 5px 5px 7px #8db7bd;
background-image: url('../img/feature-pull.png');
background-position:center;
}
.hotfix-end {
background-position: 0px 0px;
}