You are here

backstretch.css in Backstretch 7

@media print {
  #backstretch { display: none; }
}

ul.footer-links {
  background-color: #F0F0F0;
  border-top: 1px solid white;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 2px #333;
  color: #D0B87C;
  display: block;
  font-size: 1em;
  padding: 2px 5px;
  position: fixed;
  right: 20px;
  z-index: 99;
  list-style: none;
  list-style-type: none;
}
ul.footer-links li {
  list-style: none;
  list-style-type: none;
}
ul.footer-links a {
  color: #666;
  min-height: 16px;
  padding: 0 5px;
  display: inline-block;
}

File

backstretch.css
View source
  1. @media print {
  2. #backstretch { display: none; }
  3. }
  4. ul.footer-links {
  5. background-color: #F0F0F0;
  6. border-top: 1px solid white;
  7. border-top-left-radius: 3px;
  8. border-top-right-radius: 3px;
  9. bottom: 0;
  10. box-shadow: 0 0 2px #333;
  11. color: #D0B87C;
  12. display: block;
  13. font-size: 1em;
  14. padding: 2px 5px;
  15. position: fixed;
  16. right: 20px;
  17. z-index: 99;
  18. list-style: none;
  19. list-style-type: none;
  20. }
  21. ul.footer-links li {
  22. list-style: none;
  23. list-style-type: none;
  24. }
  25. ul.footer-links a {
  26. color: #666;
  27. min-height: 16px;
  28. padding: 0 5px;
  29. display: inline-block;
  30. }