JSlip  1.0
style.css
Go to the documentation of this file.
1 body {
2  padding-top: 60px;
3  padding-bottom: 40px;
4 }
5 
6 .zf-green {
7  color: #68b604;
8 }
9 
10 .btn-success {
11  background-color: #57a900;
12  background-image: -moz-linear-gradient(top, #70d900, #57a900);
13  background-image: -ms-linear-gradient(top, #70d900, #57a900);
14  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
15  background-image: -webkit-linear-gradient(top, #70d900, #57a900);
16  background-image: -o-linear-gradient(top, #70d900, #57a900);
17  background-image: linear-gradient(top, #70d900, #57a900);
18  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
19 }
20 
21 .btn-success:hover,
22 .btn-success:active,
23 .btn-success.active,
24 .btn-success.disabled,
25 .btn-success[disabled] {
26  background-color: #57a900;
27 }
28 
29 div.container a.navbar-brand > img {
30  display: inline;
31  margin-right: 4px;
32  margin-top: -2px;
33 }