You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
759 B
CSS
36 lines
759 B
CSS
#body {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.navbar {
|
|
background-color: white;
|
|
border: 0;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.navbar .container {
|
|
background-color: #008a00;
|
|
background-image: -moz-linear-gradient(top, #008a00, #006b00);
|
|
background-image: -ms-linear-gradient(top, #008a00, #006b00);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008a00), to(#006b00));
|
|
background-image: -webkit-linear-gradient(top, #008a00, #006b00);
|
|
background-image: -o-linear-gradient(top, #008a00, #006b00);
|
|
background-image: linear-gradient(top, #008a00, #006b00);
|
|
}
|
|
|
|
.navbar .navbar-brand {
|
|
color: white;
|
|
}
|
|
|
|
.navbar .navbar-brand:hover {
|
|
color: white;
|
|
}
|
|
|
|
.btn {
|
|
background-color: white;
|
|
}
|
|
|
|
.icon-white {
|
|
color: white;
|
|
}
|