<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  /*background-color: #f5f5f5;*/
  background: -webkit-linear-gradient(left, #0489B1, #ffffff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, #0489B1, #ffffff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, #0489B1, #ffffff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to left, #0489B1, #ffffff); /* Standard syntax (must be last) */
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body &gt; .container {
  padding: 60px 15px 0;
  padding: 15px;
}

.footer &gt; .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}</pre></body></html>