view farol/static/style.css @ 147:0f19ece4e7e5

Add logos at multiple places
author Benoît Allard <benoit.allard@greenbone.net>
date Fri, 31 Oct 2014 12:12:48 +0100
parents 65341d05a8f8
children f2f434eafb66
line wrap: on
line source
/* So that the whole panel heading be clickable */
.panel-title a, a.a-block {
    display: block;
}
/*
// Try to push the footer to the bottom of the page
html, body {
  height: 100%;
}

.main.container {
  min-height: 100%;
  margin-bottom: -50px;
}
*/

@media (min-width: 768px){
  body {
    background: url('background.png') no-repeat fixed right bottom rgb(255,255,255);
  }
}

.cover {
  background: rgba(255,255,255,0.8);
}

form.inlined-form {
  display: inline-block;
}

/* To behave as a link, it should'nt have padding ... */
.btn-link {
  padding: 0;
}

.footer {
  height: 130px;
  margin-top: 20px;
}

#greenbone.logo_img {
  display: block;
  width: 100px;
  height: 107px;
  background-image: url(greenbone_bw.png);
}

#greenbone.logo_img:hover {
  background-image: url(greenbone.png);
}

http://farol.wald.intevation.org