?? GreyFile — Mystic File Browser

Current path: home/webdevt/cryptoimpot.fr/public/css/



?? Go up: /home/webdevt/cryptoimpot.fr/public

?? Viewing: style.css

body {
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #fff !important;
}

.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;
}

div.container a.navbar-brand > img {
    display: inline;
    margin-right: 4px;
    margin-top: -2px;
}

.border-1 {
    border-style:solid;
    border-width: 1px;
}

.border-2 {
    border-style:solid;
    border-width: 2px;
}

.border-3 {
    border-style:solid;
    border-width: 3px;
}

.border-4 {
    border-style:solid;
    border-width: 4px;
}

.border-5 {
    border-style:solid;
    border-width: 5px;
}

.border-10 {
    border-style:solid;
    border-width: 10px;
}

#btnTop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 70px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #003070; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#btnTop:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}


??

??