You are here

back_to_top_text.css in Back To Top 7

Same filename and directory in other branches
  1. 8 css/back_to_top_text.css
  2. 2.x css/back_to_top_text.css
#backtotop {
  background: #F7F7F7;
  border: 1px solid #CCCCCC;
  border-radius: 5px 5px 5px 5px;
  bottom: 10px;
  color: #333333;
  cursor: pointer;
  display: none;
  height: 30px;
  line-height: 30px;
  padding: 5px 10px;
  position: fixed;
  right: 10px;
  text-align: center;
  z-index: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#backtotop:hover {
  background: #EEEEEE;
}

#backtotop:focus {
  opacity: 0.6;
  outline: none;
}

File

css/back_to_top_text.css
View source
  1. #backtotop {
  2. background: #F7F7F7;
  3. border: 1px solid #CCCCCC;
  4. border-radius: 5px 5px 5px 5px;
  5. bottom: 10px;
  6. color: #333333;
  7. cursor: pointer;
  8. display: none;
  9. height: 30px;
  10. line-height: 30px;
  11. padding: 5px 10px;
  12. position: fixed;
  13. right: 10px;
  14. text-align: center;
  15. z-index: 1;
  16. -moz-border-radius: 5px;
  17. -webkit-border-radius: 5px;
  18. }
  19. #backtotop:hover {
  20. background: #EEEEEE;
  21. }
  22. #backtotop:focus {
  23. opacity: 0.6;
  24. outline: none;
  25. }