X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=public%2Fcss%2Fstyle.css;h=31b0c63ac4c9b7c6eb62cacedaf859fcdc745900;hb=b1ed9cf58083c48409f4d33923657eb8dc0ec70d;hp=6a5a4963f35381af178274cdb370d29e4ad9e16c;hpb=465b76128948d2c30285b9aba1dbc020e14a7d69;p=zf2.biz%2Fgalerie.git diff --git a/public/css/style.css b/public/css/style.css index 6a5a496..31b0c63 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -2,3 +2,36 @@ body { padding-top: 60px; padding-bottom: 40px; } + +.zf-green { + color: #68b604; +} + +.btn-success { + background-color: #57a900; + background-image: -moz-linear-gradient(top, #70d900, #57a900); + background-image: -ms-linear-gradient(top, #70d900, #57a900); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900)); + background-image: -webkit-linear-gradient(top, #70d900, #57a900); + background-image: -o-linear-gradient(top, #70d900, #57a900); + background-image: linear-gradient(top, #70d900, #57a900); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0); +} + +.btn-success:hover, +.btn-success:active, +.btn-success.active, +.btn-success.disabled, +.btn-success[disabled] { + background-color: #57a900; +} + +.btn-success:active, .btn-success.active { + background-color: #57a900 \9; +} + +div.container a.brand { + background: url("../images/zf2-logo.png") no-repeat scroll 0 10px transparent; + margin-left: 0; + padding: 8px 20px 12px 40px; +}